Skip to content

Commit

Permalink
http instead of tcp
Browse files Browse the repository at this point in the history
  • Loading branch information
ssyno committed Oct 2, 2024
1 parent 62fb046 commit e19f150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/teleport-kube-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ kubeClusterName: ""
# </Admonition>
apps:
- name: grafana-golem-vnet
uri: "tcp://grafana.monitoring.svc.cluster.local:80"
uri: "http://grafana.monitoring.svc.cluster.local:80"
public_addr: "grafana.golem"
labels:
env: production
Expand Down

0 comments on commit e19f150

Please sign in to comment.