Skip to content

Commit

Permalink
omit resources limiting
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c committed Oct 26, 2023
1 parent 3fc7d57 commit 87c6d14
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion mviewer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: mviewer
description: A Helm chart to deploy the mviewer stack
type: application
version: 0.2.1
version: 0.2.2
appVersion: "3.9"
maintainers:
- name: geOrchestra
Expand Down
28 changes: 14 additions & 14 deletions mviewer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ mviewer:
# exec:
# command: ["/bin/sh","-c","nginx -s quit; while killall -0 nginx; do sleep 1; done"]

resources:
limits:
cpu: 100m
memory: 128Mi
requests:
cpu: 100m
memory: 128Mi
resources: {}
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi

nodeSelector: {}

Expand Down Expand Up @@ -103,13 +103,13 @@ mviewerstudio:
# exec:
# command: ["/bin/sh","-c","nginx -s quit; while killall -0 nginx; do sleep 1; done"]

resources:
limits:
cpu: 100m
memory: 128Mi
requests:
cpu: 100m
memory: 128Mi
resources: {}
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi

nodeSelector: {}

Expand Down

0 comments on commit 87c6d14

Please sign in to comment.