refactor: update ingress.yaml to use pathType: Prefix
Some checks are pending
gitea-sync.yml / trigger-gitea-sync (push) Waiting to run

This commit is contained in:
suyiiyii 2024-08-25 12:43:25 +08:00
parent 3a5617e77e
commit 11f4736081

View File

@ -14,6 +14,6 @@ spec:
port:
number: 80
path: /
pathType: Exact
pathType: Prefix
status:
loadBalancer: {}