More resource tweaks
This commit is contained in:
parent
f0d29be3f7
commit
471b6bc67e
@ -36,8 +36,11 @@ spec:
|
||||
name: web
|
||||
resources:
|
||||
limits:
|
||||
memory: 20Mi
|
||||
cpu: 10m
|
||||
memory: 10Mi
|
||||
cpu: 5m
|
||||
requests:
|
||||
memory: 10Mi
|
||||
cpu: 5m
|
||||
---
|
||||
apiVersion: extensions/v1beta1
|
||||
kind: Ingress
|
||||
|
@ -44,10 +44,10 @@ spec:
|
||||
resources:
|
||||
limits:
|
||||
cpu: 25m
|
||||
memory: 250Mi
|
||||
memory: 100Mi
|
||||
requests:
|
||||
cpu: 25m
|
||||
memory: 250Mi
|
||||
memory: 100Mi
|
||||
---
|
||||
apiVersion: extensions/v1beta1
|
||||
kind: Ingress
|
||||
|
@ -69,10 +69,10 @@ spec:
|
||||
resources:
|
||||
limits:
|
||||
cpu: 25m
|
||||
memory: 250Mi
|
||||
memory: 50Mi
|
||||
requests:
|
||||
cpu: 25m
|
||||
memory: 250Mi
|
||||
memory: 50Mi
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
|
@ -23,7 +23,7 @@ metadata:
|
||||
name: cors-proxy
|
||||
namespace: cors-proxy
|
||||
spec:
|
||||
replicas: 2
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: cors-proxy
|
||||
|
@ -59,10 +59,10 @@ spec:
|
||||
resources:
|
||||
limits:
|
||||
cpu: 25m
|
||||
memory: 250Mi
|
||||
memory: 50Mi
|
||||
requests:
|
||||
cpu: 25m
|
||||
memory: 250Mi
|
||||
memory: 50Mi
|
||||
---
|
||||
apiVersion: extensions/v1beta1
|
||||
kind: Ingress
|
||||
|
@ -36,10 +36,10 @@ spec:
|
||||
resources:
|
||||
limits:
|
||||
cpu: 25m
|
||||
memory: 250Mi
|
||||
memory: 100Mi
|
||||
requests:
|
||||
cpu: 25m
|
||||
memory: 250Mi
|
||||
memory: 100Mi
|
||||
|
||||
---
|
||||
|
||||
|
@ -20,3 +20,5 @@ spec:
|
||||
maxHistory: 4
|
||||
values:
|
||||
installVPA: true
|
||||
dashboard:
|
||||
replicaCount: 1
|
||||
|
@ -25,7 +25,7 @@ metadata:
|
||||
name: qr
|
||||
namespace: qr
|
||||
spec:
|
||||
replicas: 2
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: qr
|
||||
@ -44,10 +44,10 @@ spec:
|
||||
resources:
|
||||
limits:
|
||||
cpu: 25m
|
||||
memory: 250Mi
|
||||
memory: 100Mi
|
||||
requests:
|
||||
cpu: 25m
|
||||
memory: 250Mi
|
||||
memory: 100Mi
|
||||
---
|
||||
apiVersion: extensions/v1beta1
|
||||
kind: Ingress
|
||||
|
Loading…
Reference in New Issue
Block a user