Enable PG_SSL_MODE with verify-full in Notes app backend deployment configuration
This commit is contained in:
parent
a1072c8538
commit
2d46a2f1cf
@ -26,8 +26,8 @@ spec:
|
|||||||
containerPort: 8000
|
containerPort: 8000
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
env:
|
env:
|
||||||
# - name: PG_SSL_MODE
|
- name: PG_SSL_MODE
|
||||||
# value: 'disable'
|
value: verify-full
|
||||||
- name: DJANGO_HOST
|
- name: DJANGO_HOST
|
||||||
value: https://lk.sarex.io
|
value: https://lk.sarex.io
|
||||||
- name: BASE_HOST
|
- name: BASE_HOST
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user