[ja] Configure multiple schedulers: switch to the secure ports
This commit is contained in:
parent
b7331def4c
commit
325246892d
|
|
@ -49,13 +49,15 @@ spec:
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /healthz
|
path: /healthz
|
||||||
port: 10251
|
port: 10259
|
||||||
|
scheme: HTTPS
|
||||||
initialDelaySeconds: 15
|
initialDelaySeconds: 15
|
||||||
name: kube-second-scheduler
|
name: kube-second-scheduler
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /healthz
|
path: /healthz
|
||||||
port: 10251
|
port: 10259
|
||||||
|
scheme: HTTPS
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: '0.1'
|
cpu: '0.1'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue