Commit 1487ca0f authored by Pradeep Thimmireddy's avatar Pradeep Thimmireddy

Update deployment.yaml

parent 99ba152d
...@@ -18,9 +18,7 @@ spec: ...@@ -18,9 +18,7 @@ spec:
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 8085 - containerPort: 8085
env:
- name: PORT
value: "8080"
imagePullSecrets: imagePullSecrets:
- name: registry-creds - name: registry-creds
--- ---
...@@ -32,6 +30,6 @@ spec: ...@@ -32,6 +30,6 @@ spec:
type: LoadBalancer type: LoadBalancer
ports: ports:
- port: 8085 - port: 8085
targetPort: 8080 targetPort: 80
selector: selector:
app: afp-ecom-ui app: afp-ecom-ui
\ 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