cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit d05a00c3b659c773378b197cb7e2a576689ca0b7
parent 56bc98ad8b8fb1c7cd31c5391afa972a401c3082
Author: Marcel Radzio <mtrnord@nordgedanken.dev>
Date:   Wed, 14 May 2025 14:18:39 +0200

add service monitor for cilium

Diffstat:
Minfrastructure/controllers/hubble_ui.yaml | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/infrastructure/controllers/hubble_ui.yaml b/infrastructure/controllers/hubble_ui.yaml @@ -40,3 +40,15 @@ spec: enabled: false envoy: enabled: false +--- +apiVersion: monitoring.coreos.com/v1 +kind: ServiceMonitor +metadata: + name: cilium + namespace: kube-system +spec: + selector: + matchLabels: + k8s-app: hubble + endpoints: + - port: hubble-metrics