'update files with ansible'

This commit is contained in:
jonny 2021-04-08 15:15:12 +00:00
parent fa8b54a8f4
commit 0964c1d257
2 changed files with 11 additions and 16 deletions

View File

@ -1,5 +1,5 @@
apiVersion: v2
name: emby
name: embyserver
description: A Helm chart for Kubernetes
# 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
# 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
# incremented each time you make changes to the application.
appVersion: 4.5.4.0
icon: {{ icon }}
icon: https://git.ervine.org/jonny/charts/raw/branch/master/emby/emby.png

View File

@ -1,4 +1,4 @@
# Default values for emby.
# Default values for jellyfin.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
@ -47,7 +47,7 @@ ingress:
# hosts:
# - chart-example.local
resources: {}
resources:
# 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
# resources, such as Minikube. If you do want to specify resources, uncomment the following
@ -55,11 +55,11 @@ resources: {}
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
requests:
cpu: 60m
memory: 800Mi
nodeSelec or:
nodeSelector:
location: bedRoom
tolerations: []
@ -67,10 +67,5 @@ tolerations: []
affinity: {}
config:
configPvc: emby-icarus-config-pv
configmap:
uid: "1003"
gid: "1003"
mediaPvc: emby-media-pvc
configPvc: emby-icarus-config
mediaPvc: emby-icarus-media