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"