Correct targetPort and always use PVC during testing (#840)
* Fix targetPort not being processed correctly * Always use PVC in values.yaml just to be sure it actually works * fix a small copy-paste mistake * bump * fix hyperion-ng mistake
This commit is contained in:
@@ -39,5 +39,8 @@ ingress:
|
||||
# @default -- See values.yaml
|
||||
persistence:
|
||||
config:
|
||||
enabled: false
|
||||
enabled: true
|
||||
type: pvc
|
||||
accessMode: ReadWriteOnce
|
||||
size: "100Gi"
|
||||
mountPath: /app/data/
|
||||
|
||||
Reference in New Issue
Block a user