apisix-helm-chart
apisix-helm-chart copied to clipboard
Apache APISIX Helm Chart
When the chart is installed and the ingress is configured it uses the annotation kubernetes.io/ingress.class that was (deprecated)[https://kubernetes.io/docs/concepts/services-networking/ingress/#deprecated-annotation] in Kubernetes 1.18. The server capabilities should be checked and and if...
We can use some tools like github.com/norwoodj/helm-docs to generate README automatically.
``` shell helm pull apisix/apisix -d . ``` after untar the the files below ```markdown . ├── Chart.lock ├── Chart.yaml ├── README.md ├── charts │ ├── apisix-dashboard │ ├── apisix-ingress-controller...
This PR is part of the proposal which removes hardcoding of sensitive API keys by autogenerating them at either application level(APISIX) or deployment level(like helm chart.)
Description: This pull request refactors the ServiceMonitor template in the APISIX Helm Chart to ensure that only one ServiceMonitor is created per namespace, even if there are multiple releases of...
Retry of #728 due to repeated conflicts...
Hi, If you customize gateway.http.containerPort value, we can change the http port of the container but the ReadinessProbe will block the deployment because it is configured to test the default...
APISIX/nginx server tokens are enabled by default, and leak APISIX version is form of a header - `Server: APISIX/3.8.0`. Add option to allow to disable version leak, turning header into...
Metrics' port & URL is defined [here](https://github.com/apache/apisix-helm-chart/blob/f14f58dc7fbe8a963b346ab322a93c662f191b3a/charts/apisix-ingress-controller/templates/apisix-configmap.yaml#L170-L171) (port 9091 & URL `/apisix/prometheus/metrics`). And it doesn't match what's in the [serviceMonitor](https://github.com/apache/apisix-helm-chart/blob/master/charts/apisix-ingress-controller/templates/servicemonitor.yaml#L33). TargetPort should be `prometheus`, a.k.a. 9091, and path is not...
fix: https://github.com/apache/apisix-helm-chart/issues/653, https://github.com/apache/apisix-helm-chart/issues/680 this pr only copy code from https://github.com/apache/apisix-helm-chart/pull/508