feat(base): adding spotahome redis operator

This commit is contained in:
Philippe Caseiro 2022-10-25 07:48:09 +02:00
parent 0dd4280f57
commit d0683a5bf4
3 changed files with 13 additions and 0 deletions

View File

@ -5,6 +5,7 @@ bases:
- https://raw.githubusercontent.com/flannel-io/flannel/master/Documentation/kube-flannel.yml
- https://github.com/cert-manager/cert-manager/releases/download/v1.10.0/cert-manager.yaml
- ./postgresql
- ./redis
- ./metallb
- ./minio
- ./nginx

View File

@ -0,0 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: redis-operator
resources:
- namespace.yaml
- github.com/spotahome/redis-operator/manifests/kustomize/overlays/default

View File

@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: redis-operator