Skip to content

Commit

Permalink
Cleanup resource limits
Browse files Browse the repository at this point in the history
  • Loading branch information
piyushroshan committed Feb 14, 2024
1 parent 17625b6 commit 98c8b9e
Showing 1 changed file with 2 additions and 34 deletions.
36 changes: 2 additions & 34 deletions deploy/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ web:
name: crapi-web-configmap
labels:
app: crapi-web
resources:
limits:
cpu: "500m"
requests:
cpu: 256m
deploymentLabels:
app: crapi-web
podLabels:
Expand Down Expand Up @@ -79,11 +74,6 @@ identity:
keyStorePassword: passw0rd
keyPassword: passw0rd
keyAlias: identity
resources:
limits:
cpu: "500m"
requests:
cpu: 256m
deploymentLabels:
app: crapi-identity
podLabels:
Expand All @@ -108,11 +98,6 @@ community:
app: crapi-community
postgresDbDriver: postgres
mongoDbDriver: mongodb
resources:
limits:
cpu: "500m"
requests:
cpu: 256m
deploymentLabels:
app: crapi-community
podLabels:
Expand All @@ -138,11 +123,6 @@ workshop:
postgresDbDriver: postgres
mongoDbDriver: mongodb
secretKey: crapi
resources:
limits:
cpu: "256m"
requests:
cpu: 256m
deploymentLabels:
app: crapi-workshop
podLabels:
Expand Down Expand Up @@ -175,13 +155,6 @@ mailhog:
labels:
app: mailhog
mailhogStorage: mongodb
resources:
limits:
cpu: "1"
memory: 1024Mi
requests:
cpu: 50m
memory: 64Mi
deploymentLabels:
app: mailhog
podLabels:
Expand Down Expand Up @@ -218,7 +191,7 @@ mongodb:
app: mongodb
resources:
requests:
storage: 1Gi
storage: 2Gi
serviceSelectorLabels:
app: mongodb
podLabels:
Expand Down Expand Up @@ -252,7 +225,7 @@ postgresdb:
app: postgresdb
resources:
requests:
storage: 1Gi
storage: 2Gi
serviceSelectorLabels:
app: postgresdb
podLabels:
Expand All @@ -275,11 +248,6 @@ apiGatewayService:
name: gateway-service
labels:
app: gateway-service
resources:
limits:
cpu: "100m"
requests:
cpu: 50m
deploymentLabels:
app: gateway-service
podLabels:
Expand Down

0 comments on commit 98c8b9e

Please sign in to comment.