Skip to content

Commit

Permalink
Re-add livenessProbe and readinessProbe
Browse files Browse the repository at this point in the history
`livenessProbe` and `readinessProbe` seem to have vanished during the go migration.
  • Loading branch information
stuebingerb authored Jan 7, 2025
1 parent ffdb7b6 commit 98c10d3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions helm/multi-juicer/templates/balancer/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ spec:
containerPort: 8080
- name: metrics
containerPort: 8081
livenessProbe:
httpGet:
path: /balancer/api/health
port: http
readinessProbe:
httpGet:
path: /balancer/api/readiness
port: http
volumeMounts:
- name: config-volume
mountPath: /config/config.json
Expand Down

0 comments on commit 98c10d3

Please sign in to comment.