Browse Source
Fixes 4074: S3 Gateway fails to start when installed via Helm (#4075)
Fixes #4074: S3 Gateway fails to start when installed via Helm
Co-authored-by: Naden <naden@harana.com>
pull/4082/head
Naden
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
0 deletions
-
k8s/helm_charts2/templates/s3-deployment.yaml
-
k8s/helm_charts2/values.yaml
|
@ -79,6 +79,7 @@ spec: |
|
|
-v={{ .Values.global.loggingLevel }} \ |
|
|
-v={{ .Values.global.loggingLevel }} \ |
|
|
{{- end }} |
|
|
{{- end }} |
|
|
s3 \ |
|
|
s3 \ |
|
|
|
|
|
-ip.bind={{ .Values.s3.bindAddress }} \ |
|
|
-port={{ .Values.s3.port }} \ |
|
|
-port={{ .Values.s3.port }} \ |
|
|
{{- if .Values.s3.metricsPort }} |
|
|
{{- if .Values.s3.metricsPort }} |
|
|
-metricsPort {{ .Values.s3.metricsPort }} \ |
|
|
-metricsPort {{ .Values.s3.metricsPort }} \ |
|
|
|
@ -426,6 +426,7 @@ s3: |
|
|
imageTag: null |
|
|
imageTag: null |
|
|
restartPolicy: null |
|
|
restartPolicy: null |
|
|
replicas: 1 |
|
|
replicas: 1 |
|
|
|
|
|
bindAddress: 0.0.0.0 |
|
|
port: 8333 |
|
|
port: 8333 |
|
|
metricsPort: 9327 |
|
|
metricsPort: 9327 |
|
|
loggingOverrideLevel: null |
|
|
loggingOverrideLevel: null |
|
|