flyrun9527 commented on issue #8283:
URL: https://github.com/apache/seatunnel/issues/8283#issuecomment-2543157147
找到问题了 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]