32 lines
615 B
YAML
32 lines
615 B
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: hoobs/hoobs
|
||
|
tag: latest@sha256:c9b84d76659409cbc5910dd39c8bcb5ba2a338dacc7068f6941d06e82445d6ab
|
||
|
persistence:
|
||
|
applicationpath:
|
||
|
enabled: true
|
||
|
mountPath: /hoobs
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|
||
|
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
|