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
|
||||
namespace: drawio
|
||||
annotations:
|
||||
nginx.ingress.kubernetes.io/ssl-redirect: "false"
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
tls:
|
||||
- hosts:
|
||||
- drawio.szymi.ddns.net
|
||||
secretName: drawio-tls
|
||||
rules:
|
||||
- host: drawio.szymi.ddns.net
|
||||
http:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue