Compare commits

...

2 Commits

Author SHA1 Message Date
c40c5b5a33 Fixed probe 2020-09-09 09:42:50 +01:00
588348ac31 Added liveness probe to stringer 2020-09-09 09:11:54 +01:00

View File

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