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