apisix-helm-chart icon indicating copy to clipboard operation
apisix-helm-chart copied to clipboard

Apache APISIX Helm Chart

Results 215 apisix-helm-chart issues
Sort by recently updated
recently updated
newest added

At the moment, the Apache APISIX Helm chart default [values](https://github.com/apache/apisix-helm-chart/blob/master/charts/apisix/values.yaml#L196-L198) looks like: ```yaml admin: credentials: admin: edd1c9f034335f136f87ad84b625c8f1 viewer: 4054f7cf07e344346cd3f287985e76a2 ``` To override them, I need to set them "in clear"....

enhancement
discuss

The APISIX Helm Chart allows setting the Service's `targetPort` but the APISIX **Dashboard** Helm Chart doesn't. Hence, Kubernetes assigns a random port. If you're using Kind on Mac, you need...

enhancement

Hello Dear APISIX Helm Chart maintainers! This PR adds the option to enable Proxy Protocol (pp) in the APISIX configuration file and allows to add the proxy protocol listeners to...

in the apisix helm chart,there is no way to set the values of consul,just to use values.yaml,if i want to use helm install --set ,how to do it ? thanks

helm install apisix chart version : apisix-0.11.0 values.yaml apisix: customLuaSharedDicts: - name: prometheus-metrics size: 200m 错误信息: 2022/09/21 13:25:01 [emerg] 1#1: the size 209715200 of shared memory zone "prometheus-metrics" conflicts with...

Does it seem that the helm chart doesn't support this configuration? As [0] showed `stream_proxy.tcp` are anyway list of ports rather than `[addr=9100,tls=true]` as [1]? [0] - https://github.com/apache/apisix-helm-chart/blob/master/charts/apisix/templates/configmap.yaml [1] -...

![image](https://user-images.githubusercontent.com/10447318/190293869-67ba7ee5-9008-45e5-8368-95993c484bee.png) `kubectl describe pods -n apisix apisix-etcd-0` `Warning FailedScheduling 4m36s default-scheduler 0/3 nodes are available: 3 pod has unbound immediate PersistentVolumeClaims. preemption: 0/3 nodes are available: 3 Preemption is not...

I have done some procedures for this: 1. copy a snapshot file to someplace named etcd-snapshot.db 2. scale the statefulset to 0 3. start a static pod with etcdctl and...

I am trying to configure APISIX and the apisix-ingress-controller. This is not working because the ingress-controller does not create a new ingressClass. I cannot tell if I missing something in...