'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. # This is a YAML-formatted file.
# Declare variables to be passed into your templates. # Declare variables to be passed into your templates.
replicaCount: 1 replicaCount: 1
image: image:
repository: harbor.ervine.dev/public/x86_64/gitea repository: harbor.ervine.dev/public/x86_64/alpine/gitea
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
imagePullSecrets: [] imagePullSecrets: []
@ -15,6 +15,8 @@ fullnameOverride: ""
serviceAccount: serviceAccount:
# Specifies whether a service account should be created # Specifies whether a service account should be created
create: true create: true
# Annotations to add to the service account
annotations: {}
# The name of the service account to use. # The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template # If not set and create is true, a name is generated using the fullname template
name: name:
@ -32,7 +34,10 @@ securityContext: {}
service: service:
type: ClusterIP type: ClusterIP
port: 8096 port: 3000
ssh:
port: 22
ingress: ingress:
enabled: false enabled: false
@ -67,5 +72,8 @@ tolerations: []
affinity: {} affinity: {}
config: config:
configPvc: emby-icarus-config persistence:
mediaPvc: emby-icarus-media enabled: true
existingClaim: gitea-data
storageClassName: nfs-client-icarus
storageSize: 20Gi