diff --git a/ingress.yaml b/ingress.yaml index 4ea9e8a..4081366 100644 --- a/ingress.yaml +++ b/ingress.yaml @@ -13,7 +13,7 @@ spec: - host: nginx.kl.suyiiyii.top http: paths: - - path: /ng + - path: / pathType: Prefix backend: service: diff --git a/issuer.yaml b/issuer.yaml index f14430f..d003b35 100644 --- a/issuer.yaml +++ b/issuer.yaml @@ -11,4 +11,4 @@ spec: solvers: - http01: ingress: - class: nginx + class: traefik