mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-05 05:19:59 +00:00
no more nfs :(
This commit is contained in:
@@ -31,10 +31,10 @@ spec:
|
|||||||
secretName: letsencrypt-wildcard-cert-michaelthomson.dev
|
secretName: letsencrypt-wildcard-cert-michaelthomson.dev
|
||||||
persistence:
|
persistence:
|
||||||
# persistence.storageClassName -- (string) Specify the storageClassName for PersistentVolumeClaims.
|
# persistence.storageClassName -- (string) Specify the storageClassName for PersistentVolumeClaims.
|
||||||
storageClassName: "nfs-client"
|
storageClassName: "longhorn"
|
||||||
# persistence.accessModes -- Specify the accessModes for PersistentVolumeClaims.
|
# persistence.accessModes -- Specify the accessModes for PersistentVolumeClaims.
|
||||||
accessModes: "ReadWriteOnce"
|
accessModes: "ReadWriteOnce"
|
||||||
# persistence.size -- Specify the size of PersistentVolumeClaims.
|
# persistence.size -- Specify the size of PersistentVolumeClaims.
|
||||||
size: 100Gi
|
size: 50Gi
|
||||||
# persistence.selector -- Specify the selectors for PersistentVolumeClaims.
|
# persistence.selector -- Specify the selectors for PersistentVolumeClaims.
|
||||||
selector: {}
|
selector: {}
|
||||||
|
|||||||
Reference in New Issue
Block a user