diff --git a/modules/installation-arm-dns.adoc b/modules/installation-arm-dns.adoc index f26a582551..a0d380f04b 100644 --- a/modules/installation-arm-dns.adoc +++ b/modules/installation-arm-dns.adoc @@ -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 }