From 94f03bc7cd721fb4efc6762afc607a2bbb05eccc Mon Sep 17 00:00:00 2001 From: auricom <27022259+auricom@users.noreply.github.com> Date: Fri, 6 Aug 2021 23:19:40 +0200 Subject: [PATCH] feat: add k8s-gateway supervision --- cluster/apps/networking/k8s-gateway/helm-release.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cluster/apps/networking/k8s-gateway/helm-release.yaml b/cluster/apps/networking/k8s-gateway/helm-release.yaml index 09a42aae9..c047a953c 100644 --- a/cluster/apps/networking/k8s-gateway/helm-release.yaml +++ b/cluster/apps/networking/k8s-gateway/helm-release.yaml @@ -37,3 +37,11 @@ spec: path: /spec/externalIPs value: - "${CLUSTER_LB_K8SGATEWAY}" + - op: add + path: /metadata/annotations/prometheus.io/probe + value: + - "true" + - op: add + path: /metadata/annotations/prometheus.io/protocol + value: + - "tcp"