Commit d2e1886e authored by Nikitha Moosapet's avatar Nikitha Moosapet

[nmoosapet]Updating the yaml docker image names in ecom web

parent 7e3a7c73
apiVersion: apps/v1 apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
name: afp-ecom-ui-deployment name: afp-ecomm-ui-deployment
spec: spec:
replicas: 2 replicas: 2
selector: selector:
matchLabels: matchLabels:
app: afp-ecom-ui app: afp-ecomm-ui
template: template:
metadata: metadata:
labels: labels:
app: afp-ecom-ui app: afp-ecomm-ui
spec: spec:
containers: containers:
- name: afp-ecom-ui-container - name: afp-ecomm-ui-container
image: nexus.mynisum.com/afp-ecom-ui:3 image: nexus.mynisum.com/afp-ecomm-ui:3
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 8085 - containerPort: 8085
...@@ -25,11 +25,11 @@ spec: ...@@ -25,11 +25,11 @@ spec:
apiVersion: v1 apiVersion: v1
kind: Service kind: Service
metadata: metadata:
name: afp-ecom-ui-service name: afp-ecomm-ui-service
spec: spec:
type: LoadBalancer type: LoadBalancer
ports: ports:
- port: 8085 - port: 8085
targetPort: 80 targetPort: 80
selector: selector:
app: afp-ecom-ui app: afp-ecomm-ui
\ No newline at end of file \ 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