Revert addition of readiness probe from cilium-operator

This commit is contained in:
zadjadr 2023-09-05 12:54:02 +02:00
parent 2d95ec3d00
commit b0e12aa60d
No known key found for this signature in database
GPG Key ID: 0F5C56E6213A7610
1 changed files with 0 additions and 10 deletions

View File

@ -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