From 21244d89fc73b519174b3fa4a8107e1217e88973 Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Wed, 2 Oct 2024 22:11:05 +0200 Subject: [PATCH] fix quota issue --- thanos/0-namespace.yaml | 2 ++ thanos/6-receiver.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/thanos/0-namespace.yaml b/thanos/0-namespace.yaml index a96b8af..aef9186 100644 --- a/thanos/0-namespace.yaml +++ b/thanos/0-namespace.yaml @@ -3,3 +3,5 @@ apiVersion: v1 kind: Namespace metadata: name: thanos + labels: + yolokube.de/unlimited-quota: "true" diff --git a/thanos/6-receiver.yaml b/thanos/6-receiver.yaml index 15e2832..88ae91c 100644 --- a/thanos/6-receiver.yaml +++ b/thanos/6-receiver.yaml @@ -291,7 +291,7 @@ spec: accessModes: [ReadWriteOnce] resources: requests: - storage: 10Gi + storage: 20Gi --- apiVersion: v1 kind: Service