Skip to content

Commit 4ce95bc

Browse files
author
Dmitry Mitrofanov
committed
Added default values of S3
1 parent f4af52b commit 4ce95bc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/entrypoint.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ K8S_NS_APP="${K8S_NS_APP:-elma365}"
6464
K8S_NS_DBS="${K8S_NS_DBS:-elma365-dbs}"
6565

6666
# S3 backup settings
67-
S3_BUCKET_NAME="${S3_BUCKET_NAME:-}"
68-
S3_HOST="${S3_HOST:-}"
69-
S3_PORT="${S3_PORT:-}"
67+
S3_BUCKET_NAME="${S3_BUCKET_NAME:-s3elma365}"
68+
S3_HOST="${S3_HOST:-minio.elma365-dbs.svc.cluster.local}"
69+
S3_PORT="${S3_PORT:-minio-api}"
7070
S3_ROOT_USER="${S3_ROOT_USER:-}"
7171
S3_ROOT_PASSWORD="${S3_ROOT_PASSWORD:-}"
7272
S3_SSL_ENABLED="${S3_SSL_ENABLED:-"false"}"

0 commit comments

Comments
 (0)