Skip to content

Commit ccd0b0c

Browse files
author
zer0stars
committed
reducing resource requests
1 parent 8831fd2 commit ccd0b0c

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

charts/fetch-api/values.yaml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ replicaCount: 1
22
image:
33
repository: dimozone/fetch-api
44
pullPolicy: IfNotPresent
5-
tag: '06e2456'
5+
tag: 06e2456
66
imagePullSecrets: []
77
nameOverride: ''
88
fullnameOverride: ''
@@ -19,7 +19,7 @@ securityContext:
1919
allowPrivilegeEscalation: false
2020
capabilities:
2121
drop:
22-
- all
22+
- all
2323
cronJob:
2424
enabled: false
2525
schedule: 0 0 * * 0
@@ -53,15 +53,15 @@ service:
5353
targetPort: grpc
5454
protocol: TCP
5555
ports:
56-
- name: mon-http
57-
containerPort: 8888
58-
protocol: TCP
59-
- name: http
60-
containerPort: 8080
61-
protocol: TCP
62-
- name: grpc
63-
containerPort: 8086
64-
protocol: TCP
56+
- name: mon-http
57+
containerPort: 8888
58+
protocol: TCP
59+
- name: http
60+
containerPort: 8080
61+
protocol: TCP
62+
- name: grpc
63+
containerPort: 8086
64+
protocol: TCP
6565
ingress:
6666
enabled: true
6767
className: nginx
@@ -73,18 +73,18 @@ ingress:
7373
nginx.ingress.kubernetes.io/limit-rps: '25'
7474
external-dns.alpha.kubernetes.io/hostname: fetch-api.dev.dimo.zone
7575
hosts:
76-
- host: fetch-api.dev.dimo.zone
77-
paths:
78-
- path: /
79-
pathType: ImplementationSpecific
76+
- host: fetch-api.dev.dimo.zone
77+
paths:
78+
- path: /
79+
pathType: ImplementationSpecific
8080
tls: []
8181
resources:
8282
limits:
8383
cpu: 250m
8484
memory: 384Mi
8585
requests:
86-
cpu: 25m
87-
memory: 64Mi
86+
cpu: 5m
87+
memory: 32Mi
8888
autoscaling:
8989
enabled: false
9090
minReplicas: 1

0 commit comments

Comments
 (0)