File tree 1 file changed +20
-13
lines changed
cluster/apps/default/wiki/wikijs/app
1 file changed +20
-13
lines changed Original file line number Diff line number Diff line change @@ -38,21 +38,28 @@ spec:
38
38
pullPolicy : IfNotPresent
39
39
tag : " 2.5.301"
40
40
env :
41
- TZ : ${TZ}
42
- APP_URL : " https://wiki.${XYZ_DOMAIN}"
43
- DB_TYPE : postgres
44
- DB_HOST : wiki-postgres-rw.default.svc.cluster.local
45
- DB_PORT : 5432
46
- DB_NAME : wikijs
47
- envFrom :
41
+ - name : TZ
42
+ value : ${TZ}
43
+ - name : APP_URL
44
+ value : " https://wiki.${XYZ_DOMAIN}"
45
+ - name : DB_TYPE
46
+ value : postgres
47
+ - name : DB_HOST
48
+ value : wiki-postgres-rw.default.svc.cluster.local
49
+ - name : DB_PORT
50
+ value : 5432
51
+ - name : DB_NAME
52
+ value : wikijs
48
53
- name : DB_USER
49
- secretRef :
50
- name : wiki-postgres-user
51
- key : username
54
+ valueFrom :
55
+ secretRef :
56
+ name : wiki-postgres-user
57
+ key : username
52
58
- name : DB_PASS
53
- secretRef :
54
- name : wiki-postgres-user
55
- key : password
59
+ valueFrom :
60
+ secretRef :
61
+ name : wiki-postgres-user
62
+ key : password
56
63
service :
57
64
main :
58
65
ports :
You can’t perform that action at this time.
0 commit comments