Compare commits
2 Commits
80c6f9a7c4
...
b208316733
| Author | SHA1 | Date | |
|---|---|---|---|
| b208316733 | |||
| 7c266f0261 |
+1
-1
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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