Skip to content

Commit

Permalink
Match requests to limits on all our little jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
imnasnainaec committed Oct 30, 2024
1 parent b57e7b5 commit ee8c47a
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion deploy/helm/aws-login/templates/aws-ecr-login-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
requests:
memory: 128Mi
limits:
memory: 256Mi
memory: 128Mi
securityContext:
capabilities: {}
terminationMessagePath: /dev/termination-log
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/aws-login/templates/aws-ecr-login-oneshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
requests:
memory: 128Mi
limits:
memory: 256Mi
memory: 128Mi
securityContext:
capabilities: {}
terminationMessagePath: /dev/termination-log
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ spec:
requests:
memory: 128Mi
limits:
memory: 256Mi
memory: 128Mi
securityContext:
capabilities: {}
terminationMessagePath: /dev/termination-log
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spec:
requests:
memory: 128Mi
limits:
memory: 256Mi
memory: 128Mi
securityContext:
capabilities: {}
terminationMessagePath: /dev/termination-log
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
cpu: 2m
memory: 128Mi
limits:
memory: 256Mi
memory: 128Mi
restartPolicy: Always
{{- if ne .Values.global.pullSecretName "None" }}
imagePullSecrets:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
cpu: 1m
memory: 128Mi
limits:
memory: 256Mi
memory: 128Mi
volumeMounts:
- name: nginx-html
mountPath: /usr/share/nginx/html
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
requests:
memory: 128Mi
limits:
memory: 256Mi
memory: 128Mi
volumeMounts:
- mountPath: /home/app/.CombineFiles
name: backend-data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ spec:
memory: 128Mi
{{- if .Values.global.includeResourceLimits }}
limits:
memory: 256Mi
memory: 128Mi
{{- end }}
volumeMounts:
- mountPath: /usr/share/nginx/fonts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
cpu: 200m
memory: 128Mi
limits:
memory: 256Mi
memory: 128Mi
securityContext:
capabilities: {}
terminationMessagePath: /dev/termination-log
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
requests:
memory: 128Mi
limits:
memory: 256Mi
memory: 128Mi
securityContext:
capabilities: {}
terminationMessagePath: /dev/termination-log
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
requests:
memory: 128Mi
limits:
memory: 256Mi
memory: 128Mi
securityContext:
capabilities: {}
terminationMessagePath: /dev/termination-log
Expand Down
2 changes: 1 addition & 1 deletion deploy/scripts/setup_files/collector_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ useGOMEMLIMIT: true
resources:
requests:
cpu: 25m
memory: 256Mi
memory: 512Mi
limits:
memory: 512Mi

0 comments on commit ee8c47a

Please sign in to comment.