diff --git a/authentik/templates/authentik-pv.yaml b/authentik/templates/authentik-pv.yaml index 53aef0a..8fbc2e2 100644 --- a/authentik/templates/authentik-pv.yaml +++ b/authentik/templates/authentik-pv.yaml @@ -1,24 +1,24 @@ -apiVersion: v1 -kind: PersistentVolume -metadata: - annotations: - pv.kubernetes.io/provisioned-by: durp.info/nfs - finalizers: - - kubernetes.io/pv-protection - name: authentik-pv -spec: - accessModes: - - ReadWriteMany - capacity: - storage: 10Gi - claimRef: - apiVersion: v1 - kind: PersistentVolumeClaim - name: authentik-pvc - namespace: authentik - nfs: - path: /mnt/user/k3s/authentik - server: 192.168.20.253 - persistentVolumeReclaimPolicy: Retain - storageClassName: nfs-storage - volumeMode: Filesystem +#apiVersion: v1 +#kind: PersistentVolume +#metadata: +# annotations: +# pv.kubernetes.io/provisioned-by: durp.info/nfs +# finalizers: +# - kubernetes.io/pv-protection +# name: authentik-pv +#spec: +# accessModes: +# - ReadWriteMany +# capacity: +# storage: 10Gi +# claimRef: +# apiVersion: v1 +# kind: PersistentVolumeClaim +# name: authentik-pvc +# namespace: authentik +# nfs: +# path: /mnt/user/k3s/authentik +# server: 192.168.20.253 +# persistentVolumeReclaimPolicy: Retain +# storageClassName: nfs-storage +# volumeMode: Filesystem diff --git a/authentik/templates/authentik-pvc.yaml b/authentik/templates/authentik-pvc.yaml index ea31f9d..f22640b 100644 --- a/authentik/templates/authentik-pvc.yaml +++ b/authentik/templates/authentik-pvc.yaml @@ -1,18 +1,18 @@ -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - labels: - app.kubernetes.io/component: app - app.kubernetes.io/instance: authentik - app.kubernetes.io/managed-by: Helm - app.kubernetes.io/name: authentik - helm.sh/chart: authentik-2.14.4 - name: authentik-pvc - namespace: authentik -spec: - accessModes: - - ReadWriteMany - resources: - requests: - storage: 10Gi - storageClassName: nfs-storage \ No newline at end of file +#apiVersion: v1 +#kind: PersistentVolumeClaim +#metadata: +# labels: +# app.kubernetes.io/component: app +# app.kubernetes.io/instance: authentik +# app.kubernetes.io/managed-by: Helm +# app.kubernetes.io/name: authentik +# helm.sh/chart: authentik-2.14.4 +# name: authentik-pvc +# namespace: authentik +#spec: +# accessModes: +# - ReadWriteMany +# resources: +# requests: +# storage: 10Gi +# storageClassName: nfs-storage \ No newline at end of file