File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
behavioral/SingletonService Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030 readinessProbe :
3131 # We are checking for a file created by our app when its ready
3232 exec :
33- command : [ "stat", "/opt /random-generator-ready" ]
33+ command : [ "stat", "/tmp /random-generator-ready" ]
3434 ports :
3535 - containerPort : 8080
3636 protocol : TCP
Original file line number Diff line number Diff line change 3434 readinessProbe :
3535 # We are checking for a file created by our app when its ready
3636 exec :
37- command : [ "stat", "/opt /random-generator-ready" ]
37+ command : [ "stat", "/tmp /random-generator-ready" ]
Original file line number Diff line number Diff line change 2525 # We are checking for a file created by our app when its ready
2626 initialDelaySeconds : 20
2727 exec :
28- command : [ "stat", "/opt /random-generator-ready" ]
28+ command : [ "stat", "/tmp /random-generator-ready" ]
2929 readinessGates :
3030 - conditionType : " k8spatterns.io/RandomReady"
3131
Original file line number Diff line number Diff line change 3535 readinessProbe :
3636 # We are checking for a file created by our app when its ready
3737 exec :
38- command : [ "stat", "/opt /random-generator-ready" ]
38+ command : [ "stat", "/tmp /random-generator-ready" ]
3939 startupProbe :
4040 # Check the same endpoint as the liveness probe for the startup probe
4141 httpGet :
You can’t perform that action at this time.
0 commit comments