2021-07-01 18:26:22 +00:00
|
|
|
#
|
|
|
|
# IMPORTANT NOTE
|
|
|
|
#
|
|
|
|
# This chart inherits from our common library chart. You can check the default values/options here:
|
|
|
|
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
|
|
|
|
#
|
|
|
|
|
|
|
|
image:
|
|
|
|
# -- image repository
|
|
|
|
repository: sirfragalot/hyperion.ng
|
|
|
|
# -- image tag
|
2021-11-30 08:08:45 +00:00
|
|
|
tag: 2.0.12@sha256:7a3610716c6881d4a2cd028de7c553cdc7f28e0b18c1b455f35ef5b3e947ed2a
|
2021-07-01 18:26:22 +00:00
|
|
|
# -- image pull policy
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
2021-09-10 18:10:04 +00:00
|
|
|
securityContext:
|
|
|
|
runAsNonRoot: false
|
|
|
|
|
|
|
|
podSecurityContext:
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
|
2021-07-01 18:26:22 +00:00
|
|
|
# -- environment variables. See [image docs](https://docs.linuxserver.io/images/docker-airsonic#environment-variables-e) for more details.
|
|
|
|
# @default -- See below
|
|
|
|
env:
|
|
|
|
# -- Set the container timezone
|
|
|
|
TZ: UTC
|
|
|
|
# -- Specify the user ID the application will run as
|
2021-10-04 10:31:56 +00:00
|
|
|
PUID: 568
|
2021-07-01 18:26:22 +00:00
|
|
|
|
|
|
|
# -- Configures service settings for the chart.
|
|
|
|
# @default -- See values.yaml
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
2021-11-28 09:26:31 +00:00
|
|
|
port: 10065
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 8090
|
2021-11-06 23:32:56 +00:00
|
|
|
jsonservice:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
2021-07-01 18:26:22 +00:00
|
|
|
jsonservice:
|
|
|
|
enabled: true
|
|
|
|
port: 19444
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 19444
|
2021-11-06 23:32:56 +00:00
|
|
|
protobufservice:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
2021-07-01 18:26:22 +00:00
|
|
|
protobufservice:
|
|
|
|
enabled: true
|
|
|
|
port: 19445
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 19445
|
2021-11-06 23:32:56 +00:00
|
|
|
boblightservice:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
2021-07-01 18:26:22 +00:00
|
|
|
boblightservice:
|
|
|
|
enabled: true
|
|
|
|
port: 19333
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 19333
|
2021-07-01 18:26:22 +00:00
|
|
|
|
|
|
|
persistence:
|
|
|
|
config:
|
2021-08-29 12:02:17 +00:00
|
|
|
enabled: true
|
2021-11-14 19:19:16 +00:00
|
|
|
mountPath: "/root/.hyperion"
|