more constants

This commit is contained in:
2023-09-27 12:43:42 +02:00
parent 314b9a421d
commit f96aa7c798
2 changed files with 1 additions and 3 deletions

View File

@ -19,7 +19,7 @@ ENV PGHOST=""
ENV PGDATABASE="mainscnt"
ENV PGUSER="sink"
ENV PGPASSWORD=""
ENV PGSSLMODE="require"
ENV PGSSLMODE="disable"
ENV LOWER_BOUND="44000"
ENV UPPER_BOUND="56000"

View File

@ -27,8 +27,6 @@ spec:
configMapKeyRef:
name: sinkserver-config
key: dbhost
- name: PGSSLMODE
value: "disable"
- name: PGPASSWORD
valueFrom:
secretKeyRef: