WIP Update stash volume claims
This commit is contained in:
@@ -10,6 +10,9 @@ image:
|
||||
ingress:
|
||||
main:
|
||||
enabled: true
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||
|
||||
hosts:
|
||||
- host: stash.xai-corp.net
|
||||
paths:
|
||||
@@ -19,3 +22,19 @@ ingress:
|
||||
hosts:
|
||||
- stash.xai-corp.net
|
||||
|
||||
# -- Configure persistence settings for the chart under this key.
|
||||
# @default -- See values.yaml
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /root/.stash
|
||||
accessMode: ReadWriteOnce
|
||||
# existingClaim: stash-pv-claim
|
||||
# subPath:
|
||||
|
||||
media:
|
||||
enabled: true
|
||||
mountPath: /media
|
||||
accessMode: ReadWriteOnce
|
||||
# existingClaim: stash-pv-claim
|
||||
# subPath:
|
||||
|
||||
Reference in New Issue
Block a user