Skip to content

Commit

Permalink
fix: fixup demo
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Meier <[email protected]>
  • Loading branch information
astromechza committed Nov 29, 2024
1 parent 935b9e4 commit 919255b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions samples/score-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,14 @@ containers:
- source: volume-two
target: /mnt/something-else
livenessProbe:
httpGet:
port: 8080
path: /livez
exec:
command:
- /bin/bash
- -c
- "true"
- /bin/curl
- -f
- "http://localhost:8080/livez"
readinessProbe:
httpGet:
host: 127.0.0.1
Expand Down

0 comments on commit 919255b

Please sign in to comment.