From 4e3e817631998f3ac026c4324576a7b245251416 Mon Sep 17 00:00:00 2001 From: Ravi Palankar Date: Thu, 2 May 2024 13:18:33 +0530 Subject: [PATCH] customheaders in gtp crd --- gslb/Manifest/gtp-crd.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gslb/Manifest/gtp-crd.yaml b/gslb/Manifest/gtp-crd.yaml index db509eec..6daf1398 100644 --- a/gslb/Manifest/gtp-crd.yaml +++ b/gslb/Manifest/gtp-crd.yaml @@ -142,6 +142,9 @@ spec: uri: type: string description: "Path to be probed for the health of gslb endpoint in case of http and https" + customHeader: + type: string + description: "Custom header for monitoring" respCode: type: integer description: "Response code expected to mark the gslb endpoint healthy in case of http and https"