Commit 0abcf831 authored by Pradeep Thimmireddy's avatar Pradeep Thimmireddy

Update deployment.yaml

parent e9565e75
...@@ -15,13 +15,13 @@ spec: ...@@ -15,13 +15,13 @@ spec:
containers: containers:
- name: private-reg-container - name: private-reg-container
image: nexus.mynisum.com:2376/inventory-backend:latest image: nexus.mynisum.com:2376/inventory-backend:latest
imagePullSecrets:
- name: Nexus-ID
ports: ports:
- containerPort: 8080 - containerPort: 8080
env: env:
- name: PORT - name: PORT
value: "8080" value: "8080"
imagePullSecrets:
- name: Nexus-ID
--- ---
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