Merge branch 'feature/postgres-migration'
This commit is contained in:
commit
c2bc8a9512
@ -25,6 +25,5 @@ resources:
|
||||
- ai-llm/kustomization.yaml
|
||||
- nextcloud/kustomization.yaml
|
||||
- nextcloud-mail-sync/kustomization.yaml
|
||||
- postgres/kustomization.yaml
|
||||
- outline/kustomization.yaml
|
||||
- planka/kustomization.yaml
|
||||
|
||||
@ -11,4 +11,5 @@ resources:
|
||||
- logging/kustomization.yaml
|
||||
- maintenance/kustomization.yaml
|
||||
- longhorn-ui/kustomization.yaml
|
||||
- postgres/kustomization.yaml
|
||||
- ../platform/vault-csi/kustomization.yaml
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# clusters/atlas/flux-system/applications/postgres/kustomization.yaml
|
||||
# clusters/atlas/flux-system/platform/postgres/kustomization.yaml
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
@ -6,7 +6,7 @@ metadata:
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 10m
|
||||
path: ./services/postgres
|
||||
path: ./infrastructure/postgres
|
||||
prune: true
|
||||
force: true
|
||||
sourceRef:
|
||||
@ -1,4 +1,4 @@
|
||||
# services/postgres/kustomization.yaml
|
||||
# infrastructure/postgres/kustomization.yaml
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: postgres
|
||||
@ -1,4 +1,4 @@
|
||||
# services/postgres/namespace.yaml
|
||||
# infrastructure/postgres/namespace.yaml
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
@ -1,4 +1,4 @@
|
||||
# services/postgres/secretproviderclass.yaml
|
||||
# infrastructure/postgres/secretproviderclass.yaml
|
||||
apiVersion: secrets-store.csi.x-k8s.io/v1
|
||||
kind: SecretProviderClass
|
||||
metadata:
|
||||
@ -1,4 +1,4 @@
|
||||
# services/postgres/service.yaml
|
||||
# infrastructure/postgres/service.yaml
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
@ -1,4 +1,4 @@
|
||||
# services/postgres/serviceaccount.yaml
|
||||
# infrastructure/postgres/serviceaccount.yaml
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
@ -1,4 +1,4 @@
|
||||
# services/postgres/statefulset.yaml
|
||||
# infrastructure/postgres/statefulset.yaml
|
||||
apiVersion: apps/v1
|
||||
kind: StatefulSet
|
||||
metadata:
|
||||
Loading…
x
Reference in New Issue
Block a user