Added liveness probe to stringer

This commit is contained in:
Marcus Noble 2020-09-09 09:11:54 +01:00
parent 05e04afeff
commit 588348ac31
1 changed files with 6 additions and 0 deletions

View File

@ -65,6 +65,12 @@ spec:
ports:
- containerPort: 8080
name: web
livenessProbe:
httpGet:
path: /heroku
port: 8080
initialDelaySeconds: 3
periodSeconds: 3
resources:
limits:
memory: 308Mi