36 lines
586 B
YAML
36 lines
586 B
YAML
image:
|
|
repository: homebridge/homebridge
|
|
tag: 2023-12-30@sha256:309e3ac6d4577dab0103b6e536dc6f9733bf7c399fde05da827e69ff84c3a3c4
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
HOMEBRIDGE_CONFIG_UI: 1
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
port: 8581
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /homebridge
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|