Skip to content

Commit

Permalink
Merge pull request #119 from googleprivate/bug/wrong-livenessprobe
Browse files Browse the repository at this point in the history
fix liveness probe in the install.yaml
  • Loading branch information
markmandel authored Feb 28, 2018
2 parents 54a7bf7 + 12a3386 commit 36035bf
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 36035bf

Please sign in to comment.