ingress tls

This commit is contained in:
Joseph Hanson 2024-08-17 07:18:53 -05:00
parent 9493ecaa8f
commit 64e9f4cd03
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -6,7 +6,7 @@ metadata:
spec:
ingressClassName: internal-nginx
rules:
- host: emqx.jahanson.tech
- host: &host emqx.jahanson.tech
http:
paths:
- path: /
@ -16,3 +16,6 @@ spec:
name: emqx-dashboard
port:
number: 18083
tls:
- hosts:
- *host