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
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user