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
@@ -22,4 +22,4 @@ name: deconz
sources:
- https://github.com/dresden-elektronik/deconz-rest-plugin
- https://github.com/marthoc/docker-deconz
version: 1.6.5
version: 1.6.6
+3 -3
View File
@@ -256,7 +256,7 @@ questions:
default: 80
editable: false
hidden: true
- variable: targetport
- variable: targetPort
label: "Target Port"
description: "This port exposes the container port on the service"
schema:
@@ -353,7 +353,7 @@ questions:
default: 443
editable: false
hidden: true
- variable: targetport
- variable: targetPort
label: "Target Port"
description: "This port exposes the container port on the service"
schema:
@@ -450,7 +450,7 @@ questions:
default: 5900
editable: false
hidden: true
- variable: targetport
- variable: targetPort
label: "Target Port"
description: "This port exposes the container port on the service"
schema:
+4 -1
View File
@@ -56,7 +56,10 @@ securityContext:
# @default -- See values.yaml
persistence:
config:
enabled: false
enabled: true
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"
mountPath: /root/.local/share/dresden-elektronik/deCONZ
# -- Affinity constraint rules to place the Pod on a specific node.