Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
9
91isoft_sys_web
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
张伯涛
91isoft_sys_web
Commits
a55637e7
Commit
a55637e7
authored
Jul 08, 2022
by
zhangyichen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
部署配置文件提交
parent
3686b83f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
15 deletions
+15
-15
Jenkinsfile
configuration/Jenkinsfile
+2
-2
devops-rc-process-web.yaml
deploy/dev/devops-rc-process-web.yaml
+13
-13
No files found.
configuration/Jenkinsfile
View file @
a55637e7
...
...
@@ -16,8 +16,8 @@ pipeline {
REGISTRY
=
'harbor.91isoft.com:100'
HARBOR_NAMESPACE
=
'cy'
GITLAB_ACCOUNT
=
'licongyang@91isoft.com'
APP_NAME
=
'
91isoft-sys-
web'
GIT_LAB_PROJECT
=
'http://gitlab.91isoft.com:90/zhang
botao/91isoft_sys
_web.git'
APP_NAME
=
'
network_minor_
web'
GIT_LAB_PROJECT
=
'http://gitlab.91isoft.com:90/zhang
yichen/network_minor
_web.git'
}
stages
{
...
...
deploy/dev/devops-rc-process-web.yaml
View file @
a55637e7
...
...
@@ -2,24 +2,24 @@ apiVersion: apps/v1
kind
:
Deployment
metadata
:
labels
:
app
:
rcisoft-sys
component
:
rcisoft-sys
-web
app
:
network-minor
component
:
network-minor
-web
tier
:
front
name
:
rcisoft-sys
-deploy
name
:
network-minor
-deploy
namespace
:
rcisoft-v2
spec
:
progressDeadlineSeconds
:
600
replicas
:
1
selector
:
matchLabels
:
app
:
rcisoft-sys
component
:
rcisoft-sys
-web
app
:
network-minor
component
:
network-minor
-web
tier
:
front
template
:
metadata
:
labels
:
app
:
rcisoft-sys
component
:
rcisoft-sys
-web
app
:
network-minor
component
:
network-minor
-web
tier
:
front
spec
:
volumes
:
...
...
@@ -49,7 +49,7 @@ spec:
# timeoutSeconds: 10
# failureThreshold: 30
# periodSeconds: 5
name
:
rcisoft-sys
name
:
network-minor
imagePullPolicy
:
Always
ports
:
-
containerPort
:
80
...
...
@@ -86,19 +86,19 @@ spec:
kind
:
Service
apiVersion
:
v1
metadata
:
name
:
rcisoft-sys
-svc
name
:
network-minor
-svc
namespace
:
rcisoft-v2
labels
:
app
:
rcisoft-sys
app
:
network-minor
spec
:
ports
:
-
name
:
tcp-80
protocol
:
TCP
port
:
80
targetPort
:
80
nodePort
:
788
0
nodePort
:
788
1
selector
:
app
:
rcisoft-sys
component
:
rcisoft-sys
-web
app
:
network-minor
component
:
network-minor
-web
tier
:
front
type
:
NodePort
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