Skip to content

Commit

Permalink
refactor: update zeebe gateway readiness probe endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
aabouzaid committed Jun 25, 2024
1 parent b594edd commit adc6abc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ spec:
volumeMounts:
readinessProbe:
httpGet:
path: /actuator/health
path: /actuator/health/readiness
scheme: HTTP
port: 9600
initialDelaySeconds: 30
Expand Down
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ zeebe-gateway:
# ReadinessProbe.schema defines the startup probe schema used on calling the probePath
scheme: HTTP
# ReadinessProbe.probePath defines the readiness probe route used on the app
probePath: /actuator/health
probePath: /actuator/health/readiness
# ReadinessProbe.initialDelaySeconds defines the number of seconds after the container has started before
# the probe is initiated.
initialDelaySeconds: 30
Expand Down

0 comments on commit adc6abc

Please sign in to comment.