apache / apisix-helm-chart

Apache APISIX Helm Chart
https://apisix.apache.org/
Apache License 2.0
231 stars 209 forks source link

PVC problems in etcd deployment #11

Open Miss-you opened 3 years ago

Miss-you commented 3 years ago

When applying for a PVC, you need to meet the requirements of the cloud service provider, for example, Tencent Cloud requires that the storage size of the PVC applied for be a multiple of 10G, while the default storage size applied for etcd helm deployment is 8G, resulting in the failure of the PVC application.

junnplus commented 3 years ago

Duplicate with https://github.com/apache/apisix-helm-chart/issues/12