Skip to content

Commit

Permalink
feat: Added Keptn 0.11 support (#85)
Browse files Browse the repository at this point in the history
* Keptn 0.11 support

Signed-off-by: Christian Kreuzberger <[email protected]>

* Remove liveness and readiness probe from distributor

Signed-off-by: Christian Kreuzberger <[email protected]>
  • Loading branch information
christian-kreuzberger-dtx authored Dec 3, 2021
1 parent 744ff66 commit 2b6ce9d
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions deploy/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b6ce9d

Please sign in to comment.