Skip to content

Commit

Permalink
fix: zeebe gateway incorrect rest ingress path (#2516)
Browse files Browse the repository at this point in the history
  • Loading branch information
drodriguez-305 authored Oct 29, 2024
1 parent cdc6b70 commit c9f6e3b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
- http:
{{- end }}
paths:
- path: {{ include "zeebe.readinessProbePath.gateway" . }}
- path: {{ .Values.zeebeGateway.ingress.rest.path }}
pathType: {{ .Values.zeebeGateway.ingress.rest.pathType }}
backend:
service:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- host: local
http:
paths:
- path: /actuator/health/readiness
- path: /
pathType: Prefix
backend:
service:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
rules:
- http:
paths:
- path: /actuator/health/readiness
- path: /
pathType: Prefix
backend:
service:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
- http:
{{- end }}
paths:
- path: {{ include "zeebe.readinessProbePath.gateway" . }}
- path: {{ .Values.zeebeGateway.ingress.rest.path }}
pathType: {{ .Values.zeebeGateway.ingress.rest.pathType }}
backend:
service:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- host: local
http:
paths:
- path: /actuator/health/readiness
- path: /
pathType: Prefix
backend:
service:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
rules:
- http:
paths:
- path: /actuator/health/readiness
- path: /
pathType: Prefix
backend:
service:
Expand Down

0 comments on commit c9f6e3b

Please sign in to comment.