feat(web-test): enable TLS with Let's Encrypt

This commit is contained in:
2026-07-26 19:11:53 +02:00
parent 1c973937a8
commit e4ec123418
+8
View File
@@ -2,8 +2,16 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: web
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
spec:
ingressClassName: nginx
tls:
- hosts:
- test.guillin.ovh
secretName: test-guillin-ovh-tls
rules:
- host: test.guillin.ovh
http: