Use the correct name for the ingress

This commit is contained in:
Greg 2019-07-05 11:13:22 +02:00
parent 3cdc07cdf3
commit 67d87d7d5b
1 changed files with 3 additions and 3 deletions

View File

@ -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 <<EOF > 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