Fix ingress module a syntax error (#8129)

This commit is contained in:
李远君 2022-01-11 15:23:16 +08:00 committed by GitHub
parent d6d6b6c85a
commit 1aa3290f77

View file

@ -129,7 +129,7 @@ spec:
- path: / - path: /
pathType: Prefix pathType: Prefix
backend: backend:
service service:
name: nginx name: nginx
port: port:
number: 80 number: 80