TrueChartsClone/charts/stable/hyperion-ng/values.yaml

44 lines
856 B
YAML

image:
repository: tccr.io/truecharts/hyperion.ng
tag: 2.0.15@sha256:876943c6b970cae5ef0692b133c13a52a832e76e2f39e11f82cf397fa764b754
pullPolicy: IfNotPresent
service:
main:
ports:
main:
port: 10065
targetPort: 8090
jsonservice:
enabled: true
ports:
jsonservice:
enabled: true
port: 19444
targetPort: 19444
protobufservice:
enabled: true
ports:
protobufservice:
enabled: true
port: 19445
targetPort: 19445
boblightservice:
enabled: true
ports:
boblightservice:
enabled: true
port: 19333
targetPort: 19333
persistence:
config:
enabled: true
mountPath: "/root/.hyperion"
portal:
open:
enabled: true
securityContext:
container:
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0