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

This commit is contained in:
Pepe Cano
2025-03-27 22:05:41 +01:00
committed by GitHub
parent 12c5b81850
commit d44a9953d3
@@ -96,12 +96,15 @@ For a demo, see this [example using Docker Compose](https://github.com/grafana/a
```yaml
ports:
- containerPort: 3000
name: http-grafana
- name: grafana
containerPort: 3000
protocol: TCP
- containerPort: 9094
name: grafana-alert
- name: gossip-tcp
containerPort: 9094
protocol: TCP
- name: gossip-udp
containerPort: 9094
protocol: UDP
```
1. Add the environment variables to the Grafana deployment: