From 2f1c88ed13e3d3f0c994d216881aad6dcffaa448 Mon Sep 17 00:00:00 2001 From: jonny Date: Thu, 27 May 2021 13:52:59 +0000 Subject: [PATCH] 'update files with ansible' --- embyserver/values.yaml | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/embyserver/values.yaml b/embyserver/values.yaml index 017481c..e5a93ee 100644 --- a/embyserver/values.yaml +++ b/embyserver/values.yaml @@ -1,11 +1,11 @@ -# Default values for jellyfin. +# Default values for gitea. # This is a YAML-formatted file. # Declare variables to be passed into your templates. replicaCount: 1 image: - repository: harbor.ervine.dev/public/x86_64/gitea + repository: harbor.ervine.dev/public/x86_64/alpine/gitea pullPolicy: IfNotPresent imagePullSecrets: [] @@ -15,6 +15,8 @@ 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: @@ -32,7 +34,10 @@ securityContext: {} service: type: ClusterIP - port: 8096 + port: 3000 + +ssh: + port: 22 ingress: enabled: false @@ -67,5 +72,8 @@ tolerations: [] affinity: {} config: - configPvc: emby-icarus-config - mediaPvc: emby-icarus-media + persistence: + enabled: true + existingClaim: gitea-data + storageClassName: nfs-client-icarus + storageSize: 20Gi