From fe5a0c194c63fdbc5cf48ef8203aa9375d1e8d73 Mon Sep 17 00:00:00 2001 From: Cody Hoag Date: Mon, 15 Jun 2020 09:42:55 -0400 Subject: [PATCH] Update 03_infra.json template --- modules/installation-arm-dns.adoc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 }