Add authentik/pvcs.yaml
This commit is contained in:
parent
df020a2364
commit
2310612fcf
18
authentik/pvcs.yaml
Normal file
18
authentik/pvcs.yaml
Normal file
@ -0,0 +1,18 @@
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
labels:
|
||||
app.kubernetes.io/component: primary
|
||||
app.kubernetes.io/instance: authentik
|
||||
app.kubernetes.io/name: postgresql
|
||||
name: data-authentik-postgresql-0
|
||||
namespace: authentik
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 5Gi
|
||||
storageClassName: local-path
|
||||
volumeMode: Filesystem
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user