fix: add ingress class annotation for gitea
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user