aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-04-01 02:38:08 +0100
committerGravatar GitHub <[email protected]>2024-04-01 02:38:08 +0100
commit7f4b29aa3134ce5bde98e84a6ba803e6f4a57a98 (patch)
tree78fcee84f05e74f133b2ab2733923e6332e8ab97
parentBump Grafana version to fix Loki querying (diff)
Increase King Arthur memory
-rw-r--r--kubernetes/namespaces/default/king-arthur/deployment.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/kubernetes/namespaces/default/king-arthur/deployment.yaml b/kubernetes/namespaces/default/king-arthur/deployment.yaml
index cbc3874..c8da1c0 100644
--- a/kubernetes/namespaces/default/king-arthur/deployment.yaml
+++ b/kubernetes/namespaces/default/king-arthur/deployment.yaml
@@ -19,11 +19,11 @@ spec:
imagePullPolicy: Always
resources:
requests:
- cpu: 400m
- memory: 100Mi
+ cpu: 600m
+ memory: 500Mi
limits:
- cpu: 500m
- memory: 200Mi
+ cpu: 800m
+ memory: 800Mi
envFrom:
- secretRef:
name: king-arthur-env