From cf36ffb33504d295198a4f2f4e637779f484328f Mon Sep 17 00:00:00 2001 From: Joao Marcal <jmarcal@redhat.com> Date: Wed, 30 Mar 2022 15:35:36 +0100 Subject: [PATCH] Adds YAML for jsonnet modified for prometheus-adapter --- manifests/prometheusAdapter-deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/prometheusAdapter-deployment.yaml b/manifests/prometheusAdapter-deployment.yaml index 9ff5a333..003c6e45 100644 --- a/manifests/prometheusAdapter-deployment.yaml +++ b/manifests/prometheusAdapter-deployment.yaml @@ -49,6 +49,7 @@ spec: name: prometheus-adapter ports: - containerPort: 6443 + name: https readinessProbe: failureThreshold: 5 httpGet: -- GitLab