Skip to content

Commit

Permalink
fix: ingress tls
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiansmn committed Jan 3, 2025
1 parent 95bfabd commit ceaa5d9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions infra/application/ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ kind: Ingress
metadata:
name: laponie-gouv-ingress
namespace: laponie-gouv
annotations:
cert-manager.io/cluster-issuer: letsencrypt

spec:
ingressClassName: nginx
rules:
Expand All @@ -24,3 +27,7 @@ spec:
name: laponie-gouv-frontend
port:
number: 80
tls:
- hosts:
- '*.bastian-somon.fr'
secretName: letsencrypt-tls-cert

0 comments on commit ceaa5d9

Please sign in to comment.