Skip to content

Commit 232ba92

Browse files
committed
config: enable cilium service monitors by default
1 parent 4d0928b commit 232ba92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/common/group_vars/k8s_cluster/ck8s-cilium.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ck8s_cilium:
3030
restart: true
3131
monitoring:
3232
enabled: true
33-
installServiceMonitor: false
33+
installServiceMonitor: true
3434

3535
wireguard:
3636
enabled: true
@@ -39,7 +39,7 @@ ck8s_cilium:
3939
hubble:
4040
enabled: true
4141
monitoring:
42-
installServiceMonitor: false
42+
installServiceMonitor: true
4343
metrics:
4444
- drop:labelsContext=traffic_direction,source_pod,source_namespace,source_ip,destination_pod,destination_namespace,destination_ip
4545
- flow:labelsContext=traffic_direction,source_pod,source_namespace,source_ip,destination_pod,destination_namespace,destination_ip
@@ -50,7 +50,7 @@ ck8s_cilium:
5050

5151
prometheus:
5252
enabled: true
53-
installServiceMonitor: false
53+
installServiceMonitor: true
5454

5555
envoy:
5656
enabled: false

0 commit comments

Comments
 (0)