Files
truecharts/charts/stable/domoticz/values.yaml
T
Stavros KoisandGitHub 1b7cba916c fix(apps): enable secondary services on some new apps (#1548)
* fix(apps): enable secondary services on some new apps

* bump patch
2021-12-17 12:20:48 +01:00

45 lines
648 B
YAML

image:
repository: tccr.io/truecharts/domoticz
pullPolicy: IfNotPresent
tag: v2021.1.20211128
securityContext:
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
env:
PUID: 568
WEBROOT: "domoticz"
service:
main:
ports:
main:
targetPort: 8080
port: 10144
comm1:
enabled: true
ports:
comm1:
enabled: true
targetPort: 6144
port: 6144
comm2:
enabled: true
ports:
comm2:
enabled: true
targetPort: 1443
port: 1443
persistence:
config:
enabled: true
mountPath: "/config"
varrun:
enabled: true