Initial GitOps structure
This commit is contained in:
@@ -0,0 +1,54 @@
|
||||
persistence:
|
||||
storageClass: local-path
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
ingressClassName: nginx
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
hosts:
|
||||
- host: gitea.uzbutterfly.com
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
tls:
|
||||
- secretName: gitea-tls
|
||||
hosts:
|
||||
- gitea.uzbutterfly.com
|
||||
|
||||
gitea:
|
||||
admin:
|
||||
username: admin
|
||||
password: _!Str0ngP@ssw0rd
|
||||
email: admin@uzbutterfly.com
|
||||
config:
|
||||
database:
|
||||
DB_TYPE: postgres
|
||||
HOST: postgres-rw.database.svc.cluster.local:5432
|
||||
NAME: gitea
|
||||
USER: gitea
|
||||
PASSWD: _!Str0ngP@ssw0rd
|
||||
cache:
|
||||
ADAPTER: redis
|
||||
HOST: redis://gitea-redis-master.gitea.svc.cluster.local:6379/0
|
||||
session:
|
||||
PROVIDER: redis
|
||||
PROVIDER_CONFIG: redis://gitea-redis-master.gitea.svc.cluster.local:6379/1
|
||||
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