Skip to content

Commit

Permalink
update with kyverno-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
ssyno committed Oct 3, 2024
1 parent 4a69eea commit 3c3767b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion helm/teleport-kube-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3c3767b

Please sign in to comment.