add bucket info in values
All checks were successful
Build and Publish / build-release (push) Successful in 1m8s
All checks were successful
Build and Publish / build-release (push) Successful in 1m8s
This commit is contained in:
@@ -11,22 +11,8 @@ controllers:
|
||||
env:
|
||||
LOG_LEVEL: info
|
||||
PORT: "8082"
|
||||
S3_ENDPOINT:
|
||||
value: "https://dev.s3.corredorconect.com/"
|
||||
S3_ACCESS_KEY_ID:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: 'document-service-s3-credentials'
|
||||
key: rootAccessKeyId
|
||||
S3_SECRET_KEY:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: 'document-service-s3-credentials'
|
||||
key: rootSecretAccessKey
|
||||
S3_BUCKET:
|
||||
value: "document-bucket"
|
||||
S3_REGION:
|
||||
value: "us-east-1"
|
||||
COSI_BUCKET_INFO_PATH:
|
||||
value: "/var/run/secrets/cosi/BucketInfo"
|
||||
probes:
|
||||
liveness:
|
||||
enabled: true
|
||||
@@ -56,6 +42,15 @@ service:
|
||||
port: 8082
|
||||
protocol: HTTP
|
||||
|
||||
persistence:
|
||||
cosi-bucket-info:
|
||||
enabled: true
|
||||
type: secret
|
||||
name: document-service-s3-credentials
|
||||
globalMounts:
|
||||
- path: /var/run/secrets/cosi
|
||||
readOnly: true
|
||||
|
||||
rawResources:
|
||||
bucket:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user