Skip to content

Commit

Permalink
Disable TLS for postrgres to enable Stolon even with zalando configur…
Browse files Browse the repository at this point in the history
…ation

TLS is and should be the default conncection to postgres. With Zalando, it will be default, but to ease up the transition from stolon to zalando and to preapre v2.0.4, it is switched off temporarily.
Will be reverted in v2.1.0.

See also Open-IoT-Service-Platform#463, Open-IoT-Service-Platform#458, Open-IoT-Service-Platform#459
Closes Open-IoT-Service-Platform#465

Signed-off-by: Marcel Wagner <wagmarcel@web.de>
  • Loading branch information
wagmarcel committed Sep 5, 2021
1 parent b3027ab commit 24e060c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kubernetes/templates/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ spec:
env:
- name: NODE_ENV
value: local
- name: PGSSLMODE
value: require
- name: OISP_FRONTEND_CONFIG
valueFrom:
configMapKeyRef:
Expand Down

0 comments on commit 24e060c

Please sign in to comment.