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
e72429df
Commit
e72429df
authored
Jan 15, 2019
by
据说甜蜜呢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
重命名
parent
f7e54dfd
Pipeline
#4384
passed with stage
in 20 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
k8s/helm/AutoDevOpsPipeLinesCharts/templates/deployments.yml
+7
-7
No files found.
k8s/helm/AutoDevOpsPipeLinesCharts/templates/deployments.yml
View file @
e72429df
...
@@ -264,32 +264,32 @@ spec:
...
@@ -264,32 +264,32 @@ spec:
apiVersion
:
apps/v1
apiVersion
:
apps/v1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
name
:
seaching-api
name
:
sea
r
ching-api
namespace
:
{{
.Values.namespace
}}
namespace
:
{{
.Values.namespace
}}
spec
:
spec
:
selector
:
selector
:
matchLabels
:
matchLabels
:
app
:
auto-devops-pipelines
app
:
auto-devops-pipelines
component
:
seaching
component
:
sea
r
ching
type
:
webapi
type
:
webapi
replicas
:
{{
.Values.replicas
}}
replicas
:
{{
.Values.replicas
}}
template
:
template
:
metadata
:
metadata
:
labels
:
labels
:
app
:
auto-devops-pipelines
app
:
auto-devops-pipelines
component
:
seaching
component
:
sea
r
ching
type
:
webapi
type
:
webapi
spec
:
spec
:
volumes
:
volumes
:
-
name
:
appsetting
-
name
:
appsetting
configMap
:
configMap
:
name
:
seaching.appsettings.json
name
:
sea
r
ching.appsettings.json
-
name
:
appsetting-{{ .Values.environment.lower }}
-
name
:
appsetting-{{ .Values.environment.lower }}
configMap
:
configMap
:
name
:
seaching.appsettings.{{ .Values.environment.lower }}.json
name
:
sea
r
ching.appsettings.{{ .Values.environment.lower }}.json
containers
:
containers
:
-
name
:
seaching-api
-
name
:
sea
r
ching-api
image
:
{{
.Values.image.registryhost
}}
/{{ .Values.image.username }}/seaching.api:{{ .Values.image.version }}
image
:
{{
.Values.image.registryhost
}}
/{{ .Values.image.username }}/sea
r
ching.api:{{ .Values.image.version }}
imagePullPolicy
:
Always
imagePullPolicy
:
Always
ports
:
ports
:
-
containerPort
:
80
-
containerPort
:
80
...
...
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