docs(alerting): add missing port setting for the HA k8s example (#103017)

pull/103030/head
Pepe Cano 3 months ago committed by GitHub
parent 12c5b81850
commit d44a9953d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 11
      docs/sources/alerting/set-up/configure-high-availability/_index.md

@ -96,12 +96,15 @@ For a demo, see this [example using Docker Compose](https://github.com/grafana/a
```yaml ```yaml
ports: ports:
- containerPort: 3000 - name: grafana
name: http-grafana containerPort: 3000
protocol: TCP protocol: TCP
- containerPort: 9094 - name: gossip-tcp
name: grafana-alert containerPort: 9094
protocol: TCP protocol: TCP
- name: gossip-udp
containerPort: 9094
protocol: UDP
``` ```
1. Add the environment variables to the Grafana deployment: 1. Add the environment variables to the Grafana deployment:

Loading…
Cancel
Save