Skip to content

Commit

Permalink
Fixing the memory and cpu settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
mansoor-sajjad committed May 6, 2024
1 parent fb97c22 commit 32057b8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion helm/antu/env/values-kub-ent-prd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ horizontalPodAutoscaler:
stopplaceRegistryUrl: https://api.entur.io/stop-places/v1/read

resources:
memLimit: 6000Mi
cpuRequest: "2"
memRequest: 6000Mi
memRequest: 4000Mi
xmx: 5000m
1 change: 0 additions & 1 deletion helm/antu/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ spec:
timeoutSeconds: 10
resources:
limits:
cpu: {{ .Values.resources.cpuLimit }}
memory: {{ .Values.resources.memLimit }}
requests:
cpu: {{ .Values.resources.cpuRequest }}
Expand Down
1 change: 0 additions & 1 deletion helm/antu/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ service:
internalPort: 8080

resources:
cpuLimit: "2"
memLimit: 4000Mi
cpuRequest: "1"
memRequest: 4000Mi
Expand Down

0 comments on commit 32057b8

Please sign in to comment.