From 4b05b53d72f7236adf168b0971f7c220675cb711 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Wed, 27 Mar 2024 00:38:34 +0100 Subject: [PATCH] small fixes --- apps/ocis/pvc.yaml | 2 +- kluster-deployments/monitoring/application.yaml | 3 --- kluster-deployments/prometheus/application.yaml | 3 +++ 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/ocis/pvc.yaml b/apps/ocis/pvc.yaml index 86d5156..700951f 100644 --- a/apps/ocis/pvc.yaml +++ b/apps/ocis/pvc.yaml @@ -4,7 +4,7 @@ metadata: name: ocis-data spec: capacity: - storage: "50Gi" + storage: "150Gi" accessModes: - ReadWriteOnce nfs: diff --git a/kluster-deployments/monitoring/application.yaml b/kluster-deployments/monitoring/application.yaml index 74ca47c..36deee1 100644 --- a/kluster-deployments/monitoring/application.yaml +++ b/kluster-deployments/monitoring/application.yaml @@ -16,6 +16,3 @@ spec: automated: prune: true selfHeal: true - syncOptions: - - Replace=true - # because the prom crds exceed the default 256Ki limit \ No newline at end of file diff --git a/kluster-deployments/prometheus/application.yaml b/kluster-deployments/prometheus/application.yaml index f6ee898..bef03c5 100644 --- a/kluster-deployments/prometheus/application.yaml +++ b/kluster-deployments/prometheus/application.yaml @@ -17,3 +17,6 @@ spec: automated: prune: true selfHeal: true + syncOptions: + - Replace=true + # because the prom crds exceed the default 256Ki limit \ No newline at end of file