From 67d87d7d5b7a53b564dbea0c3dc002d92750087b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Fri, 5 Jul 2019 11:13:22 +0200 Subject: [PATCH] Use the correct name for the ingress --- doc/ingress.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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