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 25, 2023
1 parent 9f6acdd commit 35e28bb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions admin-service/azure-deploy-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,23 @@ spec:
- name: http
containerPort: 8080
protocol: TCP
env:
- name: COSMOS_KEY
value: xweJzyTINK8SotydeF3ZSg8cOO4e4wwW3J5UPV0isfRyBQXbGKioxFh3MnpzjuIwSwJJ6VCfviY9ACDbF7d0Wg==
- name: COSMOS_URI
value: https://az-nashtech-db.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=";
- name: KEY_SERIALIZER
value: org.apache.kafka.common.serialization.StringSerializer
- name: VALUE_SERIALIZER
value: org.springframework.kafka.support.serializer.JsonSerializer
---
apiVersion: v1
kind: Service
Expand Down

0 comments on commit 35e28bb

Please sign in to comment.