From 6cddfe1319f64a8a6b74f004c8bd3c848572edd8 Mon Sep 17 00:00:00 2001 From: pieter Date: Mon, 2 Feb 2026 00:18:45 +0000 Subject: [PATCH] =?UTF-8?q?=E3=83=A6=E3=83=BC=E3=82=B6=E3=83=BCIP=E5=8F=96?= =?UTF-8?q?=E5=BE=97=E5=AF=BE=E5=BF=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- values.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/values.yaml b/values.yaml index 1a76b3b..e977414 100644 --- a/values.yaml +++ b/values.yaml @@ -86,6 +86,13 @@ ingress: # nginx.ingress.kubernetes.io/from-to-www-redirect: "true", # nginx.ingress.kubernetes.io/proxy-body-size: "100m", # nginx.ingress.kubernetes.io/proxy-buffer-size: "16k", + # IP取得用(Nginx Ingress Controllerの場合) + # nginx.ingress.kubernetes.io/use-forwarded-headers: "true", + # nginx.ingress.kubernetes.io/compute-full-forwarded-for: "true", + # IP取得用(AWS ALBの場合) + # alb.ingress.kubernetes.io/target-type: ip, + # IP取得用(GKE Ingressの場合) + # cloud.google.com/neg: '{"ingress": true}', hostname: wordpress.example.com path: / pathType: Prefix