apache / apisix-helm-chart

Apache APISIX Helm Chart
https://apisix.apache.org/
Apache License 2.0
232 stars 209 forks source link

Gateway svc with externalTrafficPolicy fails when set to ClusterIP #755

Open ramki88 opened 6 months ago

ramki88 commented 6 months ago

With reference to #88, adding externalTrafficPolicy when the type is ClusterIP would fail. ClusterIP can be used when exposing the gateway using the ingress controller.

http://ingress/-> apisix-dashboard http://ingress/api/* -> apisix-gateway

meektechie commented 2 months ago

I am also facing the same issue. It supports only NodePort & LoadBalancer. We need ClusterIP support also

ramki88 commented 2 months ago

@meektechie, for workaround as of now, leaving the externalTrafficPolicy blank in values.yaml deploys the chart.

apisix:
  service:
    type: ClusterIP
    externalTrafficPolicy: