Skip to content

Commit

Permalink
Resetting the liveness and readinedd spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiran Saladi committed Nov 26, 2023
1 parent b02f724 commit 85961fb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions charts/portal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -701,15 +701,15 @@ rabbitmq:
customLivenessProbe:
exec:
command:
- sh
- -ec
- curl -f --user {{ .Values.auth.username }}:$RABBITMQ_PASSWORD 127.0.0.1:{{ .Values.containerPorts.manager }}/api/health/checks/virtual-hosts
- sh
- -ec
- curl -f --user {{ .Values.auth.username }}:$RABBITMQ_PASSWORD 127.0.0.1:{{ .Values.containerPorts.manager }}/api/health/checks/virtual-hosts
customReadinessProbe:
exec:
command:
- sh
- -ec
- curl -f --user {{ .Values.auth.username }}:$RABBITMQ_PASSWORD 127.0.0.1:{{ .Values.containerPorts.manager }}/api/health/checks/local-alarms
- sh
- -ec
- curl -f --user {{ .Values.auth.username }}:$RABBITMQ_PASSWORD 127.0.0.1:{{ .Values.containerPorts.manager }}/api/health/checks/local-alarms

# Settings for Nginx-Ingress - https://github.com/kubernetes/ingress-nginx/tree/master/charts/ingress-nginx
ingress-nginx:
Expand Down

0 comments on commit 85961fb

Please sign in to comment.