Skip to content
Snippets Groups Projects
Verified Commit f5eb7c71 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

feat(kube-system): Cover all controlplane components with quorum

parent 10273ab7
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ spec:
scheme: HTTP
initialDelaySeconds: 10
periodSeconds: 10
successThreshold: 1
successThreshold: 2
timeoutSeconds: 15
- name: apiserver
image: registry.k8s.io/pause:3.6
......@@ -67,7 +67,36 @@ spec:
path: /readyz
port: 6443
scheme: HTTPS
periodSeconds: 1
successThreshold: 1
initialDelaySeconds: 10
periodSeconds: 10
successThreshold: 2
timeoutSeconds: 15
- name: controller-manager
image: registry.k8s.io/pause:3.6
readinessProbe:
failureThreshold: 3
httpGet:
host: 127.0.0.1
path: /healthz
port: 10257
scheme: HTTPS
initialDelaySeconds: 10
periodSeconds: 10
successThreshold: 2
timeoutSeconds: 15
- name: scheduler
image: registry.k8s.io/pause:3.6
readinessProbe:
failureThreshold: 3
httpGet:
host: 127.0.0.1
path: /healthz
port: 10259
scheme: HTTPS
initialDelaySeconds: 10
periodSeconds: 10
successThreshold: 2
timeoutSeconds: 15
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment