Skip to content
Snippets Groups Projects
Commit d020cabb authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

Merge branch '1013-increase-loki-mem-limits' into 'main'

Resolve "Increase loki mem limits"

Closes #1013

See merge request stackspin/stackspin!606
parents c8fcad39 4128b1ef
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,9 @@
* [ ] `flux2/apps/APP/kustomization.yaml`
* [ ] If needed, add PVCs in `flux2/apps/APP/pvc.yaml`
* [ ] Add helmrelease in `flux2/apps/APP/release.yaml`
* Mem resource requests/limits: See https://open.greenhost.net/stackspin/stackspin/-/issues/1027
* [ ] mem request: the median weekly memory usage of an app
* [ ] mem limit: 150% of the weekly max memory usage
### Single sign-on
......
......@@ -9,10 +9,10 @@ data:
resources:
limits:
cpu: 800m
memory: 1536Mi
memory: 2304Mi
requests:
cpu: 300m
memory: 1024Mi
memory: 1280Mi
persistence:
enabled: true
accessModes:
......
......@@ -11,10 +11,10 @@ data:
resources:
limits:
cpu: 400m
memory: 256Mi
memory: 384Mi
requests:
cpu: 200m
memory: 128Mi
memory: 256Mi
config:
lokiAddress: http://loki:3100/loki/api/v1/push
# https://github.com/grafana/helm-charts/blob/main/charts/promtail/values.yaml#L217
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment