diff --git a/doc/ingress.md b/doc/ingress.md index 490c0ef..9ce7600 100644 --- a/doc/ingress.md +++ b/doc/ingress.md @@ -61,7 +61,7 @@ Create the ingress resource apiVersion: extensions/v1beta1 kind: Ingress metadata: - name: gitea-ingress + name: ingress-main annotations: # Required, otherwise only the / path works # https://medium.com/google-cloud/global-ingress-in-practice-on-google-container-engine-part-1-discussion-ccc1e5b27bd0 @@ -149,7 +149,7 @@ attach the validation endpoint to all Ingresses of that class solvers: - http01: ingress: - name: gitea-ingress + name: ingress-main EOF cat < letsencrypt-production.yaml @@ -169,7 +169,7 @@ attach the validation endpoint to all Ingresses of that class solvers: - http01: ingress: - name: gitea-ingress + name: ingress-main ## Add another service