Skip to content

Commit a400e19

Browse files
committed
Use labels that don't conflict with non-HA
1 parent 174dda9 commit a400e19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prometheus-ksonnet/lib/prometheus-ha-mixin.libsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ local configMap = k.core.v1.configMap;
2929
config+:: root.prometheus_config {
3030
global+: {
3131
external_labels+: {
32-
__replica__: 'zero',
32+
__replica__: 'prometheus-0',
3333
},
3434
},
3535
},
@@ -41,7 +41,7 @@ local configMap = k.core.v1.configMap;
4141
config+:: root.prometheus_config {
4242
global+: {
4343
external_labels+: {
44-
__replica__: 'one',
44+
__replica__: 'prometheus-1',
4545
},
4646
},
4747
},

0 commit comments

Comments
 (0)