Update emby chart
This commit is contained in:
parent
33c4105bb3
commit
5f15ee336f
@ -35,6 +35,19 @@ service:
|
|||||||
port: 8096
|
port: 8096
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
|
external:
|
||||||
|
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
|
||||||
|
internal:
|
||||||
enabled: false
|
enabled: false
|
||||||
annotations: {}
|
annotations: {}
|
||||||
# kubernetes.io/ingress.class: nginx
|
# kubernetes.io/ingress.class: nginx
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user