From 3c3767b187223c3eeed324aa419eb6725d1bb855 Mon Sep 17 00:00:00 2001 From: Spyros Synodinos Date: Thu, 3 Oct 2024 14:13:13 +0300 Subject: [PATCH] update with kyverno-ui --- helm/teleport-kube-agent/values.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/helm/teleport-kube-agent/values.yaml b/helm/teleport-kube-agent/values.yaml index def1c1a..245dc9b 100644 --- a/helm/teleport-kube-agent/values.yaml +++ b/helm/teleport-kube-agent/values.yaml @@ -144,11 +144,18 @@ kubeClusterName: "" apps: - name: grafana-goat-vnet uri: "http://grafana.monitoring.svc.cluster.local:80" - public_addr: "grafana.goat" + public_addr: "grafana.goat.giantswarm.com" labels: env: production app: grafana + - name: kyverno-goat-vnet + uri: "http://kyverno-ui.kyverno.svc.cluster.local:80" + public_addr: "kyverno.goat.giantswarm.com" + labels: + env: production + app: kyverno + # appResources(list) -- is a set of labels the agent will monitor. Any application # matching those labels will be proxied by the agent. See [the Teleport # Application access documentation](../../../enroll-resources/application-access/introduction.mdx)