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:
@@ -19,4 +19,4 @@ sources:
|
||||
- https://github.com/mylar3/mylar3
|
||||
- https://github.com/linuxserver/docker-mylar3
|
||||
- https://github.com/truechartsapps/tree/master/charts/mylar
|
||||
version: 1.6.5
|
||||
version: 1.6.6
|
||||
|
||||
@@ -231,7 +231,7 @@ questions:
|
||||
default: 8090
|
||||
editable: false
|
||||
hidden: true
|
||||
- variable: targetport
|
||||
- variable: targetPort
|
||||
label: "Target Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
|
||||
@@ -36,7 +36,10 @@ service:
|
||||
# @default -- See values.yaml
|
||||
persistence:
|
||||
config:
|
||||
enabled: false
|
||||
enabled: true
|
||||
type: pvc
|
||||
accessMode: ReadWriteOnce
|
||||
size: "100Gi"
|
||||
comics:
|
||||
enabled: false
|
||||
mountPath: /comics
|
||||
|
||||
Reference in New Issue
Block a user