fix: use pod IP for NAT in k8s instead of none

Signed-off-by: Chrysostomos Nanakos <chris@include.gr>
This commit is contained in:
Chrysostomos Nanakos 2026-03-31 16:28:59 +03:00
parent 33b47c3587
commit 41ee673fb7
No known key found for this signature in database

View File

@ -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