Commit d8462297 authored by Pradeep Thimmireddy's avatar Pradeep Thimmireddy

Update deployment.yaml

parent f577b8fc
...@@ -13,13 +13,16 @@ spec: ...@@ -13,13 +13,16 @@ spec:
app: inventory app: inventory
spec: spec:
containers: containers:
- name: inventory-container - name: inventory-container
image: nexus.mynisum.com/inventory-backend:latest image: nexus.mynisum.com/inventory-backend
ports: imagePullPolicy: Always
- containerPort: 8080 ports:
env: - containerPort: 8080
- name: PORT env:
value: "8080" - name: PORT
value: "8080"
imagePullSecrets:
- name: registry-creds
--- ---
apiVersion: v1 apiVersion: v1
...@@ -33,4 +36,4 @@ spec: ...@@ -33,4 +36,4 @@ spec:
targetPort: 8080 targetPort: 8080
selector: selector:
app: inventory app: inventory
\ No newline at end of file
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