'update files with ansible'
This commit is contained in:
parent
acbc57b812
commit
10816eb59f
@ -14,10 +14,10 @@ type: application
|
|||||||
|
|
||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# This is the chart version. This version number should be incremented each time you make changes
|
||||||
# to the chart and its templates, including the app version.
|
# to the chart and its templates, including the app version.
|
||||||
version: 0.3.1
|
version: 0.3.41
|
||||||
|
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# This is the version number of the application being deployed. This version number should be
|
||||||
# incremented each time you make changes to the application.
|
# incremented each time you make changes to the application.
|
||||||
appVersion: 4.9.0.1
|
appVersion: 4.9.0.41
|
||||||
|
|
||||||
icon: https://git.ervine.org/jonny/charts/raw/branch/master/emby/emby.png
|
icon: https://git.ervine.org/jonny/charts/raw/branch/master/emby/emby.png
|
||||||
|
|||||||
@ -36,17 +36,18 @@ service:
|
|||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
external:
|
external:
|
||||||
enabled: false
|
enabled: true
|
||||||
annotations: {}
|
annotations:
|
||||||
# kubernetes.io/ingress.class: nginx
|
kubernetes.io/ingress.class: nginx
|
||||||
# kubernetes.io/tls-acme: "true"
|
nginx.ingress.kubernetes.io/backend-protocol: HTTP
|
||||||
hosts:
|
hosts:
|
||||||
- host: chart-example.local
|
- host: emby.ervine.cloud
|
||||||
paths: []
|
paths:
|
||||||
tls: []
|
- path: /
|
||||||
# - secretName: chart-example-tls
|
tls:
|
||||||
# hosts:
|
- secretName: emby-ervine-cloud-tls
|
||||||
# - chart-example.local
|
hosts:
|
||||||
|
- emby.ervine.cloud
|
||||||
internal:
|
internal:
|
||||||
enabled: false
|
enabled: false
|
||||||
annotations: {}
|
annotations: {}
|
||||||
@ -56,9 +57,9 @@ ingress:
|
|||||||
- 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
|
||||||
|
|
||||||
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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user