Skip to content

Commit

Permalink
feat: add emqx
Browse files Browse the repository at this point in the history
  • Loading branch information
prehor committed May 23, 2024
1 parent 4f88b75 commit bfc13f4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions kubernetes/main/apps/database/emqx/cluster/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
ingressClassName: internal
rules:
- host: emqx.${SECRET_DOMAIN}
- host: &host emqx.${SECRET_DOMAIN}
http:
paths:
- path: /
Expand All @@ -16,4 +16,6 @@ spec:
name: emqx-dashboard
port:
number: 18083

tls:
- hosts:
- *host

0 comments on commit bfc13f4

Please sign in to comment.