Skip to content

Commit

Permalink
Update azure yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vimal-knoldus committed Sep 26, 2023
1 parent aabbe23 commit f9bf6ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions admin-service/azure-deploy-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ spec:
protocol: TCP
env:
- name: COSMOS_KEY
value: xweJzyTINK8SotydeF3ZSg8cOO4e4wwW3J5UPV0isfRyBQXbGKioxFh3MnpzjuIwSwJJ6VCfviY9ACDbF7d0Wg==
value: CiA9JW2eX7qFTXtHs4rVH4ZjMQh7LWjQnLUjr707Z3t1LZ18wdQXPDbHJZv9kRQtgDAVWSoCzoHDACDbLy5Xyg==
- name: COSMOS_URI
value: https://az-nashtech-db.documents.azure.com:443/
value: https://ntdemoreactivedatabase.documents.azure.com:443/
- name: KAFKA_SERVER
value: ntdemoevtnamespace.servicebus.windows.net:9093
- name: KAFKA_SECURITY_PROTOCOL
value: SASL_SSL
- 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=j6cNS3qEVLKyB7JgBofWKNGHxxQguJtge+AEhHcFBsA=";
value: org.apache.kafka.common.security.plain.PlainLoginModule required username="$ConnectionString" password="Endpoint=sb://ntdemoevtnamespace.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=XzsbkMoEK5pi2GXe/+GMtHcR9GPKi5Oj1+AEhMc+byA=";
- name: KEY_SERIALIZER
value: org.apache.kafka.common.serialization.StringSerializer
- name: VALUE_SERIALIZER
Expand Down

0 comments on commit f9bf6ac

Please sign in to comment.