change values

This commit is contained in:
2025-01-13 18:57:32 -06:00
parent 8da7e26e02
commit cb9bf0391c

View File

@@ -1,14 +1,19 @@
gitea: gitea:
strategy:
type: Recreate
image: image:
repository: gitea/gitea repository: gitea/gitea
tag: 1.22.6 tag: 1.22.6
ingress: ingress:
enabled: false enabled: false
serviceAccount: persistence:
create: true storageClass: ceph-block
automountServiceAccountToken: true extraVolumes:
- name: gitea-nfs-storage-backup
persistentVolumeClaim:
claimName: gitea-nfs-storage-backup
extraVolumeMounts:
- mountPath: /opt/backup
name: gitea-nfs-storage-backup
readOnly: false
gitea: gitea:
admin: admin:
existingSecret: gitea-admin-secret existingSecret: gitea-admin-secret
@@ -72,21 +77,19 @@ gitea:
secretKeyRef: secretKeyRef:
name: gitea-postgresql-17-cluster-app name: gitea-postgresql-17-cluster-app
key: password key: password
persistence: memcached:
storageClass: ceph-block enabled: true
extraVolumes: redis:
- name: gitea-nfs-storage-backup enabled: false
persistentVolumeClaim: redis-cluster:
claimName: gitea-nfs-storage-backup enabled: false
extraVolumeMounts:
- mountPath: /opt/backup
name: gitea-nfs-storage-backup
readOnly: false
postgresql: postgresql:
enabled: false enabled: false
postgresql-ha: postgresql-ha:
enabled: false enabled: false
redis-cluster: mysql:
enabled: false
mariadb:
enabled: false enabled: false
cloudflared: cloudflared:
existingSecretName: gitea-cloudflared-secret existingSecretName: gitea-cloudflared-secret