2025-01-04 17:07:49 +01:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
kind: Kustomization
|
|
|
|
|
|
|
|
resources:
|
2025-02-05 20:47:02 +01:00
|
|
|
- https://github.com/cert-manager/cert-manager/releases/download/v1.17.0/cert-manager.yaml
|
2025-01-23 18:00:05 +01:00
|
|
|
- https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.25.0/cnpg-1.25.0.yaml
|
2025-02-05 20:47:02 +01:00
|
|
|
- ca.yaml
|
2025-02-03 09:57:05 +01:00
|
|
|
- namespace.yaml
|
|
|
|
- cnpg-cluster.yaml
|
2025-01-28 18:01:34 +01:00
|
|
|
- minio.yaml
|
2025-01-04 17:07:49 +01:00
|
|
|
- ../default
|
2025-02-05 20:47:02 +01:00
|
|
|
- studio-plaintext-users.yaml
|
2025-02-03 09:57:05 +01:00
|
|
|
- studio-credentials-secret.yaml
|
2025-01-28 18:01:34 +01:00
|
|
|
- core.yaml
|
|
|
|
- apigateway.yaml
|
|
|
|
- dashboard.yaml
|
|
|
|
- storage.yaml
|
2025-01-04 17:07:49 +01:00
|
|
|
|
|
|
|
patches:
|
|
|
|
- path: manager_dev_settings.yaml
|
|
|
|
target:
|
|
|
|
kind: Deployment
|
2025-01-23 18:00:05 +01:00
|
|
|
labelSelector: app.kubernetes.io/name=supabase-operator
|
|
|
|
- path: manager_dev_settings.yaml
|
|
|
|
target:
|
|
|
|
kind: Deployment
|
|
|
|
labelSelector: app.kubernetes.io/name=control-plane
|
2025-02-12 08:20:01 +01:00
|
|
|
|
|
|
|
configurations:
|
|
|
|
- kustomizeconfig/cnpg-cluster.yaml
|