We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4af52b commit 4ce95bcCopy full SHA for 4ce95bc
1 file changed
src/entrypoint.sh
@@ -64,9 +64,9 @@ K8S_NS_APP="${K8S_NS_APP:-elma365}"
64
K8S_NS_DBS="${K8S_NS_DBS:-elma365-dbs}"
65
66
# S3 backup settings
67
-S3_BUCKET_NAME="${S3_BUCKET_NAME:-}"
68
-S3_HOST="${S3_HOST:-}"
69
-S3_PORT="${S3_PORT:-}"
+S3_BUCKET_NAME="${S3_BUCKET_NAME:-s3elma365}"
+S3_HOST="${S3_HOST:-minio.elma365-dbs.svc.cluster.local}"
+S3_PORT="${S3_PORT:-minio-api}"
70
S3_ROOT_USER="${S3_ROOT_USER:-}"
71
S3_ROOT_PASSWORD="${S3_ROOT_PASSWORD:-}"
72
S3_SSL_ENABLED="${S3_SSL_ENABLED:-"false"}"
0 commit comments