28 lines
555 B
YAML
28 lines
555 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: causticlab/hass-configurator-docker
|
|
tag: x86_64@sha256:45a5a0527ca10da5744bbcf3a7909a0b77ae583e97fe0d28d0e5a8d50aa37689
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
hass-config:
|
|
enabled: true
|
|
mountPath: /hass-config
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 3218
|
|
protocol: TCP
|
|
targetPort: 3218
|
|
portal:
|
|
enabled: true
|