diff --git a/templates/master/00-master/baremetal/files/baremetal-haproxy-haproxy.yaml b/templates/master/00-master/baremetal/files/baremetal-haproxy-haproxy.yaml index c6b32af507..d0d9a64c41 100644 --- a/templates/master/00-master/baremetal/files/baremetal-haproxy-haproxy.yaml +++ b/templates/master/00-master/baremetal/files/baremetal-haproxy-haproxy.yaml @@ -21,7 +21,7 @@ contents: listen health_check_http_url bind :::50936 v4v6 mode http - monitor-uri /healthz + monitor-uri /readyz option dontlognull listen stats bind localhost:{{`{{ .LBConfig.StatPort }}`}} @@ -32,7 +32,7 @@ contents: stats refresh 30s stats auth Username:Password backend masters - option httpchk GET /healthz HTTP/1.0 + option httpchk GET /readyz HTTP/1.0 option log-health-checks balance roundrobin {{`{{- range .LBConfig.Backends }} diff --git a/templates/master/00-master/baremetal/files/baremetal-haproxy.yaml b/templates/master/00-master/baremetal/files/baremetal-haproxy.yaml index 78cc8b9283..14dd962617 100644 --- a/templates/master/00-master/baremetal/files/baremetal-haproxy.yaml +++ b/templates/master/00-master/baremetal/files/baremetal-haproxy.yaml @@ -101,7 +101,7 @@ contents: livenessProbe: initialDelaySeconds: 10 httpGet: - path: /healthz + path: /readyz port: 50936 terminationMessagePolicy: FallbackToLogsOnError imagePullPolicy: IfNotPresent diff --git a/templates/master/00-master/openstack/files/openstack-haproxy-haproxy.yaml b/templates/master/00-master/openstack/files/openstack-haproxy-haproxy.yaml index 4a425f5fb8..a793235f5e 100644 --- a/templates/master/00-master/openstack/files/openstack-haproxy-haproxy.yaml +++ b/templates/master/00-master/openstack/files/openstack-haproxy-haproxy.yaml @@ -22,7 +22,7 @@ contents: listen health_check_http_url bind :::50936 v4v6 mode http - monitor-uri /healthz + monitor-uri /readyz option dontlognull listen stats bind localhost:{{`{{ .LBConfig.StatPort }}`}} @@ -33,7 +33,7 @@ contents: stats refresh 30s stats auth Username:Password backend masters - option httpchk GET /healthz HTTP/1.0 + option httpchk GET /readyz HTTP/1.0 option log-health-checks balance roundrobin {{`{{- range .LBConfig.Backends }} diff --git a/templates/master/00-master/openstack/files/openstack-haproxy.yaml b/templates/master/00-master/openstack/files/openstack-haproxy.yaml index c36004856b..1f4761fce4 100644 --- a/templates/master/00-master/openstack/files/openstack-haproxy.yaml +++ b/templates/master/00-master/openstack/files/openstack-haproxy.yaml @@ -99,7 +99,7 @@ contents: livenessProbe: initialDelaySeconds: 10 httpGet: - path: /healthz + path: /readyz port: 50936 terminationMessagePolicy: FallbackToLogsOnError imagePullPolicy: IfNotPresent diff --git a/templates/master/00-master/ovirt/files/ovirt-haproxy-haproxy.yaml b/templates/master/00-master/ovirt/files/ovirt-haproxy-haproxy.yaml index 22b8a3618d..268da98b48 100644 --- a/templates/master/00-master/ovirt/files/ovirt-haproxy-haproxy.yaml +++ b/templates/master/00-master/ovirt/files/ovirt-haproxy-haproxy.yaml @@ -21,7 +21,7 @@ contents: listen health_check_http_url bind :::50936 v4v6 mode http - monitor-uri /healthz + monitor-uri /readyz option dontlognull listen stats bind 127.0.0.1:{{`{{ .LBConfig.StatPort }}`}} @@ -32,7 +32,7 @@ contents: stats refresh 30s stats auth Username:Password backend masters - option httpchk GET /healthz HTTP/1.0 + option httpchk GET /readyz HTTP/1.0 option log-health-checks balance roundrobin {{`{{- range .LBConfig.Backends }} diff --git a/templates/master/00-master/ovirt/files/ovirt-haproxy.yaml b/templates/master/00-master/ovirt/files/ovirt-haproxy.yaml index 1d37aedcfb..49e70f7526 100644 --- a/templates/master/00-master/ovirt/files/ovirt-haproxy.yaml +++ b/templates/master/00-master/ovirt/files/ovirt-haproxy.yaml @@ -79,7 +79,7 @@ contents: livenessProbe: initialDelaySeconds: 10 httpGet: - path: /healthz + path: /readyz port: 50936 terminationMessagePolicy: FallbackToLogsOnError imagePullPolicy: IfNotPresent diff --git a/templates/master/00-master/vsphere/files/vsphere-haproxy-haproxy.yaml b/templates/master/00-master/vsphere/files/vsphere-haproxy-haproxy.yaml index 91468598e0..ed2955df13 100644 --- a/templates/master/00-master/vsphere/files/vsphere-haproxy-haproxy.yaml +++ b/templates/master/00-master/vsphere/files/vsphere-haproxy-haproxy.yaml @@ -23,7 +23,7 @@ contents: listen health_check_http_url bind :::50936 v4v6 mode http - monitor-uri /healthz + monitor-uri /readyz option dontlognull listen stats bind localhost:{{`{{ .LBConfig.StatPort }}`}} @@ -34,7 +34,7 @@ contents: stats refresh 30s stats auth Username:Password backend masters - option httpchk GET /healthz HTTP/1.0 + option httpchk GET /readyz HTTP/1.0 option log-health-checks balance roundrobin {{`{{- range .LBConfig.Backends }} diff --git a/templates/master/00-master/vsphere/files/vsphere-haproxy.yaml b/templates/master/00-master/vsphere/files/vsphere-haproxy.yaml index 0c1afc1139..a0389ee79e 100644 --- a/templates/master/00-master/vsphere/files/vsphere-haproxy.yaml +++ b/templates/master/00-master/vsphere/files/vsphere-haproxy.yaml @@ -103,7 +103,7 @@ contents: livenessProbe: initialDelaySeconds: 10 httpGet: - path: /healthz + path: /readyz port: 50936 terminationMessagePolicy: FallbackToLogsOnError imagePullPolicy: IfNotPresent