Update S3 configuration for production deployment
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user