From 325246892d353d384a15543e9828319e4ec5b15f Mon Sep 17 00:00:00 2001 From: Arhell Date: Sun, 27 Feb 2022 09:48:18 +0200 Subject: [PATCH] [ja] Configure multiple schedulers: switch to the secure ports --- content/ja/examples/admin/sched/my-scheduler.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/ja/examples/admin/sched/my-scheduler.yaml b/content/ja/examples/admin/sched/my-scheduler.yaml index 3e51d12721..5c84398133 100644 --- a/content/ja/examples/admin/sched/my-scheduler.yaml +++ b/content/ja/examples/admin/sched/my-scheduler.yaml @@ -49,13 +49,15 @@ spec: livenessProbe: httpGet: path: /healthz - port: 10251 + port: 10259 + scheme: HTTPS initialDelaySeconds: 15 name: kube-second-scheduler readinessProbe: httpGet: path: /healthz - port: 10251 + port: 10259 + scheme: HTTPS resources: requests: cpu: '0.1'