Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
fix(teleport): add teleport entry to dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgon committed Jan 17, 2024
1 parent 42c6270 commit 0036d0d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions kubernetes/apps/networking/teleport/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
# yamllint disable rule:line-length
# yaml-language-server: $schema=https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master-standalone/ingress.json
# yamllint enable rule:line-length
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
blackbox/noprobe: "true"
gethomepage.dev/enabled: "true"
gethomepage.dev/href: "https://teleport.<path:kubernetes/data/internal/base#ROOT_DOMAIN>"
gethomepage.dev/group: Admin
gethomepage.dev/name: Teleport
gethomepage.dev/icon: teleport.png
gethomepage.dev/description: SSH Bastion
name: teleport-dummy-ingress
spec:
ingressClassName: internal
defaultBackend:
resource:
kind: Dummy
name: dummy

0 comments on commit 0036d0d

Please sign in to comment.