Files
truecharts/charts/stable/hoobs/values.yaml
T
2026-02-14 22:35:03 +01:00

31 lines
645 B
YAML

# yaml-language-server: $schema=./values.schema.json
image:
pullPolicy: IfNotPresent
repository: docker.io/hoobs/hoobs
tag: latest@sha256:c9b84d76659409cbc5910dd39c8bcb5ba2a338dacc7068f6941d06e82445d6ab
persistence:
applicationpath:
enabled: true
mountPath: /hoobs
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
homebridgeport:
enabled: true
ports:
homebridgeport:
enabled: true
port: 51826
protocol: tcp
targetPort: 51826
main:
ports:
main:
port: 8082
protocol: http
targetPort: 80