Skip to content

Commit

Permalink
Remove solver for external ingress
Browse files Browse the repository at this point in the history
As the DNS zone hasn't been delegated for the domain, the route53 solver
cannot be used. This change removes this, falling back to the default.
  • Loading branch information
LiamMacP committed Oct 19, 2023
1 parent 2495a01 commit 2b22140
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions helm/templates/ingress-external.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: {{ include "app.name" . }}-external
labels:
cert-manager.io/solver: route53
annotations:
cert-manager.io/enabled: "true"
ingress.kubernetes.io/force-ssl-redirect: "true"
Expand Down

0 comments on commit 2b22140

Please sign in to comment.