From b20831673316af09ef902a63ac349b95597b9171 Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 18 Jun 2026 13:21:11 +0000 Subject: [PATCH] fix: add ingress class annotation for gitea --- helm/gitea/values.yaml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/helm/gitea/values.yaml b/helm/gitea/values.yaml index 3b890d2..d2b228f 100644 --- a/helm/gitea/values.yaml +++ b/helm/gitea/values.yaml @@ -1,10 +1,10 @@ persistence: storageClass: local-path - ingress: enabled: true ingressClassName: nginx annotations: + kubernetes.io/ingress.class: nginx cert-manager.io/cluster-issuer: letsencrypt-prod hosts: - host: gitea.uzbutterfly.com @@ -15,11 +15,10 @@ ingress: - secretName: gitea-tls hosts: - gitea.uzbutterfly.com - gitea: admin: username: admin - password: _!Str0ngP@ssw0rd + password: '_!Str0ngP@ssw0rd' email: admin@uzbutterfly.com config: database: @@ -27,7 +26,7 @@ gitea: HOST: postgres-rw.database.svc.cluster.local:5432 NAME: gitea USER: gitea - PASSWD: _!Str0ngP@ssw0rd + PASSWD: '_!Str0ngP@ssw0rd' cache: ADAPTER: redis HOST: redis://gitea-redis-master.gitea.svc.cluster.local:6379/0 @@ -37,18 +36,13 @@ gitea: queue: TYPE: redis CONN_STR: redis://gitea-redis-master.gitea.svc.cluster.local:6379/2 - postgresql: enabled: false - postgresql-ha: enabled: false - redis-cluster: enabled: false - redis: enabled: false - valkey-cluster: enabled: false