apisix-helm-chart
apisix-helm-chart copied to clipboard
Apache APISIX Helm Chart
I want to use apisix combined with nlb in aws + eks using proxyProtocol see [here](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#proxy-protocol) In the values file for the master branch chart you can configure this: ```...
Apisix helm chart has TZ and extra env vars config, these would be useful in apisix-ingress-controller too. Currently it runs in UTC+8, we would like to set it to another...
[deprecation-guide](https://kubernetes.io/docs/reference/using-api/deprecation-guide/#poddisruptionbudget-v125) poddisruptionbudget v1beta1 is deprecated, please update in the next chart version. for now I have disabled it.
Hi Guys :vulcan_salute: I'm a little lost about your chart versioning. Based on , you seem supporting two helm chart versions * `Chart v0.x` * `Chart v1.x` But I see...
Hi there folks, on version 2.3.0 the fix from #508 would it be possible to cut a new release with that? otherwise all clusters with 1.25> would break
I upgraded APISIX chart from 2.5.0 to 2.6.0 and there is an Image Pull error in apisix container failed due to missing architecture. So I checked in https://hub.docker.com/r/apache/apisix/tags and tag...
[link](https://github.com/apache/apisix-helm-chart/blob/apisix-2.4.0/charts/apisix/templates/deployment.yaml) ``` {{- if .Values.hostNetwork }} hostNetwork: true dnsPolicy: ClusterFirstWithHostNet {{- end }} hostNetwork: {{ .Values.hostNetwork }} ```
Deploying a fresh instance from **deploy/apisix/values.yml** ```yml ingress-controller: enabled: true ``` helm upgrade -i apisix apisix/apisix --create-namespace --namespace apisix -f deploy/apisix/values.yml Cause Pod apisix-ingress-controller waiting forever. Troubleshooting the init container...