Skip to content

Commit

Permalink
Deployment changes 121023
Browse files Browse the repository at this point in the history
  • Loading branch information
vimal-knoldus committed Oct 12, 2023
1 parent 6b13069 commit 9262788
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions admin-service/azure-deploy-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
protocol: TCP
env:
- name: COSMOS_KEY
value: IfSwYCdJNGer4D50MjuL74MTP1dzbNcQyKJ62mqxzruLfiAniOkW3QXFxsMhcEkNjyQMMN6oT6QRACDblrDAFQ==
value: fRafGwI2i9OVY78MincqeS2vB3ORJ2UPIoAakjGX5YgmM5xz8Wg9f61HelDB6s0shsAk5KSL8OkRACDbUH8ocg==
- name: COSMOS_URI
value: https://az-nashtech-db.documents.azure.com:443/
- name: KAFKA_SERVER
Expand All @@ -32,7 +32,7 @@ spec:
- name: SASL_MECHANISM
value: PLAIN
- name: JASS_CONFIG
value: org.apache.kafka.common.security.plain.PlainLoginModule required username="$ConnectionString" password="Endpoint=sb://ntdemoevtnamespace.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=gSWC/qtR+V3yNzInR79M7h98RbUa07iJg+AEhBtfcPk=";
value: org.apache.kafka.common.security.plain.PlainLoginModule required username="$ConnectionString" password="Endpoint=sb://ntdemoevtnamespace.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=R2VBAzrTUtPto2W5d4fKhzZGH/AWPXupJ+AEhK2Me8E=";
- name: KEY_SERIALIZER
value: org.apache.kafka.common.serialization.StringSerializer
- name: VALUE_SERIALIZER
Expand Down
2 changes: 1 addition & 1 deletion az-svc-deployment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ DEPLOYMENT_NAME="adminservice"
RESOURCE_GROUP_NAME="az-nashtech-resource-group"

sudo az aks install-cli
sudo az acr login --name ntdemocontainerregistry --username ntdemocontainerregistry --password J6oxmmKlfahyLMHmi6L/gHCrc1ldjzQApCXLqCTaeR+ACRClrVYI
sudo az acr login --name ntdemocontainerregistry --username ntdemocontainerregistry --password cfCgHVF4pR4vo1Zrcpkj76bFMQeYgcCsKWVj5LqcZr+ACRAhHjyX
echo "---------build and deploy $SERVICE_NAME-----------"
cd "$SERVICE_NAME" || exit
mvn clean install
Expand Down

0 comments on commit 9262788

Please sign in to comment.