File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
microservices/jwt-audit-analytics-writer/prod-analytics Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -18,3 +18,7 @@ deployment:
1818 memory : " 2Gi"
1919 env :
2020 LOG_LEVEL : " info"
21+
22+ local :
23+ awsAccountId : " 697818730278"
24+ env : " prod"
Original file line number Diff line number Diff line change @@ -11,6 +11,14 @@ configmap:
1111 SQS_NOTIFICATION_ENDPOINT : https://sqs.eu-south-1.amazonaws.com/697818730278/interop-analytics-jwt-audit-prod
1212 S3_BUCKET : interop-generated-jwt-details-prod-es1
1313 BATCH_SIZE : 500
14+ DB_INGEST_MODE : COPY
15+ SQS_RECEIVE_MSGS_CALLS : 100
16+ SQS_RECEIVE_MSGS_CONCURRENCY : 10
17+ S3_COPY_BUCKET : interop-analytics-etl-jwt-audit-{{.Values.local.env}}-es1
18+ S3_DELETE_AFTER_COPY : true
19+ GZ_COMPRESSION_LEVEL : 3
20+ MAX_DAYS_TOLERANCE_FOR_DUPLICATE_DELAY : 0
21+ REDSHIFT_COPY_IAM_ROLE_ARN : arn:aws:iam::{{.Values.local.awsAccountId}}:role/interop-analytics-redshift-s3-copy-{{.Values.local.env}}
1422
1523deployment :
1624 flywayInitContainer :
You can’t perform that action at this time.
0 commit comments