diff --git a/bases/primaryvalidator/kustomization.yaml b/bases/primaryvalidator/kustomization.yaml index 4378fb2..dd69551 100644 --- a/bases/primaryvalidator/kustomization.yaml +++ b/bases/primaryvalidator/kustomization.yaml @@ -68,5 +68,5 @@ patches: optional: true - op: replace path: /spec/volumeClaimTemplates/0/spec/resources/requests/storage - value: 1000Gi + value: 300Gi \ No newline at end of file diff --git a/bases/seed/kustomization.yaml b/bases/seed/kustomization.yaml index 2344cae..9328abb 100644 --- a/bases/seed/kustomization.yaml +++ b/bases/seed/kustomization.yaml @@ -44,4 +44,4 @@ patches: value: seed-ext - op: replace path: /spec/volumeClaimTemplates/0/spec/resources/requests/storage - value: 1000Gi \ No newline at end of file + value: 300Gi \ No newline at end of file diff --git a/bases/validators/kustomization.yaml b/bases/validators/kustomization.yaml index f8768be..86d9961 100644 --- a/bases/validators/kustomization.yaml +++ b/bases/validators/kustomization.yaml @@ -69,4 +69,4 @@ patches: optional: true - op: replace path: /spec/volumeClaimTemplates/0/spec/resources/requests/storage - value: 1000Gi \ No newline at end of file + value: 300Gi \ No newline at end of file