Suhan-Powertask opened a new issue, #897:
URL: https://github.com/apache/apisix-helm-chart/issues/897
### Describe the bug
When installing Apache APISIX using the official Helm chart,
the `proxy_cache.cache_ttl` value defined in `values.yaml` is **not
applied**.
The generated `config.yaml` inside the ConfigMap still shows `cache_ttl:
10s`,
even when a custom TTL (e.g. 20s) is specified.
### what i did
1. Deploy APISIX using Helm or Terraform Helm provider.
2. Set the following in `values.yaml`:
```yaml
apisix:
proxy_cache:
cache_ttl: 20s
3. helm upgrade
However, when I look at the k8s apisix configmap settings, the cache_ttl
time is 10 seconds, as specified in the template.
Is there any way to improve this?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]