From 671f4af8ed6fca3a40b73266a29c026d49941613 Mon Sep 17 00:00:00 2001 From: Nya Candy Date: Tue, 6 Aug 2024 20:43:42 +0800 Subject: [PATCH] feat: add gatewayflowcontroller plugin --- traefik/prod/values.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/traefik/prod/values.yaml b/traefik/prod/values.yaml index b1cd753..baa80d6 100644 --- a/traefik/prod/values.yaml +++ b/traefik/prod/values.yaml @@ -111,4 +111,10 @@ tracing: jaeger: samplingServerURL: http://jaeger-agent.guardian:5778/sampling localAgentHostPort: jaeger-agent.guardian:6831 - disableAttemptReconnecting: false \ No newline at end of file + disableAttemptReconnecting: false + +experimental: + plugins: + gatewayflowcontroller: + moduleName: "github.com/RSS3-Network/gatewayflowcontroller" + version: "v0.0.6"