From 2b6ce9dc9dbc31806461c42589c72b219feb2695 Mon Sep 17 00:00:00 2001 From: Christian Kreuzberger Date: Fri, 3 Dec 2021 11:33:12 +0100 Subject: [PATCH] feat: Added Keptn 0.11 support (#85) * Keptn 0.11 support Signed-off-by: Christian Kreuzberger * Remove liveness and readiness probe from distributor Signed-off-by: Christian Kreuzberger --- deploy/service.yaml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/deploy/service.yaml b/deploy/service.yaml index a32c4bf..70843dd 100644 --- a/deploy/service.yaml +++ b/deploy/service.yaml @@ -35,19 +35,7 @@ spec: - name: CONFIGURATION_SERVICE value: 'http://configuration-service:8080' - name: distributor - image: keptn/distributor:0.10.0 - livenessProbe: - httpGet: - path: /health - port: 10999 - initialDelaySeconds: 0 - periodSeconds: 5 - readinessProbe: - httpGet: - path: /health - port: 10999 - initialDelaySeconds: 5 - periodSeconds: 5 + image: keptn/distributor:0.11.2 imagePullPolicy: Always ports: - containerPort: 8080