Skip to content

Commit

Permalink
Added product-url in deployment.yaml (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsh3305 authored May 22, 2023
1 parent 5de53c4 commit 6db48e4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ spec:
configMapKeyRef:
name: config-map
key: kafka-url
- name: PRODUCT_URL
valueFrom:
configMapKeyRef:
name: config-map
key: product-url
---
apiVersion: v1
kind: Service
Expand All @@ -44,4 +49,4 @@ spec:
- protocol: TCP
port: 8083
targetPort: 8083
nodePort: 30003
nodePort: 30003

0 comments on commit 6db48e4

Please sign in to comment.