fix: increase resources where necessary
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
965d3abf53
commit
0d5535fc34
3 changed files with 13 additions and 2 deletions
|
@ -34,6 +34,6 @@
|
|||
name: coder
|
||||
chart_ref: coderv2/coder
|
||||
release_namespace: coder
|
||||
chart_version: 0.26.1
|
||||
chart_version: 0.27.1
|
||||
update_repo_cache: true
|
||||
release_values: "{{ lookup('template', 'values.coder.yml.j2') | from_yaml }}"
|
|
@ -7,4 +7,8 @@ persistence:
|
|||
|
||||
resources:
|
||||
requests:
|
||||
memory: 150Mi
|
||||
memory: 250Mi
|
||||
cpu: 100m
|
||||
limits:
|
||||
memory: 384Mi
|
||||
cpu: 250m
|
||||
|
|
|
@ -31,6 +31,13 @@ prometheus:
|
|||
podMonitorNamespaceSelector:
|
||||
matchLabels:
|
||||
prometheus: default
|
||||
resources:
|
||||
requests:
|
||||
memory: 3Gi
|
||||
cpu: 500m
|
||||
limits:
|
||||
memory: 4Gi
|
||||
cpu: 800m
|
||||
storageSpec:
|
||||
volumeClaimTemplate:
|
||||
spec:
|
||||
|
|
Loading…
Reference in a new issue