'update files with ansible'
This commit is contained in:
parent
fa8b54a8f4
commit
0964c1d257
@ -1,5 +1,5 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: emby
|
name: embyserver
|
||||||
description: A Helm chart for Kubernetes
|
description: A Helm chart for Kubernetes
|
||||||
|
|
||||||
# A chart can be either an 'application' or a 'library' chart.
|
# A chart can be either an 'application' or a 'library' chart.
|
||||||
@ -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.1.10
|
version: 0.1.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: 4.5.4.0
|
appVersion: 4.5.4.0
|
||||||
|
|
||||||
icon: {{ icon }}
|
icon: https://git.ervine.org/jonny/charts/raw/branch/master/emby/emby.png
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# Default values for emby.
|
# Default values for jellyfin.
|
||||||
# This is a YAML-formatted file.
|
# This is a YAML-formatted file.
|
||||||
# Declare variables to be passed into your templates.
|
# Declare variables to be passed into your templates.
|
||||||
|
|
||||||
@ -47,7 +47,7 @@ ingress:
|
|||||||
# 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
|
||||||
# choice for the user. This also increases chances charts run on environments with little
|
# choice for the user. This also increases chances charts run on environments with little
|
||||||
# resources, such as Minikube. If you do want to specify resources, uncomment the following
|
# resources, such as Minikube. If you do want to specify resources, uncomment the following
|
||||||
@ -55,11 +55,11 @@ resources: {}
|
|||||||
# limits:
|
# limits:
|
||||||
# cpu: 100m
|
# cpu: 100m
|
||||||
# memory: 128Mi
|
# memory: 128Mi
|
||||||
# requests:
|
requests:
|
||||||
# cpu: 100m
|
cpu: 60m
|
||||||
# memory: 128Mi
|
memory: 800Mi
|
||||||
|
|
||||||
nodeSelec or:
|
nodeSelector:
|
||||||
location: bedRoom
|
location: bedRoom
|
||||||
|
|
||||||
tolerations: []
|
tolerations: []
|
||||||
@ -67,10 +67,5 @@ tolerations: []
|
|||||||
affinity: {}
|
affinity: {}
|
||||||
|
|
||||||
config:
|
config:
|
||||||
configPvc: emby-icarus-config-pv
|
configPvc: emby-icarus-config
|
||||||
|
mediaPvc: emby-icarus-media
|
||||||
configmap:
|
|
||||||
uid: "1003"
|
|
||||||
gid: "1003"
|
|
||||||
|
|
||||||
mediaPvc: emby-media-pvc
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user