34 lines
650 B
YAML
34 lines
650 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/hoobs
|
|
tag: latest@sha256:64224ac21a14adb8f937237cb7979445581ccfa900c19ead377c60d38a0a2b3c
|
|
persistence:
|
|
applicationpath:
|
|
enabled: true
|
|
mountPath: /hoobs
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
homebridgeport:
|
|
enabled: true
|
|
ports:
|
|
homebridgeport:
|
|
enabled: true
|
|
port: 51826
|
|
protocol: TCP
|
|
targetPort: 51826
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8082
|
|
protocol: HTTP
|
|
targetPort: 80
|
|
|
|
portal:
|
|
enabled: true
|