refactor: update ingress.yaml to use pathType: Prefix

This commit is contained in:
2024-08-25 12:43:25 +08:00
parent 3a5617e77e
commit 11f4736081
+1 -1
View File
@@ -14,6 +14,6 @@ spec:
port:
number: 80
path: /
pathType: Exact
pathType: Prefix
status:
loadBalancer: {}