Commit f577b8fc authored by Pradeep Thimmireddy's avatar Pradeep Thimmireddy

Update deployment.yaml

parent dc87ee4b
...@@ -13,12 +13,14 @@ spec: ...@@ -13,12 +13,14 @@ spec:
app: inventory app: inventory
spec: spec:
containers: containers:
image: nexus.mynisum.com/inventory-backend:latest - name: inventory-container
ports: image: nexus.mynisum.com/inventory-backend:latest
- containerPort: 8080 ports:
env: - containerPort: 8080
- name: PORT env:
value: "8080" - name: PORT
value: "8080"
--- ---
apiVersion: v1 apiVersion: v1
kind: Service kind: Service
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment