Add jellyfin chart
This commit is contained in:
parent
0e985942a0
commit
0c23dcb56f
@ -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.2.9
|
version: 0.2.11
|
||||||
|
|
||||||
# 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: 10.8.9-amd64
|
appVersion: 10.8.11
|
||||||
|
|
||||||
icon: https://git.ervine.org/jonny/charts/raw/branch/master/jellyfin/jellyfin.png
|
icon: https://git.ervine.org/jonny/charts/raw/branch/master/jellyfin/jellyfin.png
|
||||||
|
|||||||
@ -35,17 +35,32 @@ service:
|
|||||||
port: 8096
|
port: 8096
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: false
|
internal:
|
||||||
annotations: {}
|
enabled: true
|
||||||
# kubernetes.io/ingress.class: nginx
|
annotations:
|
||||||
# kubernetes.io/tls-acme: "true"
|
kubernetes.io/ingress.class: nginx
|
||||||
|
nginx.ingress.kubernetes.io/backend-protocol: HTTP
|
||||||
hosts:
|
hosts:
|
||||||
- host: chart-example.local
|
- host: fin.k8s.ipa.champion
|
||||||
paths: []
|
paths:
|
||||||
tls: []
|
- path: /
|
||||||
# - secretName: chart-example-tls
|
tls:
|
||||||
# hosts:
|
- secretName: fin-internal-tls
|
||||||
# - chart-example.local
|
hosts:
|
||||||
|
- fin.k8s.ipa.champion
|
||||||
|
external:
|
||||||
|
enabled: true
|
||||||
|
annotations:
|
||||||
|
kubernetes.io/ingress.class: nginx
|
||||||
|
nginx.ingress.kubernetes.io/backend-protocol: HTTP
|
||||||
|
hosts:
|
||||||
|
- host: fin.ervine.cloud
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
tls:
|
||||||
|
- secretName: fin-ervine-cloud-tls
|
||||||
|
hosts:
|
||||||
|
- fin.ervine.cloud
|
||||||
|
|
||||||
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