From 0c6a82037213803569f880ff21a43bb425593380 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Mon, 16 Jun 2025 09:31:56 -0400 Subject: [PATCH] chore(docs/manifest): enable OG_PASSTHROUGH Signed-off-by: Xe Iaso --- docs/manifest/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/manifest/deployment.yaml b/docs/manifest/deployment.yaml index a22c186..f39b7fd 100644 --- a/docs/manifest/deployment.yaml +++ b/docs/manifest/deployment.yaml @@ -38,6 +38,8 @@ spec: value: "4" - name: "METRICS_BIND" value: ":9090" + - name: "OG_PASSTHROUGH" + value: "true" - name: "POLICY_FNAME" value: "/xe/cfg/anubis/botPolicies.yaml" - name: "SERVE_ROBOTS_TXT"