From 41ee673fb75e04d1d25116ec8f271284f466a31b Mon Sep 17 00:00:00 2001 From: Chrysostomos Nanakos Date: Tue, 31 Mar 2026 16:28:59 +0300 Subject: [PATCH] fix: use pod IP for NAT in k8s instead of none Signed-off-by: Chrysostomos Nanakos --- k8s/charts/codex/templates/codex-statefulset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/charts/codex/templates/codex-statefulset.yaml b/k8s/charts/codex/templates/codex-statefulset.yaml index 54c899a..48ab2ea 100644 --- a/k8s/charts/codex/templates/codex-statefulset.yaml +++ b/k8s/charts/codex/templates/codex-statefulset.yaml @@ -64,7 +64,7 @@ spec: fieldRef: fieldPath: metadata.name - name: STORAGE_NAT - value: "none" + value: "extip:$(POD_IP)" - name: STORAGE_BLOCK_TTL value: {{ .Values.experiment.blockTTL | quote }} - name: STORAGE_BLOCK_MI