Browse Source

fixing K8s notes placement in /docs/connect/observability/ui-visualization

pull/11980/head
Krastin Krastev 3 years ago
parent
commit
8abf4088c1
  1. 13
      website/content/docs/connect/observability/ui-visualization.mdx

13
website/content/docs/connect/observability/ui-visualization.mdx

@ -152,14 +152,6 @@ ui_config {
<CodeBlockConfig>
```yaml
################################### Notes: ####################################
# On Kubernetes, Consul Server configuration is set in your Helm config via #
# the server.extraConfig key as JSON. #
# #
# The `{{` characters in the URL must be escaped using `{{ "{{" }}` so that #
# Helm doesn't try to template them. #
###############################################################################
# The UI is enabled by default so this stanza is not required.
ui:
enabled: true
@ -178,6 +170,11 @@ server:
</CodeTabs>
~> **Note**: On Kubernetes, Consul Server configuration is set in your Helm
config via the [`server.extraConfig`](/docs/k8s/helm#v-server-extraconfig) key as JSON.
The `{{` characters in the URL must be escaped using `{{ "{{" }}` so that Helm
doesn't try to template them.
![Consul UI Service Dashboard Link](/img/ui-dashboard-url-template.png)
### Metrics Proxy

Loading…
Cancel
Save