Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k8syml
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
蒋勇
k8syml
Commits
f899d691
Commit
f899d691
authored
Apr 02, 2020
by
王昆
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab.gongsibao.com:jiangyong/k8syml
parents
94cbbfcd
9b6dc36c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
49 additions
and
1 deletions
+49
-1
yamls/zhichan/ent-profile-deployment.yaml
+48
-0
yamls/zhichan/fktaxctl-deployment.yaml
+1
-1
No files found.
yamls/zhichan/ent-profile-deployment.yaml
0 → 100644
View file @
f899d691
apiVersion
:
apps/v1
kind
:
Deployment
metadata
:
name
:
entprofile
namespace
:
chaolai
labels
:
app
:
entprofile
spec
:
replicas
:
1
selector
:
matchLabels
:
app
:
entprofile
template
:
metadata
:
labels
:
app
:
entprofile
spec
:
restartPolicy
:
Always
containers
:
-
name
:
entprofile
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:179.1.4
imagePullPolicy
:
IfNotPresent
ports
:
-
containerPort
:
80
env
:
-
name
:
TZ
value
:
Asia/Shanghai
-
name
:
LANG
value
:
zh_CN.UTF-8
---
kind
:
Service
apiVersion
:
v1
metadata
:
labels
:
app
:
entprofile-service
name
:
entprofile-service
namespace
:
chaolai
spec
:
type
:
NodePort
ports
:
-
port
:
80
targetPort
:
80
nodePort
:
30003
selector
:
app
:
entprofile
yamls/zhichan/fktaxctl-deployment.yaml
View file @
f899d691
...
@@ -21,7 +21,7 @@ spec:
...
@@ -21,7 +21,7 @@ spec:
emptyDir
:
{}
emptyDir
:
{}
containers
:
containers
:
-
name
:
fktaxctl
-
name
:
fktaxctl
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:99.0.
59
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:99.0.
60
volumeMounts
:
volumeMounts
:
-
name
:
shared-data
-
name
:
shared-data
mountPath
:
/tmp
mountPath
:
/tmp
...
...
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