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
+1 -1
View File
@@ -24,4 +24,4 @@ sources:
- https://github.com/akhilrex/podgrab
- https://hub.docker.com/r/akhilrex/podgrab
type: application
version: 4.8.5
version: 4.8.6
+1 -1
View File
@@ -227,7 +227,7 @@ questions:
default: 8080
editable: false
hidden: true
- variable: targetport
- variable: targetPort
label: "Target Port"
description: "This port exposes the container port on the service"
schema:
+6 -2
View File
@@ -37,14 +37,18 @@ persistence:
config:
enabled: true
mountPath: "/config"
type: emptyDir
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"
hostPathMounts:
- name: assets
enabled: true
mountPath: "/assets"
type: emptyDir
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"
probes:
liveness: