Compare commits
2 Commits
05e04afeff
...
c40c5b5a33
Author | SHA1 | Date | |
---|---|---|---|
c40c5b5a33 | |||
588348ac31 |
@ -65,6 +65,12 @@ spec:
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
name: web
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /heroku
|
||||
port: 8080
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 10
|
||||
resources:
|
||||
limits:
|
||||
memory: 308Mi
|
||||
|
Loading…
Reference in New Issue
Block a user