mirror of https://github.com/status-im/consul.git
fixing K8s notes placement in /docs/connect/observability/ui-visualization
This commit is contained in:
parent
65d750a84d
commit
8abf4088c1
|
@ -152,14 +152,6 @@ ui_config {
|
||||||
<CodeBlockConfig>
|
<CodeBlockConfig>
|
||||||
|
|
||||||
```yaml
|
```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.
|
# The UI is enabled by default so this stanza is not required.
|
||||||
ui:
|
ui:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
@ -178,6 +170,11 @@ server:
|
||||||
|
|
||||||
</CodeTabs>
|
</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)
|
![Consul UI Service Dashboard Link](/img/ui-dashboard-url-template.png)
|
||||||
|
|
||||||
### Metrics Proxy
|
### Metrics Proxy
|
||||||
|
|
Loading…
Reference in New Issue