Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ecommerce-maven
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ascend
ecommerce-maven
Commits
4677ea0c
Commit
4677ea0c
authored
May 17, 2021
by
Nikitha Moosapet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[nmoosapet]Updating the yaml docker image names
parent
efadf286
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
deployment.yaml
ecom-service/deployment.yaml
+7
-7
No files found.
ecom-service/deployment.yaml
View file @
4677ea0c
apiVersion
:
apps/v1
apiVersion
:
apps/v1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
name
:
afp-ecom-api-deployment
name
:
afp-ecom
m
-api-deployment
spec
:
spec
:
replicas
:
2
replicas
:
2
selector
:
selector
:
matchLabels
:
matchLabels
:
app
:
afp-ecom-api
app
:
afp-ecom
m
-api
template
:
template
:
metadata
:
metadata
:
labels
:
labels
:
app
:
afp-ecom-api
app
:
afp-ecom
m
-api
spec
:
spec
:
containers
:
containers
:
-
name
:
afp-ecom-api-container
-
name
:
afp-ecom
m
-api-container
image
:
nexus.mynisum.com/afp-ecom
-api:16
image
:
nexus.mynisum.com/afp-ecom
m-api:17
imagePullPolicy
:
Always
imagePullPolicy
:
Always
ports
:
ports
:
-
containerPort
:
8084
-
containerPort
:
8084
...
@@ -33,11 +33,11 @@ spec:
...
@@ -33,11 +33,11 @@ spec:
apiVersion
:
v1
apiVersion
:
v1
kind
:
Service
kind
:
Service
metadata
:
metadata
:
name
:
afp-ecom-api-service
name
:
afp-ecom
m
-api-service
spec
:
spec
:
type
:
LoadBalancer
type
:
LoadBalancer
ports
:
ports
:
-
port
:
8084
-
port
:
8084
targetPort
:
8080
targetPort
:
8080
selector
:
selector
:
app
:
afp-ecom-api
app
:
afp-ecom
m
-api
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment