Skip to content

Commit

Permalink
Changed cpu limits for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
henrietteharmse committed Sep 5, 2023
1 parent c82d66f commit 2ed73fd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions k8chart-dev/ols4/templates/ols4-backend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ spec:
resources:
requests:
memory: 10Gi
cpu: 250m
cpu: 0.5
limits:
memory: 10Gi
cpu: 750m
cpu: 2
env:
- name: OLS_SOLR_HOST
value: http://{{ .Release.Name }}-solr:8983
Expand Down
4 changes: 2 additions & 2 deletions k8chart-dev/ols4/templates/ols4-frontend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ spec:
imagePullPolicy: Always
resources:
requests:
cpu: 250m
cpu: 0.25
memory: 1Gi
limits:
cpu: 500m
cpu: 1
memory: 1Gi
ports:
- containerPort: 8080
Expand Down
4 changes: 2 additions & 2 deletions k8chart-dev/ols4/templates/ols4-neo4j-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ spec:
resources:
requests:
memory: 15Gi
cpu: 250m
cpu: 0.5
limits:
memory: 15Gi
cpu: 750m
cpu: 2
env:
- name: NEO4J_HEAP_MEMORY
value: 10g
Expand Down
4 changes: 2 additions & 2 deletions k8chart-dev/ols4/templates/ols4-solr-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ spec:
resources:
requests:
memory: 8Gi
cpu: 250m
cpu: 0.5
limits:
memory: 8Gi
cpu: 750m
cpu: 2
env:
- name: SOLR_TARBALL_URL
value: {{.Values.solrTarballUrl}}
Expand Down

0 comments on commit 2ed73fd

Please sign in to comment.