updated gitea settings to use postgres db and external domain
This commit is contained in:
parent
144309d85d
commit
aa8d2f22ff
@ -29,7 +29,7 @@ spec:
|
||||
- name: DB_TYPE
|
||||
value: "postgres"
|
||||
- name: DB_HOST
|
||||
value: "postgres.postgres.svc.cluster.local:5432" # Adjust if needed; use full DNS if cross-namespace.
|
||||
value: "postgres-service.postgres.svc.cluster.local:5432"
|
||||
- name: DB_NAME
|
||||
value: "gitea"
|
||||
- name: DB_USER
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user