Mercurial > code > home > repos > pomerium
view kube/03-volumes.yaml @ 1:9d3a9e524ad3
fuss with ns and stuff to get it working. forward all (over http) to nginx at first
author | drewp@bigasterisk.com |
---|---|
date | Tue, 13 Sep 2022 22:32:50 -0700 |
parents | 6bf643829330 |
children |
line wrap: on
line source
apiVersion: v1 kind: PersistentVolume metadata: name: autocert-data labels: type: local spec: storageClassName: manual hostPath: path: "/opt/pomerium-autocert" capacity: storage: 5Gi accessModes: - ReadWriteOnce persistentVolumeReclaimPolicy: Retain claimRef: namespace: pomerium name: autocert-data