This commit is contained in:
2026-05-10 21:01:28 +02:00
parent b1322dd4fb
commit a9da75663c
@@ -15,6 +15,10 @@ spec:
helm: helm:
values: | values: |
gitea: gitea:
admin:
username: 'matthias'
password: 'start123'
email: 'matthias.hinrichs@me.com'
config: config:
database: database:
DB_TYPE: postgres DB_TYPE: postgres
@@ -30,10 +34,7 @@ spec:
enabled: true enabled: true
storageClass: nfs-csi storageClass: nfs-csi
existingClaim: gitea-shared-storage existingClaim: gitea-shared-storage
admin:
username: 'matthias'
password: 'start123'
email: 'matthias.hinrichs@me.com'
httpRoute: httpRoute:
enabled: true enabled: true