Compare commits

..

2 Commits

Author SHA1 Message Date
d5e336c80b feat: Added patch for restoring database
All checks were successful
kustomization/flux-system/7f3678ff reconciliation succeeded
kustomization/lldap/7f3678ff reconciliation succeeded
kustomization/spegel/7f3678ff reconciliation succeeded
kustomization/longhorn-jobs/7f3678ff reconciliation succeeded
kustomization/cilium-config/7f3678ff reconciliation succeeded
kustomization/reflector/7f3678ff reconciliation succeeded
kustomization/alerts/7f3678ff reconciliation succeeded
kustomization/cilium/7f3678ff reconciliation succeeded
kustomization/cert-manager/7f3678ff reconciliation succeeded
kustomization/local-path-provisioner/7f3678ff reconciliation succeeded
kustomization/longhorn/7f3678ff reconciliation succeeded
kustomization/cnpg/7f3678ff reconciliation succeeded
kustomization/certificates/7f3678ff reconciliation succeeded
2025-12-19 04:05:10 +01:00
28dab8e5f4 feat: Added lldap 2025-12-19 04:04:07 +01:00
5 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
apiVersion: postgresql.cnpg.io/v1 apiVersion: postgresql.cnpg.io/v1
kind: Cluster kind: Cluster
metadata: metadata:
name: lldap-db name: db
namespace: lldap namespace: lldap
# TODO: Add labels? # TODO: Add labels?
spec: spec:

View File

@@ -56,7 +56,7 @@ spec:
- name: LLDAP_DATABASE_URL - name: LLDAP_DATABASE_URL
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: lldap-db-app name: db-app
key: uri key: uri
- name: TZ - name: TZ
value: CET value: CET

View File

@@ -5,7 +5,7 @@ metadata:
namespace: lldap namespace: lldap
spec: spec:
configuration: configuration:
destinationPath: s3://cnpg-backup destinationPath: s3://cnpg-backup/lldap
s3Credentials: s3Credentials:
accessKeyId: accessKeyId:
name: s3-garage name: s3-garage

View File

@@ -1,6 +1,6 @@
apiVersion: postgresql.cnpg.io/v1 apiVersion: postgresql.cnpg.io/v1
kind: Cluster kind: Cluster
metadata: metadata:
name: lldap-db name: db
spec: spec:
instances: 2 instances: 2

View File

@@ -1,6 +1,6 @@
apiVersion: postgresql.cnpg.io/v1 apiVersion: postgresql.cnpg.io/v1
kind: Cluster kind: Cluster
metadata: metadata:
name: lldap-db name: db
spec: spec:
instances: 1 instances: 1