Skip to content

Commit

Permalink
fix liveness probe in the install.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyril TOVENA committed Feb 28, 2018
1 parent 54a7bf7 commit 12a3386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ spec:
# value: gcr.io/agones-images/agones-sdk:0.1
livenessProbe:
httpGet:
path: /healthz
path: /live
port: 8080
initialDelaySeconds: 3
periodSeconds: 3
Expand Down

0 comments on commit 12a3386

Please sign in to comment.