27 lines
534 B
YAML
27 lines
534 B
YAML
|
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
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|
||
|
securityContext:
|
||
|
container:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 3218
|
||
|
protocol: tcp
|
||
|
targetPort: 3218
|