mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-24 16:55: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"
|
fabric8.io/ingress.annotations: "kubernetes.io/ingress.class: nginx"
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 200m
|
||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
requests:
|
requests:
|
||||||
cpu: 400m
|
cpu: 100m
|
||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
probePath: /manage/health
|
probePath: /manage/health
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
|
|
Loading…
Reference in a new issue