'update files with ansible'
This commit is contained in:
parent
e55f15328c
commit
a1efe415e7
@ -14,10 +14,10 @@ type: application
|
||||
|
||||
# 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.
|
||||
version: 0.2.13
|
||||
version: 0.2.14
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application.
|
||||
appVersion: 10.8.13-1
|
||||
appVersion: 10.9.7
|
||||
|
||||
icon: https://git.ervine.org/jonny/charts/raw/branch/master/jellyfin/jellyfin.png
|
||||
|
||||
@ -35,19 +35,6 @@ service:
|
||||
port: 8096
|
||||
|
||||
ingress:
|
||||
internal:
|
||||
enabled: true
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: nginx
|
||||
nginx.ingress.kubernetes.io/backend-protocol: HTTP
|
||||
hosts:
|
||||
- host: fin.k8s.ipa.champion
|
||||
paths:
|
||||
- path: /
|
||||
tls:
|
||||
- secretName: fin-internal-tls
|
||||
hosts:
|
||||
- fin.k8s.ipa.champion
|
||||
external:
|
||||
enabled: true
|
||||
annotations:
|
||||
@ -61,6 +48,18 @@ ingress:
|
||||
- secretName: fin-ervine-cloud-tls
|
||||
hosts:
|
||||
- fin.ervine.cloud
|
||||
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:
|
||||
# We usually recommend not to specify default resources and to leave this as a conscious
|
||||
|
||||
Loading…
Reference in New Issue
Block a user