Compare commits
20 Commits
master
...
93d10efbac
Author | SHA1 | Date | |
---|---|---|---|
93d10efbac | |||
626844dcc1 | |||
8ff8cf73b3 | |||
92496d282a | |||
f973fd5915 | |||
ae1d39e0cc | |||
024178f4ca | |||
85a0e41ac9 | |||
e868f1f961 | |||
c3cb59fed5 | |||
befbc3b13a | |||
1581059ccc | |||
d0683a5bf4 | |||
0dd4280f57 | |||
2b63222153 | |||
f96d694a3f | |||
36c6029c42 | |||
53a4159d49 | |||
f6223731ed | |||
472a1b9334 |
0
.gitmodules
vendored
Normal file
0
.gitmodules
vendored
Normal file
5
base/calico/kustomization.yaml
Normal file
5
base/calico/kustomization.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
|
||||||
|
resources:
|
||||||
|
- https://raw.githubusercontent.com/projectcalico/calico/v3.24.5/manifests/calico.yaml
|
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
nameReference:
|
||||||
|
- kind: Secret
|
||||||
|
fieldSpecs:
|
||||||
|
- path: spec/superuserSecret/name
|
||||||
|
kind: Cluster
|
||||||
|
- path: spec/bootstrap/initdb/secret/name
|
||||||
|
kind: Cluster
|
8
base/cloudnative-pg-operator/kustomization.yaml
Normal file
8
base/cloudnative-pg-operator/kustomization.yaml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
|
||||||
|
resources:
|
||||||
|
- https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.18/releases/cnpg-1.18.1.yaml
|
||||||
|
|
||||||
|
configurations:
|
||||||
|
- ./configurations/cnpg-cluster.yaml
|
12
base/kustomization.yaml
Normal file
12
base/kustomization.yaml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
|
||||||
|
bases:
|
||||||
|
- ./calico
|
||||||
|
- ./metallb
|
||||||
|
- https://github.com/cert-manager/cert-manager/releases/download/v1.10.0/cert-manager.yaml
|
||||||
|
- ./postgresql
|
||||||
|
- ./redis
|
||||||
|
- ./minio
|
||||||
|
- ./nginx
|
||||||
|
- ./cloudnative-pg-operator
|
4
base/metallb/kustomization.yaml
Normal file
4
base/metallb/kustomization.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
namespace: metallb-system
|
||||||
|
|
||||||
|
resources:
|
||||||
|
- github.com/metallb/metallb/config/native?ref=v0.13.7
|
14
base/minio/configurations/tenants.minio.min.io.yaml
Normal file
14
base/minio/configurations/tenants.minio.min.io.yaml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
nameReference:
|
||||||
|
- kind: Secret
|
||||||
|
fieldSpecs:
|
||||||
|
- path: spec/credsSecret/name
|
||||||
|
kind: Tenant
|
||||||
|
- kind: Secret
|
||||||
|
fieldSpecs:
|
||||||
|
- path: spec/configuration/name
|
||||||
|
kind: Tenant
|
||||||
|
- kind: Secret
|
||||||
|
fieldSpecs:
|
||||||
|
- path: spec/users/name
|
||||||
|
kind: Tenant
|
13
base/minio/kustomization.yaml
Normal file
13
base/minio/kustomization.yaml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
namespace: minio-operator
|
||||||
|
commonAnnotations:
|
||||||
|
operator.min.io/authors: "MinIO, Inc."
|
||||||
|
operator.min.io/license: "AGPLv3"
|
||||||
|
operator.min.io/support: "https://subnet.min.io"
|
||||||
|
|
||||||
|
resources:
|
||||||
|
- github.com/minio/operator/resources
|
||||||
|
|
||||||
|
configurations:
|
||||||
|
- ./configurations/tenants.minio.min.io.yaml
|
2
base/nginx/kustomization.yaml
Normal file
2
base/nginx/kustomization.yaml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
resources:
|
||||||
|
- https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.4.0/deploy/static/provider/cloud/deploy.yaml
|
10
base/postgresql/kustomization.yaml
Normal file
10
base/postgresql/kustomization.yaml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
namespace: postgresql-operator
|
||||||
|
|
||||||
|
resources:
|
||||||
|
- namespace.yaml
|
||||||
|
- github.com/zalando/postgres-operator/manifests
|
||||||
|
- github.com/zalando/postgres-operator/ui/manifests
|
||||||
|
|
||||||
|
|
4
base/postgresql/namespace.yaml
Normal file
4
base/postgresql/namespace.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: postgresql-operator
|
8
base/redis/kustomization.yaml
Normal file
8
base/redis/kustomization.yaml
Normal 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
|
||||||
|
|
4
base/redis/namespace.yaml
Normal file
4
base/redis/namespace.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: redis-operator
|
Reference in New Issue
Block a user