Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
microservice-autodevopspipelines
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李春生
microservice-autodevopspipelines
Commits
d24fb63b
Commit
d24fb63b
authored
Jan 09, 2019
by
据说甜蜜呢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除不必要的服务
parent
e8fce92b
Pipeline
#4165
passed with stage
in 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
67 deletions
+14
-67
k8s/helm/AutoDevOpsPipeLinesCharts/templates/services.yml
+14
-67
No files found.
k8s/helm/AutoDevOpsPipeLinesCharts/templates/services.yml
View file @
d24fb63b
...
...
@@ -2,24 +2,7 @@ apiVersion: v1
kind
:
Service
metadata
:
labels
:
app
:
light
component
:
common
name
:
common-api
namespace
:
{{
.Values.namespace
}}
spec
:
type
:
ClusterIP
ports
:
-
port
:
80
selector
:
app
:
light
component
:
common
type
:
webapi
---
apiVersion
:
v1
kind
:
Service
metadata
:
labels
:
app
:
light
app
:
auto-devops-pipelines
component
:
basket
name
:
basket-api
namespace
:
{{
.Values.namespace
}}
...
...
@@ -28,7 +11,7 @@ spec:
ports
:
-
port
:
80
selector
:
app
:
light
app
:
auto-devops-pipelines
component
:
basket
type
:
webapi
...
...
@@ -37,7 +20,7 @@ apiVersion: v1
kind
:
Service
metadata
:
labels
:
app
:
light
app
:
auto-devops-pipelines
component
:
catalog
name
:
catalog-api
namespace
:
{{
.Values.namespace
}}
...
...
@@ -46,7 +29,7 @@ spec:
ports
:
-
port
:
80
selector
:
app
:
light
app
:
auto-devops-pipelines
component
:
catalog
type
:
webapi
...
...
@@ -55,7 +38,7 @@ apiVersion: v1
kind
:
Service
metadata
:
labels
:
app
:
light
app
:
auto-devops-pipelines
component
:
identity
name
:
identity-api
namespace
:
{{
.Values.namespace
}}
...
...
@@ -64,7 +47,7 @@ spec:
ports
:
-
port
:
80
selector
:
app
:
light
app
:
auto-devops-pipelines
component
:
identity
type
:
webapi
...
...
@@ -73,7 +56,7 @@ apiVersion: v1
kind
:
Service
metadata
:
labels
:
app
:
light
app
:
auto-devops-pipelines
component
:
marketing
name
:
marketing-api
namespace
:
{{
.Values.namespace
}}
...
...
@@ -82,7 +65,7 @@ spec:
ports
:
-
port
:
80
selector
:
app
:
light
app
:
auto-devops-pipelines
component
:
marketing
type
:
webapi
...
...
@@ -91,7 +74,7 @@ apiVersion: v1
kind
:
Service
metadata
:
labels
:
app
:
light
app
:
auto-devops-pipelines
component
:
ordering
name
:
ordering-api
namespace
:
{{
.Values.namespace
}}
...
...
@@ -100,7 +83,7 @@ spec:
ports
:
-
port
:
80
selector
:
app
:
light
app
:
auto-devops-pipelines
component
:
ordering
type
:
webapi
...
...
@@ -109,7 +92,7 @@ apiVersion: v1
kind
:
Service
metadata
:
labels
:
app
:
light
app
:
auto-devops-pipelines
component
:
payment
name
:
payment-api
namespace
:
{{
.Values.namespace
}}
...
...
@@ -118,43 +101,6 @@ spec:
ports
:
-
port
:
80
selector
:
app
:
light
app
:
auto-devops-pipelines
component
:
payment
type
:
webapi
---
apiVersion
:
v1
kind
:
Service
metadata
:
labels
:
app
:
light
component
:
searching
name
:
searching-yu
namespace
:
{{
.Values.namespace
}}
spec
:
type
:
ClusterIP
ports
:
-
port
:
80
selector
:
app
:
light
component
:
searching
type
:
webapi
---
apiVersion
:
v1
kind
:
Service
metadata
:
labels
:
app
:
light
role
:
aggregation
component
:
light
name
:
aggregation-light
namespace
:
{{
.Values.namespace
}}
spec
:
type
:
ClusterIP
ports
:
-
port
:
80
selector
:
app
:
light
role
:
aggregation
component
:
light
type
:
webapi
type
:
webapi
\ No newline at end of file
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