Enable PG_SSL_MODE with verify-full in Notes app backend deployment configuration

This commit is contained in:
emelinda 2026-04-17 12:27:28 +03:00
parent a1072c8538
commit 2d46a2f1cf

View File

@ -26,8 +26,8 @@ spec:
containerPort: 8000
protocol: TCP
env:
# - name: PG_SSL_MODE
# value: 'disable'
- name: PG_SSL_MODE
value: verify-full
- name: DJANGO_HOST
value: https://lk.sarex.io
- name: BASE_HOST