Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
chore: Remove probes as currently we dont expose a health endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoulliard committed Dec 17, 2019
1 parent 5b8d0c6 commit d079cfe
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions config/k8s/generator-application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,6 @@ spec:
- containerPort: 8080
name: http
protocol: TCP
readinessProbe:
httpGet:
path: /
port: 8080
initialDelaySeconds: 15
timeoutSeconds: 10
periodSeconds: 20
livenessProbe:
httpGet:
path: /
port: 8080
initialDelaySeconds: 30
timeoutSeconds: 10
periodSeconds: 20
volumeMounts:
- name: config-volume
mountPath: /etc/config
Expand Down

0 comments on commit d079cfe

Please sign in to comment.