Remove GitLab monitoring whitelist

This commit is contained in:
2022-03-05 22:24:00 +00:00
parent 04f359eb95
commit a1b925278f

View File

@@ -36,7 +36,6 @@ services:
web_server['username'] = 'git'
prometheus['enable'] = false
grafana['enable'] = false
gitlab_rails['monitoring_whitelist'] = ['127.0.0.0/8', '192.168.1.1/24']
gitlab_rails['smtp_enable'] = true
gitlab_rails['smtp_address'] = "${SMTP_HOST}"
gitlab_rails['smtp_port'] = ${SMTP_PORT}