Open ramki88 opened 6 months ago
I am also facing the same issue. It supports only NodePort & LoadBalancer. We need ClusterIP support also
@meektechie, for workaround as of now, leaving the externalTrafficPolicy
blank in values.yaml deploys the chart.
apisix:
service:
type: ClusterIP
externalTrafficPolicy:
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