Skip to content

Commit 43f8819

Browse files
feat: add envs to jwt-audit-analytics-writer in prod (#149)
1 parent 7658211 commit 43f8819

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

commons/prod-analytics/values-microservice.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

microservices/jwt-audit-analytics-writer/prod-analytics/values.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

1523
deployment:
1624
flywayInitContainer:

0 commit comments

Comments
 (0)