yangtian9999 opened a new issue #130:
URL: https://github.com/apache/apisix-helm-chart/issues/130


   Hi,
   
   When I change to use ingress for gateway in the helm value file, the service 
could not get external IP for the ingress.
   
   
   
   gateway:
     #type: NodePort
     # If you want to keep the client source IP, you can set this to Local.
     # ref: 
https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip
     externalTrafficPolicy: Cluster
     type: LoadBalancer
     # annotations:
     #   service.beta.kubernetes.io/aws-load-balancer-type: nlb
     http:
       enabled: true
       servicePort: 80
       containerPort: 9080
     tls:
       enabled: false
       servicePort: 443
       containerPort: 9443
       http2:
         enabled: true
     stream:  # L4 proxy (TCP/UDP)
       enabled: false
       tcp: []
       udp: []
     ingress:
       enabled: true
       annotations: {}
         # kubernetes.io/ingress.class: nginx
         # kubernetes.io/tls-acme: "true"
       hosts:
         - host: apisix.local
           paths: []
       tls: []
     #  - secretName: apisix-tls
     #    hosts:
     #      - chart-example.local
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to