flyrun9527 commented on PR #8291:
URL: https://github.com/apache/seatunnel/pull/8291#issuecomment-2543157893

   helm安装后 开启ingress true 报错 ingress.yaml中 其中port: name 应该是port: number
   应该是
   spec:
   rules:
   
   host: "{{ .Values.ingress.host }}"
   http:
   paths:
   - path: {{ .Values.ingress.path }}
   backend:
   {{- if .Capabilities.APIVersions.Has "networking.k8s.io/v1/Ingress" }}
   service:
   name: {{ include "seatunnel.fullname" . }}-master
   port:
   number: 5801


-- 
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: commits-unsubscr...@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to