From 2ab76fe5a1f28c7327f0aa0e6e2dc1c863c6ca1d Mon Sep 17 00:00:00 2001 From: jonny Date: Fri, 11 Jun 2021 01:18:26 +0000 Subject: [PATCH] 'update files with ansible' --- embyserver/Chart.yaml | 6 +++--- embyserver/values.yaml | 22 +++++++--------------- 2 files changed, 10 insertions(+), 18 deletions(-) diff --git a/embyserver/Chart.yaml b/embyserver/Chart.yaml index 7127a6b..92c183c 100644 --- a/embyserver/Chart.yaml +++ b/embyserver/Chart.yaml @@ -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.6 +version: 0.1.14 # 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: 1.14.2 +appVersion: 4.6.2.0 -icon: https://docs.gitea.io/images/gitea.png +icon: https://git.ervine.org/jonny/charts/raw/branch/master/emby/emby.png diff --git a/embyserver/values.yaml b/embyserver/values.yaml index e5a93ee..96ffcf5 100644 --- a/embyserver/values.yaml +++ b/embyserver/values.yaml @@ -1,11 +1,11 @@ -# Default values for gitea. +# Default values for jellyfin. # This is a YAML-formatted file. # Declare variables to be passed into your templates. replicaCount: 1 image: - repository: harbor.ervine.dev/public/x86_64/alpine/gitea + repository: harbor.ervine.dev/public/x86_64/embyserver pullPolicy: IfNotPresent imagePullSecrets: [] @@ -15,8 +15,6 @@ fullnameOverride: "" serviceAccount: # Specifies whether a service account should be created create: true - # Annotations to add to the service account - annotations: {} # The name of the service account to use. # If not set and create is true, a name is generated using the fullname template name: @@ -34,10 +32,7 @@ securityContext: {} service: type: ClusterIP - port: 3000 - -ssh: - port: 22 + port: 8096 ingress: enabled: false @@ -61,8 +56,8 @@ resources: # cpu: 100m # memory: 128Mi requests: - cpu: 100m - memory: 128Mi + cpu: 60m + memory: 800Mi nodeSelector: location: bedRoom @@ -72,8 +67,5 @@ tolerations: [] affinity: {} config: - persistence: - enabled: true - existingClaim: gitea-data - storageClassName: nfs-client-icarus - storageSize: 20Gi + configPvc: emby-icarus-config + mediaPvc: emby-icarus-media