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