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

chore: remove requests and limits #5926

Draft
wants to merge 1 commit into
base: dev
Choose a base branch
from
Draft
Show file tree
Hide file tree
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
9 changes: 0 additions & 9 deletions .kontinuous/env/preprod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,3 @@ jobs:
elasticsearch_url:
secretName: www-secret
secretKey: ELASTICSEARCH_URL

app:
resources:
limits:
cpu: 500m
memory: 2048Mi
requests:
cpu: 300m
memory: 1536Mi
7 changes: 0 additions & 7 deletions .kontinuous/env/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,3 @@ app:
minReplicas: 2
maxReplicas: 10
enabled: true
resources:
limits:
cpu: 700m
memory: 1536Mi
requests:
cpu: 600m
memory: 1280Mi
7 changes: 0 additions & 7 deletions .kontinuous/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ app:
name: www-configmap
- secretRef:
name: www-secret
resources:
limits:
cpu: 400m
memory: 1024Mi
requests:
cpu: 400m
memory: 512Mi
volumes:
- name: tmp
emptyDir: {}
Expand Down
Loading