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