mirror of
https://github.com/carlosedp/cluster-monitoring.git
synced 2025-05-21 01:15:29 +02:00
Update vars.jsonnet
This commit is contained in:
parent
9bda1810a6
commit
a51113893e
@ -12,7 +12,7 @@
|
||||
},
|
||||
{
|
||||
name: 'armExporter',
|
||||
enabled: false,
|
||||
enabled: true,
|
||||
file: import 'modules/arm_exporter.jsonnet',
|
||||
},
|
||||
{
|
||||
@ -48,12 +48,12 @@
|
||||
],
|
||||
|
||||
k3s: {
|
||||
enabled: false,
|
||||
master_ip: ['192.168.1.15'],
|
||||
enabled: true,
|
||||
master_ip: ['192.168.30.6'],
|
||||
},
|
||||
|
||||
// Domain suffix for the ingresses
|
||||
suffixDomain: '192.168.1.15.nip.io',
|
||||
suffixDomain: '192.168.30.7.nip.io',
|
||||
// Additional domain suffixes for the ingresses.
|
||||
// For example suffixDomain could be an external one and this a local domain.
|
||||
additionalDomains: [],
|
||||
|
Loading…
Reference in New Issue
Block a user