From 615b72da2fa99066fcb201df3e295c818c75eae5 Mon Sep 17 00:00:00 2001 From: Florian Bacher Date: Wed, 20 Nov 2019 10:56:50 +0100 Subject: [PATCH] #1059 release preparations --- deploy/service.yaml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/deploy/service.yaml b/deploy/service.yaml index 47df5e1..6c65b89 100644 --- a/deploy/service.yaml +++ b/deploy/service.yaml @@ -16,7 +16,7 @@ spec: spec: containers: - name: prometheus-sli-service - image: keptn/prometheus-sli-service:latest + image: keptn/prometheus-sli-service:0.1.0.latest ports: - containerPort: 8080 resources: @@ -31,16 +31,6 @@ spec: value: 'http://configuration-service.keptn.svc.cluster.local:8080' - name: EVENTBROKER value: 'http://event-broker.keptn.svc.cluster.local/keptn' - - name: THROUGHPUT_QUERY - value: "" - - name: ERROR_RATE_QUERY - value: "" - - name: REQUEST_LATENCY_P50_QUERY - value: "" - - name: REQUEST_LATENCY_P90_QUERY - value: "" - - name: REQUEST_LATENCY_P95_QUERY - value: "" --- apiVersion: v1 kind: Service