mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:05:50 +00:00
reduce cpu
This commit is contained in:
parent
5289f31ebb
commit
c9cb154c93
1 changed files with 2 additions and 2 deletions
|
@ -16,10 +16,10 @@ service:
|
|||
fabric8.io/ingress.annotations: "kubernetes.io/ingress.class: nginx"
|
||||
resources:
|
||||
limits:
|
||||
cpu: 500m
|
||||
cpu: 200m
|
||||
memory: 512Mi
|
||||
requests:
|
||||
cpu: 400m
|
||||
cpu: 100m
|
||||
memory: 512Mi
|
||||
probePath: /manage/health
|
||||
livenessProbe:
|
||||
|
|
Loading…
Reference in a new issue