Skip to content
Snippets Groups Projects
Commit 928bbcc5 authored by Joshua Lambert's avatar Joshua Lambert
Browse files

Remove unnecessary line enabling prometheus k8s monitoring which is on by default in RC6.

parent 09870874
No related branches found
No related tags found
1 merge request!30Updates for 9.0
Loading
Loading
@@ -145,7 +145,7 @@ Sample Prometheus queries:
* Data Transmitted: `irate(node_network_transmit_bytes[5m])`
* Data Received: `irate(node_network_receive_bytes[5m])`
 
Prometheus integration has also been enabled by default, utilizing the bundled Prometheus server.
Prometheus project integration has also been enabled by default, utilizing the bundled Prometheus server.
 
# Upgrading to a new version
 
Loading
Loading
Loading
Loading
@@ -130,7 +130,6 @@ spec:
gitlab_rails['trusted_proxies'] = ["10.0.0.0/8","172.16.0.0/12","192.168.0.0/16"]
 
prometheus['listen_address'] = '0.0.0.0:9090'
prometheus['monitor_kubernetes'] = true
postgres_exporter['env'] = {
'DATA_SOURCE_NAME' => "user=#{ENV['POSTGRES_USER']} host=gitlab-postgresql port=5432 dbname=#{ENV['POSTGRES_DB']} password=#{ENV['POSTGRES_PASSWORD']} sslmode=disable"
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment