Skip to content

Commit

Permalink
fix: cilium config for hubble in cilium nightly pipeline (#2398)
Browse files Browse the repository at this point in the history
fix: cilium config for hubble

Signed-off-by: Vipul Singh <singhvipul@microsoft.com>
  • Loading branch information
vipul-21 authored Nov 20, 2023
1 parent b8fddb4 commit b30fee0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/integration/manifests/cilium/cilium-config-hubble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ data:
enable-vtep: "false"
enable-well-known-identities: "false"
enable-xt-socket-fallback: "true"
hubble-metrics: flow:sourceContext=workload-name;destinationContext=workload-name
hubble-metrics:
flow:sourceContext=workload-name;destinationContext=workload-name
tcp:sourceContext=workload-name;destinationContext=workload-name
dns:flow:sourceContext=workload-name;destinationContext=workload-name
hubble-metrics-server: :9965
Expand Down Expand Up @@ -81,7 +82,7 @@ data:
tofqdns-max-deferred-connection-deletes: "10000"
tofqdns-min-ttl: "3600"
tofqdns-proxy-response-max-delay: 100ms
tunnel: disabled
routing-mode: "native"
unmanaged-pod-watcher-interval: "15"
vtep-cidr: ""
vtep-endpoint: ""
Expand Down

0 comments on commit b30fee0

Please sign in to comment.