We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa621d2 commit 2f42c70Copy full SHA for 2f42c70
spire/templates/apps/augury.yml
@@ -463,7 +463,7 @@ Resources:
463
HealthCheck:
464
Command:
465
- CMD-SHELL
466
- - ./bin/docker-health-check
+ - ./bin/docker-health-check && exit 0 || exit 1
467
Interval: 10
468
Retries: 3
469
StartPeriod: 60
@@ -630,7 +630,7 @@ Resources:
630
631
632
633
634
635
636
@@ -1056,7 +1056,7 @@ Resources:
1056
1057
1058
1059
1060
1061
1062
0 commit comments