disabled sll conn for pg outline connection
This commit is contained in:
@@ -32,6 +32,14 @@ spec:
|
|||||||
value: "3000"
|
value: "3000"
|
||||||
- name: FORCE_HTTPS
|
- name: FORCE_HTTPS
|
||||||
value: "true"
|
value: "true"
|
||||||
|
- name: PGSSLMODE
|
||||||
|
value: "disable"
|
||||||
|
- name: REDIS_COLLABORATION_URL
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: outline-secrets
|
||||||
|
key: REDIS_URL # Gleicher Redis
|
||||||
|
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
|
|||||||
Reference in New Issue
Block a user