Update S3 configuration for production deployment

This commit is contained in:
2026-04-23 16:47:57 -05:00
parent 64700cfd37
commit 39f97065db

View File

@@ -12,17 +12,17 @@ controllers:
LOG_LEVEL: info
PORT: "8082"
S3_ENDPOINT:
value: "http://minio:9000"
value: "https://dev.s3.corredorconect.com/"
S3_ACCESS_KEY:
valueFrom:
secretKeyRef:
name: '{{ include "bjw-s.common.lib.chart.names.fullname" $ }}-secrets'
key: s3AccessKey
name: 'document-service-s3-credentials'
key: rootAccessKey
S3_SECRET_KEY:
valueFrom:
secretKeyRef:
name: '{{ include "bjw.common.lib.chart.names.fullname $ }}-secrets'
key: s3SecretKey
name: 'document-service-s3-credentials'
key: rootSecretAccessKey
S3_BUCKET:
value: "document-bucket"
S3_REGION: