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