cicd: add TLS with Let's Encrypt
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 4s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 4s
This commit is contained in:
parent
754a9e1816
commit
f3f14d4fb9
1 changed files with 5 additions and 1 deletions
|
|
@ -4,9 +4,13 @@ metadata:
|
||||||
name: drawio
|
name: drawio
|
||||||
namespace: drawio
|
namespace: drawio
|
||||||
annotations:
|
annotations:
|
||||||
nginx.ingress.kubernetes.io/ssl-redirect: "false"
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||||
spec:
|
spec:
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
|
tls:
|
||||||
|
- hosts:
|
||||||
|
- drawio.szymi.ddns.net
|
||||||
|
secretName: drawio-tls
|
||||||
rules:
|
rules:
|
||||||
- host: drawio.szymi.ddns.net
|
- host: drawio.szymi.ddns.net
|
||||||
http:
|
http:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue