Skip to content

Commit

Permalink
startup
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten committed Jan 7, 2025
1 parent b6ab9be commit 68743f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions infra/helm/meshdb/templates/meshweb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
- bash
- -c
- 'curl http://127.0.0.1:{{ .Values.meshweb.port }}/api/v1/ -H "Host: db.nycmesh.net" -s | grep meshin'
periodSeconds: 3
periodSeconds: 10
initialDelaySeconds: 30
timeoutSeconds: 3
{{ end }}
Expand All @@ -64,7 +64,7 @@ spec:
- -c
- 'curl http://127.0.0.1:{{ .Values.meshweb.port }}/api/v1/ -H "Host: db.nycmesh.net" -s | grep meshin'
periodSeconds: 3
initialDelaySeconds: 20
initialDelaySeconds: 10
timeoutSeconds: 3
{{ end }}
{{ if eq .Values.meshweb.startup_probe "true" }}
Expand Down
2 changes: 1 addition & 1 deletion infra/helm/meshdb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ meshweb:
static_pvc_name: "meshdb-static-pvc"
static_pvc_size: "1Gi"
liveness_probe: "true"
readiness_probe: "false"
readiness_probe: "true"
startup_probe: "true"
image:
repository: willnilges/meshdb
Expand Down

0 comments on commit 68743f8

Please sign in to comment.