From 0964c1d2578f0ff49029d8d90ec12b3da8f8084e Mon Sep 17 00:00:00 2001 From: jonny Date: Thu, 8 Apr 2021 15:15:12 +0000 Subject: [PATCH] 'update files with ansible' --- embyserver/Chart.yaml | 6 +++--- embyserver/values.yaml | 21 ++++++++------------- 2 files changed, 11 insertions(+), 16 deletions(-) diff --git a/embyserver/Chart.yaml b/embyserver/Chart.yaml index aaac1d8..dbf4d9d 100644 --- a/embyserver/Chart.yaml +++ b/embyserver/Chart.yaml @@ -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 diff --git a/embyserver/values.yaml b/embyserver/values.yaml index 41c72ad..96ffcf5 100644 --- a/embyserver/values.yaml +++ b/embyserver/values.yaml @@ -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