Skip to content

Commit

Permalink
fix: go back to production ingress (eduNEXT#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi authored Sep 22, 2022
1 parent e0e4162 commit 3be0bd2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drydock/templates/kustomized/tutor13/extensions/ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
annotations:
kubernetes.io/ingress.class: nginx
{%- if ENABLE_HTTPS and not DRYDOCK_CUSTOM_CERTS%}
cert-manager.io/issuer: letsencrypt-staging
cert-manager.io/issuer: letsencrypt
{%- endif %}
spec:
rules:
Expand Down Expand Up @@ -69,7 +69,7 @@ metadata:
name: letsencrypt
namespace: {{ K8S_NAMESPACE }}
labels:
app.kubernetes.io/name: letsencrypt-staging
app.kubernetes.io/name: letsencrypt
spec:
acme:
# Let's Encrypt will use this to contact you about expiring
Expand All @@ -78,7 +78,7 @@ spec:
# Secret resource that will be used to store the account's private key.
privateKeySecretRef:
name: {{ K8S_NAMESPACE }}-letsencrypt-account-key
server: https://acme-staging-v02.api.letsencrypt.org/directory
server: https://acme-v02.api.letsencrypt.org/directory
solvers:
- http01:
ingress:
Expand Down

0 comments on commit 3be0bd2

Please sign in to comment.