32 lines
526 B
YAML
32 lines
526 B
YAML
image:
|
|
repository: tccr.io/truecharts/homebridge
|
|
pullPolicy: IfNotPresent
|
|
tag: v2022-02@sha256:3594e4ac0c3bd99e8ed9890a0fb4121c9ddebc0ce05962ee8af6564f24014ff7
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: HTTP
|
|
targetPort: 8581
|
|
port: 8581
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
env:
|
|
HOMEBRIDGE_CONFIG_UI: 1
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/homebridge"
|
|
|
|
portal:
|
|
enabled: true
|