diff --git a/infrastructure/kube-system/quorum.yaml b/infrastructure/kube-system/quorum.yaml
index e4ee8618c30ad0a0cd711acf44ddf1e9ee429c01..300c00c85bf0692a8e9ec521766a3216da8492c0 100644
--- a/infrastructure/kube-system/quorum.yaml
+++ b/infrastructure/kube-system/quorum.yaml
@@ -45,7 +45,7 @@ spec:
           effect: NoSchedule
       hostnetwork: true
       containers:
-        - name: pause
+        - name: etcd
           image: registry.k8s.io/pause:3.6
           readinessProbe:
             failureThreshold: 3
@@ -58,4 +58,16 @@ spec:
             periodSeconds: 10
             successThreshold: 1
             timeoutSeconds: 15
+        - name: apiserver
+          image: registry.k8s.io/pause:3.6
+          readinessProbe:
+            failureThreshold: 3
+            httpGet:
+              host: 127.0.0.1
+              path: /readyz
+              port: 6443
+              scheme: HTTPS
+            periodSeconds: 1
+            successThreshold: 1
+            timeoutSeconds: 15