mirror of
https://github.com/logos-storage/bittorrent-benchmarks.git
synced 2026-04-04 01:13:20 +00:00
fix: use pod IP for NAT in k8s instead of none
Signed-off-by: Chrysostomos Nanakos <chris@include.gr>
This commit is contained in:
parent
33b47c3587
commit
41ee673fb7
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user