From 536be6a61f5bda1f156396dc7c3b7d2a8bfa7d0d Mon Sep 17 00:00:00 2001 From: Ultradesu Date: Tue, 18 Nov 2025 14:13:55 +0200 Subject: [PATCH] Added xray exporter --- k8s/apps/pasarguard/daemonset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/apps/pasarguard/daemonset.yaml b/k8s/apps/pasarguard/daemonset.yaml index 0c7349f..b27cfd4 100644 --- a/k8s/apps/pasarguard/daemonset.yaml +++ b/k8s/apps/pasarguard/daemonset.yaml @@ -271,7 +271,7 @@ spec: - -c - | # Install required tools - apk add --no-cache wget curl ss bash + apk add --no-cache wget curl iproute2-ss bash # Download v2ray-exporter echo "Downloading v2ray-exporter..."