Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
inventory-service
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
inventory-service
Commits
f1483ac8
Commit
f1483ac8
authored
May 17, 2021
by
Ben Anderson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated properties
parent
97fb7a23
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
deployment.yaml
deployment.yaml
+7
-7
application.properties
src/main/resources/application.properties
+1
-1
No files found.
deployment.yaml
View file @
f1483ac8
apiVersion
:
apps/v1
apiVersion
:
apps/v1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
name
:
afp-prod
uct
s-deployment
name
:
afp-prods-deployment
spec
:
spec
:
replicas
:
2
replicas
:
2
selector
:
selector
:
matchLabels
:
matchLabels
:
<<<<<<< HEAD
<<<<<<< HEAD
app
:
afp-prod
uct
s
app
:
afp-prods
template
:
template
:
metadata
:
metadata
:
labels
:
labels
:
app
:
afp-prod
uct
s
app
:
afp-prods
spec
:
spec
:
containers
:
containers
:
-
name
:
afp-prod
uct
s-container
-
name
:
afp-prods-container
image
:
nexus.mynisum.com/
parameterbuild:0
image
:
nexus.mynisum.com/
afp-prods:44
imagePullPolicy
:
Always
imagePullPolicy
:
Always
ports
:
ports
:
-
containerPort
:
8083
-
containerPort
:
8083
...
@@ -33,11 +33,11 @@ spec:
...
@@ -33,11 +33,11 @@ spec:
apiVersion
:
v1
apiVersion
:
v1
kind
:
Service
kind
:
Service
metadata
:
metadata
:
name
:
afp-prod
uct
s-service
name
:
afp-prods-service
spec
:
spec
:
type
:
LoadBalancer
type
:
LoadBalancer
ports
:
ports
:
-
port
:
8083
-
port
:
8083
targetPort
:
8083
targetPort
:
8083
selector
:
selector
:
app
:
afp-prod
uct
s
app
:
afp-prods
src/main/resources/application.properties
View file @
f1483ac8
server.port
=
8083
server.port
=
8083
spring.data.mongodb.uri
=
${MONGOCONNECTION}
spring.data.mongodb.uri
=
${MONGOCONNECTION}
spring.data.mongodb.database
=
products-promotions-DB
spring.data.mongodb.database
=
afp-db
kafka.consumer.acks
=
all
kafka.consumer.acks
=
all
kafka.consumer.bootstrap-servers
=
localhost:9092
kafka.consumer.bootstrap-servers
=
localhost:9092
...
...
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