Compare commits

...

2 Commits

Author SHA1 Message Date
admin b208316733 fix: add ingress class annotation for gitea 2026-06-18 13:21:11 +00:00
admin 7c266f0261 fix: use internal gitea service URL 2026-06-18 12:55:37 +00:00
4 changed files with 6 additions and 12 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ spec:
helm:
valueFiles:
- $values/helm/gitea/values.yaml
- repoURL: https://gitea.uzbutterfly.com/admin/k8s-manifests
- repoURL: http://gitea-http.gitea.svc.cluster.local:3000/admin/k8s-manifests
targetRevision: HEAD
ref: values
destination:
+1 -1
View File
@@ -12,7 +12,7 @@ spec:
helm:
valueFiles:
- $values/helm/ingress-nginx/values.yaml
- repoURL: https://gitea.uzbutterfly.com/admin/k8s-manifests
- repoURL: http://gitea-http.gitea.svc.cluster.local:3000/admin/k8s-manifests
targetRevision: HEAD
ref: values
destination:
+1 -1
View File
@@ -12,7 +12,7 @@ spec:
helm:
valueFiles:
- $values/helm/ingress-private/values.yaml
- repoURL: https://gitea.uzbutterfly.com/admin/k8s-manifests
- repoURL: http://gitea-http.gitea.svc.cluster.local:3000/admin/k8s-manifests
targetRevision: HEAD
ref: values
destination:
+3 -9
View File
@@ -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