update probes
This commit is contained in:
@@ -26,13 +26,12 @@ spec:
|
||||
env:
|
||||
- name: PORT
|
||||
value: "8089"
|
||||
- name: BIND_ADDRESS
|
||||
value: "0.0.0.0"
|
||||
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
port: 8089
|
||||
scheme: HTTP
|
||||
initialDelaySeconds: 20
|
||||
periodSeconds: 5
|
||||
failureThreshold: 6
|
||||
@@ -41,6 +40,7 @@ spec:
|
||||
httpGet:
|
||||
path: /
|
||||
port: 8089
|
||||
scheme: HTTP
|
||||
initialDelaySeconds: 60
|
||||
periodSeconds: 10
|
||||
failureThreshold: 5
|
||||
|
||||
@@ -10,6 +10,8 @@ stringData:
|
||||
DATABASE_URL: postgres://outline:ULYpprqxQeS2rSBXF8NxEr4FhJkUAwhWJtkwZij6XwBDSvUUKeAifBBG885fPSmd@postgres-base-rw.postgres/outlinedb
|
||||
REDIS_URL: redis://redis-lb.redis.svc.cluster.local:6379
|
||||
URL: https://outline.panic.haus
|
||||
BIND_ADDRESS: "0.0.0.0"
|
||||
PORT: "8089"
|
||||
PGSSLMODE: disable
|
||||
AWS_ACCESS_KEY_ID: rjtPFRp52DgmWb4kdsyiFKjtBMxYSaow
|
||||
AWS_SECRET_ACCESS_KEY: kabSK8RXcONjO8I7GNfJ03WMueJ7fk6z
|
||||
|
||||
Reference in New Issue
Block a user