Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}`}}
Expand All @@ -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 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ contents:
livenessProbe:
initialDelaySeconds: 10
httpGet:
path: /healthz
path: /readyz
port: 50936
terminationMessagePolicy: FallbackToLogsOnError
imagePullPolicy: IfNotPresent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 127.0.0.1:{{`{{ .LBConfig.StatPort }}`}}
Expand All @@ -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 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ contents:
livenessProbe:
initialDelaySeconds: 10
httpGet:
path: /healthz
path: /readyz
port: 50936
terminationMessagePolicy: FallbackToLogsOnError
imagePullPolicy: IfNotPresent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}`}}
Expand All @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion templates/master/00-master/ovirt/files/ovirt-haproxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ contents:
livenessProbe:
initialDelaySeconds: 10
httpGet:
path: /healthz
path: /readyz
port: 50936
terminationMessagePolicy: FallbackToLogsOnError
imagePullPolicy: IfNotPresent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ contents:
listen health_check_http_url
bind :50936
mode http
monitor-uri /healthz
monitor-uri /readyz
option dontlognull
listen stats
bind 127.0.0.1:{{`{{ .LBConfig.StatPort }}`}}
Expand All @@ -37,7 +37,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 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ contents:
livenessProbe:
initialDelaySeconds: 10
httpGet:
path: /healthz
path: /readyz
port: 50936
terminationMessagePolicy: FallbackToLogsOnError
imagePullPolicy: IfNotPresent
Expand Down