Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion k8s/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,17 @@ spec:
name: postgres-creds
key: database_uri
readinessProbe:
initialDelaySeconds: 10
initialDelaySeconds: 30
periodSeconds: 60
httpGet:
path: /health
port: 8080
livenessProbe:
initialDelaySeconds: 30
periodSeconds: 60
httpGet:
path: /health
port: 8080
resources:
limits:
cpu: "0.50"
Expand Down