Commit a17c395e authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch 'doc-psureshbabu-master-patch-50889' into 'master'

Docs: Include IP whitelist details for cng Helm charts

See merge request gitlab-org/gitlab!64980
parents 50b62541 bf0bd6fe
......@@ -29,6 +29,21 @@ hosts or use IP ranges:
---
**For installations using cloud native Helm charts**
You can set the required IPs under the `gitlab.webservice.monitoring.ipWhitelist` key. For example:
```yaml
gitlab:
webservice:
monitoring:
# Monitoring IP whitelist
ipWhitelist:
- 0.0.0.0/0 # Default
```
---
**For installations from source**
1. Edit `config/gitlab.yml`:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment