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

https://github.com/apache/apisix/blob/release/3.9.0/CHANGELOG.md#390

I want to change the timeout and keepalive_pool idle timeout , but keepalive_pool haven't change. apiVersion: apisix.apache.org/v2 kind: ApisixUpstream spec: scheme: grpc timeout: connect: 300s send: 300s read: 300s keepalive_pool:...

Shouldn't the CRD's provided in the apisix-ingress -controller helm chart match the CRD's in the corresponding version of the apisix-ingress-controller? If you compare the CRD's provided in https://github.com/apache/apisix-helm-chart/releases/tag/apisix-ingress-controller-0.14.0 (which is...

I have updated Apisix from chart version apisix-2.1.0 to chart version apisix-2.6.0 and noticed that CRD ApisixGlobalRule was missing. It did not get installed automatically. I have now manually installed...

I'm looking for a way to specify my LoadBalancer IP while installing APISIX on AKS in Azure. The official documentation shows us the general installation with a few overrides: ```...

This pull request addresses 2 cases: 1. Updating some of the configuration options to be rendered through the _tpl_ directive, which is needed to improve configurability and reusability of the...

我使用cfssl建立了证书: ``` echo '{"CN":"CA","key":{"algo":"rsa","size":2048}}' | cfssl gencert -initca - | cfssljson -bare ca - echo '{"signing":{"default":{"expiry":"876000h","usages":["signing","key encipherment","server auth","client auth"]}}}' > ca-config.json export ADDRESS=xxx-vapp-2012,172.16.20.12,127.0.0.1 export NAME=etcd-server echo '{"CN":"'$NAME'","hosts":[""],"key":{"algo":"rsa","size":2048}}' | cfssl gencert...

I'm trying to install apisix helm to Openshift. IT requires setting the resource limit, but I can't find anywhere to set the resource limit & request of the init container....

By default if you enable ingress for the control api the chart breaks, its checking bad place for the servicePort. This fixes that, and add tests with [helm- unittest](https://github.com/helm-unittest/helm-unittest), it...

Adding the ability to change the Apisix gateway's service pod target port. While working with cloud providers like AWS, the node ports are automatically configured based on the Kubernetes Service...