more constants
This commit is contained in:
@ -19,7 +19,7 @@ ENV PGHOST=""
|
|||||||
ENV PGDATABASE="mainscnt"
|
ENV PGDATABASE="mainscnt"
|
||||||
ENV PGUSER="sink"
|
ENV PGUSER="sink"
|
||||||
ENV PGPASSWORD=""
|
ENV PGPASSWORD=""
|
||||||
ENV PGSSLMODE="require"
|
ENV PGSSLMODE="disable"
|
||||||
ENV LOWER_BOUND="44000"
|
ENV LOWER_BOUND="44000"
|
||||||
ENV UPPER_BOUND="56000"
|
ENV UPPER_BOUND="56000"
|
||||||
|
|
||||||
|
@ -27,8 +27,6 @@ spec:
|
|||||||
configMapKeyRef:
|
configMapKeyRef:
|
||||||
name: sinkserver-config
|
name: sinkserver-config
|
||||||
key: dbhost
|
key: dbhost
|
||||||
- name: PGSSLMODE
|
|
||||||
value: "disable"
|
|
||||||
- name: PGPASSWORD
|
- name: PGPASSWORD
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
Reference in New Issue
Block a user