Skip to content

Commit

Permalink
values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vpidatala94 committed Feb 12, 2025
1 parent 53a5bae commit bd26f51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deploy/hubble/manifests/controller/helm/retina/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ apiServer:
logLevel: info

enabledPlugin_linux: '["linuxutil","packetforward","packetparser","dns", "dropreason"]'
enabledPlugin_win: '["hnsstats"]'
enabledPlugin_win: '["hnsstats","ebpfwindows"]'

enableTelemetry: false

Expand Down
4 changes: 2 additions & 2 deletions deploy/legacy/manifests/controller/helm/retina/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ apiServer:
logLevel: debug

enabledPlugin_linux: '["dropreason","packetforward","linuxutil","dns"]'
enabledPlugin_win: '["hnsstats"]'
enabledPlugin_win: '["hnsstats", "enabledPlugin_win"]'

enableTelemetry: false

Expand Down Expand Up @@ -268,7 +268,7 @@ metrics:
tlsConfig: {}
## @param metrics.serviceMonitor.relabelings [array] Prometheus relabeling rules to apply to samples before scraping
##
relabelings:
relabelings:
- sourceLabels:
[__address__, __meta_kubernetes_pod_annotation_prometheus_io_port]
separator: ":"
Expand Down
2 changes: 1 addition & 1 deletion windows/manifests/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ data:
host: "0.0.0.0"
port: 10093
logLevel: info
enabledPlugin: ["hnsstats"]
enabledPlugin: ["hnsstats","ebfforwindows"]
metricsIntervalDuration: "10s"

0 comments on commit bd26f51

Please sign in to comment.