WIP: Set up ingress with Let's Encrypt certificates using cert-manager #26

Closed
greg wants to merge 5 commits from feature/ingress into master
Showing only changes of commit 67d87d7d5b - Show all commits

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