kubezero/containers/admin/v1.21/kubeadm/templates/patches/kube-apiserver1+json.yaml

11 lines
332 B
YAML
Raw Normal View History

2021-11-27 13:02:23 +00:00
json:
- op: add
path: /spec/containers/0/command/-
value: --bind-address={{ .Values.listenAddress }}
- op: replace
path: /spec/containers/0/livenessProbe/httpGet/host
value: {{ .Values.listenAddress }}
- op: replace
path: /spec/containers/0/startupProbe/httpGet/host
value: {{ .Values.listenAddress }}