1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Update 03_infra.json template

This commit is contained in:
Cody Hoag
2020-06-15 09:42:55 -04:00
committed by openshift-cherrypick-robot
parent 64b2efdc9b
commit fe5a0c194c

View File

@@ -112,8 +112,9 @@ cluster:
{
"name" : "api-internal-probe",
"properties" : {
"protocol" : "Tcp",
"protocol" : "Https",
"port" : 6443,
"requestPath": "/readyz",
"intervalInSeconds" : 10,
"numberOfProbes" : 3
}
@@ -195,8 +196,9 @@ cluster:
{
"name" : "api-internal-probe",
"properties" : {
"protocol" : "Tcp",
"protocol" : "Https",
"port" : 6443,
"requestPath": "/readyz",
"intervalInSeconds" : 10,
"numberOfProbes" : 3
}
@@ -204,8 +206,9 @@ cluster:
{
"name" : "sint-probe",
"properties" : {
"protocol" : "Tcp",
"protocol" : "Https",
"port" : 22623,
"requestPath": "/healthz",
"intervalInSeconds" : 10,
"numberOfProbes" : 3
}