Update vars.jsonnet

This commit is contained in:
liHcJGddIegV 2023-12-22 19:33:08 -05:00 committed by GitHub
parent 9bda1810a6
commit a51113893e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: [],