Files
truecharts/charts/incubator/homebridge/values.yaml
T
Stavros KoisandGitHub 8fcda955e2 chore(apps): combine some ports (#3096)
* chore(apps): combine some ports

* lints

* move `protocol` under `ports` rather under `service`

* bump cloudd
2022-07-09 21:29:01 +02:00

29 lines
501 B
YAML

image:
repository: tccr.io/truecharts/homebridge
pullPolicy: IfNotPresent
tag: v2022-02@sha256:a6b5e77d71f6cf8ab608ec96a34342a038dd8b5d8ef799108455622ad68bb7e8
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"