mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-31 05:49:04 +00:00
2b32f7ee83
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Devin Buhl <devin.kray@gmail.com>
47 lines
824 B
YAML
47 lines
824 B
YAML
#
|
|
# 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:
|
|
repository: sirfragalot/hyperion.ng
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.0.0-alpha.9-x86_64
|
|
|
|
strategy:
|
|
type: Recreate
|
|
|
|
env: {}
|
|
# TZ: UTC
|
|
# PUID: 1001
|
|
# PGID: 1001
|
|
|
|
service:
|
|
port:
|
|
port: 8090
|
|
additionalPorts:
|
|
- port: 19444
|
|
name: jsonservice
|
|
protocol: TCP
|
|
targetPort: 19444
|
|
- port: 19445
|
|
name: protobufservice
|
|
protocol: TCP
|
|
targetPort: 19445
|
|
- port: 19333
|
|
name: boblightservice
|
|
protocol: TCP
|
|
targetPort: 19333
|
|
|
|
ingress:
|
|
enabled: false
|
|
|
|
persistence:
|
|
config:
|
|
enabled: false
|
|
emptyDir:
|
|
enabled: false
|
|
mountPath: /root/.hyperion
|