'update files with ansible'
This commit is contained in:
parent
9b2075e825
commit
33c4105bb3
@ -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.3.1
|
||||
|
||||
# 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: 4.7.14.0
|
||||
appVersion: 4.9.0.1
|
||||
|
||||
icon: https://git.ervine.org/jonny/charts/raw/branch/master/emby/emby.png
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Default values for embyserver.
|
||||
# Default values for jellyfin.
|
||||
# This is a YAML-formatted file.
|
||||
# Declare variables to be passed into your templates.
|
||||
|
||||
@ -35,32 +35,17 @@ service:
|
||||
port: 8096
|
||||
|
||||
ingress:
|
||||
internal:
|
||||
enabled: true
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: nginx
|
||||
nginx.ingress.kubernetes.io/backend-protocol: HTTP
|
||||
hosts:
|
||||
- host: emby.k8s.ipa.champion
|
||||
paths:
|
||||
- path: /
|
||||
tls:
|
||||
- secretName: emby-internal-tls
|
||||
hosts:
|
||||
- emby.k8s.ipa.champion
|
||||
external:
|
||||
enabled: true
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: nginx
|
||||
nginx.ingress.kubernetes.io/backend-protocol: HTTP
|
||||
hosts:
|
||||
- host: emby.ervine.cloud
|
||||
paths:
|
||||
- path: /
|
||||
tls:
|
||||
- secretName: emby-ervine-cloud-tls
|
||||
hosts:
|
||||
- emby.ervine.cloud
|
||||
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