2021-07-01 18:26:22 +00:00
|
|
|
image:
|
2023-11-17 10:22:57 +00:00
|
|
|
repository: deconzcommunity/deconz
|
2023-12-25 00:52:35 +00:00
|
|
|
tag: 2.25.0@sha256:439b5754878be67762ecdc3e3445bf025e6f6fa9040b6be693a2e25f75f136eb
|
2021-07-01 18:26:22 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2021-09-26 18:05:21 +00:00
|
|
|
securityContext:
|
2023-05-06 11:09:00 +00:00
|
|
|
container:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
securityContext:
|
|
|
|
capabilities:
|
|
|
|
add:
|
|
|
|
- NET_BIND_SERVICE
|
|
|
|
env:
|
|
|
|
DECONZ_WEB_PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
|
|
DECONZ_WS_PORT: "{{ .Values.service.websocket.ports.websocket.port }}"
|
|
|
|
DECONZ_VNC_PORT: "{{ .Values.service.vnc.ports.vnc.port }}"
|
|
|
|
DECONZ_UID: "{{ .Values.securityContext.container.PUID }}"
|
|
|
|
DECONZ_GID: "{{ .Values.securityContext.pod.fsGroup }}"
|
|
|
|
# -- Override the location where deCONZ looks for the RaspBee/Conbee device.
|
|
|
|
# Example: /dev/ttyUSB0
|
|
|
|
DECONZ_DEVICE: ""
|
|
|
|
DECONZ_UPNP: 0
|
|
|
|
DECONZ_START_VERBOSE: 0
|
|
|
|
# -- Enable VNC access to the container to view the deCONZ ZigBee mesh
|
|
|
|
DECONZ_VNC_MODE: 1
|
|
|
|
DECONZ_VNC_PASSWORD: ""
|
2021-07-01 18:26:22 +00:00
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
2021-11-28 09:26:31 +00:00
|
|
|
port: 10008
|
2021-10-21 12:58:35 +00:00
|
|
|
websocket:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
2021-07-01 18:26:22 +00:00
|
|
|
websocket:
|
|
|
|
enabled: true
|
2021-11-28 09:26:31 +00:00
|
|
|
port: 10001
|
2021-10-21 12:58:35 +00:00
|
|
|
vnc:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
2021-07-01 18:26:22 +00:00
|
|
|
vnc:
|
|
|
|
enabled: true
|
2021-11-28 09:26:31 +00:00
|
|
|
port: 10002
|
2021-07-01 18:26:22 +00:00
|
|
|
persistence:
|
|
|
|
config:
|
2021-08-29 12:02:17 +00:00
|
|
|
enabled: true
|
2021-11-28 13:43:30 +00:00
|
|
|
mountPath: "/opt/deCONZ"
|
2022-08-08 21:25:02 +00:00
|
|
|
portal:
|
2023-05-06 11:09:00 +00:00
|
|
|
open:
|
|
|
|
enabled: true
|