From fb04f4bc3c40a90ccec209ee4f06d535bce1e65b Mon Sep 17 00:00:00 2001 From: Finn Date: Sun, 1 Sep 2024 21:51:53 -0700 Subject: [PATCH] increase thanos compactor volume size even more --- helm/render-all.sh | 2 +- k8s/monitoring/thanos.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/render-all.sh b/helm/render-all.sh index 84ac17e..2457d42 100755 --- a/helm/render-all.sh +++ b/helm/render-all.sh @@ -5,7 +5,7 @@ header="# DO NOT EDIT: This file has been automatically generated by the script # operators for component in openbao external-secrets; do + mkdir -p ../k8s/operators/${component} echo "${header}" > ../k8s/operators/${component}/bundle.yaml kubectl kustomize --enable-helm ${component}/ >> ../k8s/operators/${component}/bundle.yaml done - diff --git a/k8s/monitoring/thanos.yaml b/k8s/monitoring/thanos.yaml index 0ab4e2f..3aa045a 100644 --- a/k8s/monitoring/thanos.yaml +++ b/k8s/monitoring/thanos.yaml @@ -305,4 +305,4 @@ spec: - ReadWriteOnce resources: requests: - storage: 30Gi + storage: 50Gi