'update files with ansible'

This commit is contained in:
git 2025-03-12 13:28:42 +00:00
parent acbc57b812
commit 10816eb59f
2 changed files with 16 additions and 15 deletions

View File

@ -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.3.1
version: 0.3.41
# 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.9.0.1
appVersion: 4.9.0.41
icon: https://git.ervine.org/jonny/charts/raw/branch/master/emby/emby.png

View File

@ -36,17 +36,18 @@ service:
ingress:
external:
enabled: false
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
enabled: true
annotations:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/backend-protocol: HTTP
hosts:
- host: chart-example.local
paths: []
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
- host: emby.ervine.cloud
paths:
- path: /
tls:
- secretName: emby-ervine-cloud-tls
hosts:
- emby.ervine.cloud
internal:
enabled: false
annotations: {}