Update emby chart

This commit is contained in:
Jonny Ervine 2024-02-11 14:37:11 +08:00
parent 33c4105bb3
commit 5f15ee336f

View File

@ -35,17 +35,30 @@ service:
port: 8096 port: 8096
ingress: ingress:
enabled: false external:
annotations: {} enabled: false
# kubernetes.io/ingress.class: nginx annotations: {}
# kubernetes.io/tls-acme: "true" # kubernetes.io/ingress.class: nginx
hosts: # kubernetes.io/tls-acme: "true"
hosts:
- host: chart-example.local - host: chart-example.local
paths: [] paths: []
tls: [] tls: []
# - secretName: chart-example-tls # - secretName: chart-example-tls
# hosts: # hosts:
# - chart-example.local # - chart-example.local
internal:
enabled: false
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: chart-example.local
paths: []
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
resources: resources:
# We usually recommend not to specify default resources and to leave this as a conscious # We usually recommend not to specify default resources and to leave this as a conscious