-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make cilium operator health check go against localhost IP
Health check will fail otherwise
- Loading branch information
Ole Markus With
committed
Mar 25, 2020
1 parent
fbd53e2
commit 7e87edd
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -736,6 +736,7 @@ spec: | |
{{ end }} | ||
livenessProbe: | ||
httpGet: | ||
host: "127.0.0.1" | ||
path: /healthz | ||
port: 9234 | ||
scheme: HTTP | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters