Skip to content

Commit

Permalink
Merge pull request #42 from jgilfoil/feature/vpn
Browse files Browse the repository at this point in the history
adjust liveness probe again
  • Loading branch information
jgilfoil authored Feb 26, 2024
2 parents fb67cd1 + ac098cd commit 0252abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/apps/network/vpn-gateway/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
command:
- sh
- -c
- if [ "$(wget -q -O- https://ipinfo.io/country)" == "NO" ]; then echo "NO"; else echo "not NO"; fi
- 'if [ "$(wget -q -O- https://ipinfo.io/country)" == "NO" ]; then echo "NO"; else echo "not NO"; fi'
initialDelaySeconds: 30
periodSeconds: 60
failureThreshold: 3
Expand Down

0 comments on commit 0252abd

Please sign in to comment.