feat(web-test): enable TLS with Let's Encrypt
This commit is contained in:
@@ -2,8 +2,16 @@ apiVersion: networking.k8s.io/v1
|
|||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
name: web
|
name: web
|
||||||
|
annotations:
|
||||||
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||||
spec:
|
spec:
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
|
|
||||||
|
tls:
|
||||||
|
- hosts:
|
||||||
|
- test.guillin.ovh
|
||||||
|
secretName: test-guillin-ovh-tls
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
- host: test.guillin.ovh
|
- host: test.guillin.ovh
|
||||||
http:
|
http:
|
||||||
|
|||||||
Reference in New Issue
Block a user