Skip to content

Commit 751d858

Browse files
authored
Merge pull request #31923 from Arhell/conf
[ja] Configure multiple schedulers: switch to the secure ports
2 parents bdf7852 + 3252468 commit 751d858

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/ja/examples/admin/sched/my-scheduler.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,15 @@ spec:
4949
livenessProbe:
5050
httpGet:
5151
path: /healthz
52-
port: 10251
52+
port: 10259
53+
scheme: HTTPS
5354
initialDelaySeconds: 15
5455
name: kube-second-scheduler
5556
readinessProbe:
5657
httpGet:
5758
path: /healthz
58-
port: 10251
59+
port: 10259
60+
scheme: HTTPS
5961
resources:
6062
requests:
6163
cpu: '0.1'

0 commit comments

Comments
 (0)