aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--k8s/helm_charts2/templates/s3-deployment.yaml1
-rw-r--r--k8s/helm_charts2/values.yaml1
2 files changed, 2 insertions, 0 deletions
diff --git a/k8s/helm_charts2/templates/s3-deployment.yaml b/k8s/helm_charts2/templates/s3-deployment.yaml
index 02b0e0046..c9e12e9cb 100644
--- a/k8s/helm_charts2/templates/s3-deployment.yaml
+++ b/k8s/helm_charts2/templates/s3-deployment.yaml
@@ -79,6 +79,7 @@ spec:
-v={{ .Values.global.loggingLevel }} \
{{- end }}
s3 \
+ -ip.bind={{ .Values.s3.bindAddress }} \
-port={{ .Values.s3.port }} \
{{- if .Values.s3.metricsPort }}
-metricsPort {{ .Values.s3.metricsPort }} \
diff --git a/k8s/helm_charts2/values.yaml b/k8s/helm_charts2/values.yaml
index 4feacc7bf..21d031eb5 100644
--- a/k8s/helm_charts2/values.yaml
+++ b/k8s/helm_charts2/values.yaml
@@ -426,6 +426,7 @@ s3:
imageTag: null
restartPolicy: null
replicas: 1
+ bindAddress: 0.0.0.0
port: 8333
metricsPort: 9327
loggingOverrideLevel: null