Enable TLS for Uptime Kuma

This commit is contained in:
2026-06-12 18:53:25 +00:00
parent e48aaa7324
commit 4d9947df08
+6
View File
@@ -3,8 +3,14 @@ kind: Ingress
metadata:
name: uptime-kuma
namespace: uptime-kuma
annotations:
cert-manager.io/cluster-issuer: home-lab-ca
spec:
ingressClassName: nginx
tls:
- hosts:
- uptime.home.lan
secretName: uptime-home-lan-tls
rules:
- host: uptime.home.lan
http: