'update files with ansible'

This commit is contained in:
jonny 2021-05-27 13:52:59 +00:00
parent df37820328
commit 2f1c88ed13

View File

@ -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