Skip to content

Commit

Permalink
fixed path to marker file
Browse files Browse the repository at this point in the history
  • Loading branch information
rhuss committed May 19, 2023
1 parent 80c91b1 commit ca3c506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion foundational/DeclarativeDeployment/recreate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ spec:
initialDelaySeconds: 15
readinessProbe:
exec:
command: [ "stat", "/opt/random-generator-ready" ]
command: [ "stat", "/tmp/random-generator-ready" ]
2 changes: 1 addition & 1 deletion foundational/DeclarativeDeployment/rolling-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ spec:
initialDelaySeconds: 15
readinessProbe:
exec:
command: [ "stat", "/opt/random-generator-ready" ]
command: [ "stat", "/tmp/random-generator-ready" ]

0 comments on commit ca3c506

Please sign in to comment.