Added liveness probe to stringer
This commit is contained in:
parent
05e04afeff
commit
588348ac31
@ -65,6 +65,12 @@ spec:
|
|||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
name: web
|
name: web
|
||||||
|
livenessProbe:
|
||||||
|
httpGet:
|
||||||
|
path: /heroku
|
||||||
|
port: 8080
|
||||||
|
initialDelaySeconds: 3
|
||||||
|
periodSeconds: 3
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: 308Mi
|
memory: 308Mi
|
||||||
|
Loading…
Reference in New Issue
Block a user