Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove resource requests #1581

Merged
merged 1 commit into from
Jun 9, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 5 additions & 15 deletions hack/helm_vars/wire-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ brig:
replicaCount: 1
imagePullPolicy: Always
resources:
requests:
memory: 128Mi
cpu: 500m
requests: {}
limits:
memory: 512Mi
cpu: 500m
Expand Down Expand Up @@ -110,9 +108,7 @@ cannon:
replicaCount: 2
imagePullPolicy: Always
resources:
requests:
memory: 512Mi
cpu: 500m
requests: {}
limits:
memory: 512Mi
cpu: 500m
Expand All @@ -121,9 +117,7 @@ cargohold:
replicaCount: 1
imagePullPolicy: Always
resources:
requests:
memory: 128Mi
cpu: 100m
requests: {}
limits:
memory: 512Mi
cpu: 500m
Expand Down Expand Up @@ -164,9 +158,7 @@ gundeck:
replicaCount: 1
imagePullPolicy: Always
resources:
requests:
memory: 512Mi
cpu: 500m
requests: {}
limits:
memory: 1024Mi
cpu: 1000m
Expand Down Expand Up @@ -217,9 +209,7 @@ spar:
replicaCount: 1
imagePullPolicy: Always
resources:
requests:
memory: 512Mi
cpu: 500m
requests: {}
limits:
memory: 1024Mi
cpu: 1000m
Expand Down