Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dc 1132025 #729

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion charts/data-compare-api-service/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,11 @@ spec:
- name: S3_BUCKET_NAME
value: "BUCKET NAME"
- name: S3_REGION
value: "AWS REGION"
value: {{ .Values.aws.s3.region | default ""}}
- name: KAFKA_BOOTSTRAP_SERVER
value: {{ .Values.kafka.cluster }}
- name: ARN_ROLE
value: {{ .Values.aws.s3.arn | default ""}}

volumeMounts:
- mountPath: /usr/share/datacompareservice/data
Expand Down
2 changes: 1 addition & 1 deletion charts/data-compare-api-service/values-dts1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env: "dts1"
image:
repository: ""
pullPolicy: IfNotPresent
tag: 1.0.1-SNAPSHOT.cb9a861
tag: 1.0.1-SNAPSHOT.05f5d44

imagePullSecrets: []
nameOverride: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,11 @@ spec:
- name: S3_BUCKET_NAME
value: "BUCKET NAME"
- name: S3_REGION
value: "AWS REGION"
value: {{ .Values.aws.s3.region | default ""}}
- name: KAFKA_BOOTSTRAP_SERVER
value: {{ .Values.kafka.cluster }}
- name: ARN_ROLE
value: {{ .Values.aws.s3.arn | default ""}}

volumeMounts:
- mountPath: /usr/share/datacompareservice/data
Expand Down
2 changes: 1 addition & 1 deletion charts/data-compare-processor-service/values-dts1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env: "dts1"
image:
repository: ""
pullPolicy: IfNotPresent
tag: 1.0.1-SNAPSHOT.cb9a861
tag: 1.0.1-SNAPSHOT.05f5d44

imagePullSecrets: []
nameOverride: ""
Expand Down
Loading