mirror of https://github.com/kubernetes/kops.git
Revert addition of readiness probe from cilium-operator
This commit is contained in:
parent
2d95ec3d00
commit
b0e12aa60d
|
|
@ -1514,16 +1514,6 @@ spec:
|
|||
initialDelaySeconds: 60
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 3
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
host: '{{- if IsIPv6Only -}}::1{{- else -}}127.0.0.1{{- end -}}'
|
||||
path: /healthz
|
||||
port: {{ $operatorHealthPort }}
|
||||
scheme: HTTP
|
||||
initialDelaySeconds: 0
|
||||
periodSeconds: 5
|
||||
timeoutSeconds: 3
|
||||
failureThreshold: 5
|
||||
terminationMessagePolicy: FallbackToLogsOnError
|
||||
volumeMounts:
|
||||
- mountPath: /tmp/cilium/config-map
|
||||
|
|
|
|||
Loading…
Reference in New Issue