Make cilium operator health check go against localhost IP

Health check will fail otherwise
This commit is contained in:
Ole Markus With 2020-03-24 13:20:52 +01:00
parent fbd53e295a
commit 7e87eddbea
2 changed files with 2 additions and 1 deletions

View File

@ -736,6 +736,7 @@ spec:
{{ end }}
livenessProbe:
httpGet:
host: "127.0.0.1"
path: /healthz
port: 9234
scheme: HTTP

View File

@ -97,7 +97,7 @@ spec:
- id: k8s-1.12
kubernetesVersion: '>=1.12.0'
manifest: networking.cilium.io/k8s-1.12.yaml
manifestHash: e48ec2946be06a6e324cb19853381bcd2bf78ea2
manifestHash: b9cc0e3b5e63d6aa283e2d1111a150680745abd2
name: networking.cilium.io
selector:
role.kubernetes.io/networking: "1"