From 0b0ae77e77839da140b0c422ecbc08a84d6e89c9 Mon Sep 17 00:00:00 2001 From: outductor Date: Mon, 18 Dec 2023 09:10:53 +0900 Subject: [PATCH] fix param --- .../apps/cluster-wide-apps/app-of-other-apps/cilium.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cluster-wide-apps/app-of-other-apps/cilium.yaml b/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cluster-wide-apps/app-of-other-apps/cilium.yaml index 0e54788b5..10169162a 100644 --- a/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cluster-wide-apps/app-of-other-apps/cilium.yaml +++ b/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cluster-wide-apps/app-of-other-apps/cilium.yaml @@ -38,12 +38,10 @@ spec: metrics: enabled: - dns:query;ignoreAAAA - - drop + - drop:sourceContext=identity;destinationContext=identity - tcp - flow - icmp - - http - - port-distribution - httpV2:exemplars=true;labelsContext=source_ip,source_namespace,source_workload,destination_ip,destination_namespace,destination_workload,traffic_direction - policy:sourceContext=app|workload-name|pod|reserved-identity;destinationContext=app|workload-name|pod|dns|reserved-identity;labelsContext=source_namespace,destination_namespace enableOpenMetrics: true