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:
Kjeld Schouten-Lebbing
2021-08-29 14:02:17 +02:00
committed by GitHub
parent 31d17d53c0
commit 8a24c8721f
249 changed files with 460 additions and 290 deletions
+4 -7
View File
@@ -35,10 +35,7 @@ service:
# @default -- See values.yaml
persistence:
data:
enabled: false
podcasts:
enabled: false
cache:
enabled: false
music:
enabled: false
enabled: true
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"