ingress tls
This commit is contained in:
parent
9493ecaa8f
commit
64e9f4cd03
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue