Skip to content

Commit

Permalink
feat(hubble): add route
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Jan 1, 2024
1 parent 7761b7f commit 0bde879
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions cilium/prod/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ kind: Kustomization

resources:
- hubble.yaml
- route.yaml

namespace: kube-system
16 changes: 16 additions & 0 deletions cilium/prod/route.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: hubble-ui
spec:
entryPoints:
- websecure
routes:
- kind: Rule
match: Host(`mesh.prod.naturalselectionlabs.com`)
services:
- name: hubble-ui
port: 80
scheme: http
middlewares:
- name: traefik-forward-auth

0 comments on commit 0bde879

Please sign in to comment.