cicd: add TLS with Let's Encrypt
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 4s

This commit is contained in:
szymi 2026-01-12 23:23:14 +01:00
parent 754a9e1816
commit f3f14d4fb9

View file

@ -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: