Skip to content

Commit

Permalink
Modify resources for some apps
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminSsempala committed Jan 17, 2025
1 parent c0dc979 commit b8207af
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions k8s/inventory/values-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ nodeSelector: {}
torelations: {}
resources:
requests:
cpu: 1m
cpu: 10m
memory: 100Mi
limits:
cpu: 10m
cpu: 50m
memory: 150Mi
autoscaling:
minReplicas: 1
Expand Down
6 changes: 3 additions & 3 deletions k8s/netmanager/values-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ nodeSelector: {}
torelations: {}
resources:
requests:
cpu: 1m
cpu: 20m
memory: 20Mi
limits:
cpu: 10m
memory: 80Mi
cpu: 100m
memory: 200Mi
autoscaling:
minReplicas: 1
maxReplicas: 3
Expand Down
4 changes: 2 additions & 2 deletions k8s/platform/values-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ ingress:
resources:
limits:
cpu: 200m
memory: 250Mi
memory: 350Mi
requests:
cpu: 10m
cpu: 20m
memory: 150Mi

autoscaling:
Expand Down
4 changes: 2 additions & 2 deletions k8s/reports/values-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ nodeSelector: {}
torelations: {}
resources:
requests:
cpu: 1m
cpu: 10m
memory: 150Mi
limits:
cpu: 5m
cpu: 50m
memory: 200Mi
autoscaling:
minReplicas: 1
Expand Down

0 comments on commit b8207af

Please sign in to comment.