fix: pvc for authentik pgsql
This commit is contained in:
@@ -20,3 +20,30 @@ spec:
|
|||||||
selfHeal: true
|
selfHeal: true
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
|
ignoreDifferences:
|
||||||
|
# Ignoriere automatisch erstellte PVCs von StatefulSets (volumeClaimTemplates)
|
||||||
|
# Diese werden automatisch vom StatefulSet erstellt und müssen nicht im Git sein
|
||||||
|
- group: ""
|
||||||
|
kind: PersistentVolumeClaim
|
||||||
|
name: "postgres-data-authentik-postgresql-*"
|
||||||
|
jqPathExpressions:
|
||||||
|
- .metadata.annotations."pv.kubernetes.io/bind-completed"
|
||||||
|
- .metadata.annotations."pv.kubernetes.io/bound-by-controller"
|
||||||
|
- .metadata.annotations."volume.beta.kubernetes.io/storage-provisioner"
|
||||||
|
- .metadata.annotations."volume.kubernetes.io/storage-provisioner"
|
||||||
|
- .metadata.uid
|
||||||
|
- .metadata.resourceVersion
|
||||||
|
- .status
|
||||||
|
- .spec.storageClassName
|
||||||
|
- group: ""
|
||||||
|
kind: PersistentVolumeClaim
|
||||||
|
name: "redis-data-authentik-redis-*"
|
||||||
|
jqPathExpressions:
|
||||||
|
- .metadata.annotations."pv.kubernetes.io/bind-completed"
|
||||||
|
- .metadata.annotations."pv.kubernetes.io/bound-by-controller"
|
||||||
|
- .metadata.annotations."volume.beta.kubernetes.io/storage-provisioner"
|
||||||
|
- .metadata.annotations."volume.kubernetes.io/storage-provisioner"
|
||||||
|
- .metadata.uid
|
||||||
|
- .metadata.resourceVersion
|
||||||
|
- .status
|
||||||
|
- .spec.storageClassName
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteOnce
|
- ReadWriteOnce
|
||||||
|
storageClassName: longhorn
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: 1Gi
|
storage: 1Gi
|
||||||
|
|||||||
Reference in New Issue
Block a user