add pg
This commit is contained in:
parent
57c73ae49c
commit
3a735e016a
1 changed files with 10 additions and 0 deletions
|
@ -33,6 +33,16 @@ spec:
|
||||||
value: private
|
value: private
|
||||||
- name: GITEA__service__ENABLE_CAPTCHA
|
- name: GITEA__service__ENABLE_CAPTCHA
|
||||||
value: "true"
|
value: "true"
|
||||||
|
- name: GITEA__database__DB_TYPE
|
||||||
|
value: "postgres"
|
||||||
|
- name: GITEA__database__HOST
|
||||||
|
value: "postgresql-service.postgres.svc.cluster.local:5432" # Service.Namespace.svc.cluster.local
|
||||||
|
- name: GITEA__database__NAME
|
||||||
|
value: gitea
|
||||||
|
- name: GITEA__database__USER
|
||||||
|
value: gitea
|
||||||
|
- name: GITEA__database__PASSWD
|
||||||
|
value: gitea
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: app-ini-config-volume
|
- name: app-ini-config-volume
|
||||||
mountPath: "/tmp/app.ini"
|
mountPath: "/tmp/app.ini"
|
||||||
|
|
Loading…
Reference in a new issue