update probes

This commit is contained in:
2025-04-12 23:43:12 +02:00
parent f57ea1afd9
commit 768f29680b
2 changed files with 4 additions and 2 deletions

View File

@@ -26,13 +26,12 @@ spec:
env: env:
- name: PORT - name: PORT
value: "8089" value: "8089"
- name: BIND_ADDRESS
value: "0.0.0.0"
readinessProbe: readinessProbe:
httpGet: httpGet:
path: / path: /
port: 8089 port: 8089
scheme: HTTP
initialDelaySeconds: 20 initialDelaySeconds: 20
periodSeconds: 5 periodSeconds: 5
failureThreshold: 6 failureThreshold: 6
@@ -41,6 +40,7 @@ spec:
httpGet: httpGet:
path: / path: /
port: 8089 port: 8089
scheme: HTTP
initialDelaySeconds: 60 initialDelaySeconds: 60
periodSeconds: 10 periodSeconds: 10
failureThreshold: 5 failureThreshold: 5

View File

@@ -10,6 +10,8 @@ stringData:
DATABASE_URL: postgres://outline:ULYpprqxQeS2rSBXF8NxEr4FhJkUAwhWJtkwZij6XwBDSvUUKeAifBBG885fPSmd@postgres-base-rw.postgres/outlinedb DATABASE_URL: postgres://outline:ULYpprqxQeS2rSBXF8NxEr4FhJkUAwhWJtkwZij6XwBDSvUUKeAifBBG885fPSmd@postgres-base-rw.postgres/outlinedb
REDIS_URL: redis://redis-lb.redis.svc.cluster.local:6379 REDIS_URL: redis://redis-lb.redis.svc.cluster.local:6379
URL: https://outline.panic.haus URL: https://outline.panic.haus
BIND_ADDRESS: "0.0.0.0"
PORT: "8089"
PGSSLMODE: disable PGSSLMODE: disable
AWS_ACCESS_KEY_ID: rjtPFRp52DgmWb4kdsyiFKjtBMxYSaow AWS_ACCESS_KEY_ID: rjtPFRp52DgmWb4kdsyiFKjtBMxYSaow
AWS_SECRET_ACCESS_KEY: kabSK8RXcONjO8I7GNfJ03WMueJ7fk6z AWS_SECRET_ACCESS_KEY: kabSK8RXcONjO8I7GNfJ03WMueJ7fk6z