[ja] Configure multiple schedulers: switch to the secure ports

This commit is contained in:
Arhell 2022-02-27 09:48:18 +02:00
parent b7331def4c
commit 325246892d
1 changed files with 4 additions and 2 deletions

View File

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