increase thanos compactor volume size even more
This commit is contained in:
parent
ac86495db7
commit
fb04f4bc3c
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -305,4 +305,4 @@ spec:
|
|||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 30Gi
|
||||
storage: 50Gi
|
||||
|
|
Loading…
Reference in a new issue