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
1c618e80
Commit
1c618e80
authored
Jun 10, 2021
by
王悦
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
d09819a5
3358cf16
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
19 additions
and
4 deletions
+19
-4
yamls/test.yaml
+15
-0
yamls/zhichan/embed-deployment.yaml
+1
-1
yamls/zhichan/ent-profile-deployment.yaml
+1
-1
yamls/zhichan/paas-deployment.yaml
+1
-1
yamls/zhichan/scratch-web-deployment.yaml
+1
-1
No files found.
yamls/test.yaml
0 → 100644
View file @
1c618e80
apiVersion
:
v1
kind
:
Pod
metadata
:
name
:
busybox
namespace
:
default
spec
:
containers
:
-
name
:
busybox
image
:
busybox:1.28.3
command
:
-
sleep
-
"
3600"
imagePullPolicy
:
IfNotPresent
restartPolicy
:
Always
\ No newline at end of file
yamls/zhichan/embed-deployment.yaml
View file @
1c618e80
...
@@ -18,7 +18,7 @@ spec:
...
@@ -18,7 +18,7 @@ spec:
restartPolicy
:
Always
restartPolicy
:
Always
containers
:
containers
:
-
name
:
embedapp
-
name
:
embedapp
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:29.0.2
2
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:29.0.2
3
imagePullPolicy
:
IfNotPresent
imagePullPolicy
:
IfNotPresent
ports
:
ports
:
-
containerPort
:
80
-
containerPort
:
80
...
...
yamls/zhichan/ent-profile-deployment.yaml
View file @
1c618e80
...
@@ -18,7 +18,7 @@ spec:
...
@@ -18,7 +18,7 @@ spec:
restartPolicy
:
Always
restartPolicy
:
Always
containers
:
containers
:
-
name
:
entprofile
-
name
:
entprofile
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:179.1.7
0
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:179.1.7
1
imagePullPolicy
:
IfNotPresent
imagePullPolicy
:
IfNotPresent
ports
:
ports
:
-
containerPort
:
80
-
containerPort
:
80
...
...
yamls/zhichan/paas-deployment.yaml
View file @
1c618e80
...
@@ -18,7 +18,7 @@ spec:
...
@@ -18,7 +18,7 @@ spec:
restartPolicy
:
Always
restartPolicy
:
Always
containers
:
containers
:
-
name
:
paas
-
name
:
paas
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:18.0.
29
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:18.0.
30
imagePullPolicy
:
IfNotPresent
imagePullPolicy
:
IfNotPresent
ports
:
ports
:
-
containerPort
:
80
-
containerPort
:
80
...
...
yamls/zhichan/scratch-web-deployment.yaml
View file @
1c618e80
...
@@ -18,7 +18,7 @@ spec:
...
@@ -18,7 +18,7 @@ spec:
restartPolicy
:
Always
restartPolicy
:
Always
containers
:
containers
:
-
name
:
scratchweb
-
name
:
scratchweb
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:5.0.
6
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:5.0.
7
imagePullPolicy
:
IfNotPresent
imagePullPolicy
:
IfNotPresent
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