diff --git a/ingress.yaml b/ingress.yaml index 1f71094..2f5ea5f 100644 --- a/ingress.yaml +++ b/ingress.yaml @@ -20,4 +20,8 @@ spec: name: uptime-kuma-web port: number: 80 + tls: + - hosts: + - uptime.thejimnicholson.com + secretName: uptime.thejimnicholson.com ---