57 lines
983 B
YAML
57 lines
983 B
YAML
image:
|
|
repository: tccr.io/truecharts/domoticz
|
|
pullPolicy: IfNotPresent
|
|
tag: v2023.2.20230721@sha256:678f3d2ad496cd44fe059b1193f7103a830aca3e73cb31366d41b0a6ea4690c6
|
|
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
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
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: tcp
|
|
readiness:
|
|
type: tcp
|
|
startup:
|
|
type: tcp
|
|
env:
|
|
WEBROOT: "domoticz"
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|