From d6710bccd1c55fb79cedce644530e5059a38bda3 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Thu, 3 Oct 2024 09:01:30 -0400 Subject: [PATCH] manifest: set X-Real-Ip Signed-off-by: Xe Iaso --- manifest/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest/deployment.yaml b/manifest/deployment.yaml index 5cd3e63..0ffb94c 100644 --- a/manifest/deployment.yaml +++ b/manifest/deployment.yaml @@ -47,7 +47,7 @@ spec: path: / port: 3000 httpHeaders: - - name: X-Kubernetes - value: "is kinda okay" + - name: X-Real-Ip + value: "127.0.0.1" initialDelaySeconds: 3 periodSeconds: 3 \ No newline at end of file