Update S3 configuration for production deployment
This commit is contained in:
@@ -12,17 +12,17 @@ controllers:
|
|||||||
LOG_LEVEL: info
|
LOG_LEVEL: info
|
||||||
PORT: "8082"
|
PORT: "8082"
|
||||||
S3_ENDPOINT:
|
S3_ENDPOINT:
|
||||||
value: "http://minio:9000"
|
value: "https://dev.s3.corredorconect.com/"
|
||||||
S3_ACCESS_KEY:
|
S3_ACCESS_KEY:
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: '{{ include "bjw-s.common.lib.chart.names.fullname" $ }}-secrets'
|
name: 'document-service-s3-credentials'
|
||||||
key: s3AccessKey
|
key: rootAccessKey
|
||||||
S3_SECRET_KEY:
|
S3_SECRET_KEY:
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: '{{ include "bjw.common.lib.chart.names.fullname $ }}-secrets'
|
name: 'document-service-s3-credentials'
|
||||||
key: s3SecretKey
|
key: rootSecretAccessKey
|
||||||
S3_BUCKET:
|
S3_BUCKET:
|
||||||
value: "document-bucket"
|
value: "document-bucket"
|
||||||
S3_REGION:
|
S3_REGION:
|
||||||
|
|||||||
Reference in New Issue
Block a user