Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tke-eos
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
QA
tke-eos
Commits
e2f61338
Commit
e2f61338
authored
Oct 09, 2019
by
智勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
imagePullPolicy: IfNotPresent
parent
02e81750
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
java.yaml
yamls/java.yaml
+1
-1
python.yaml
yamls/python.yaml
+1
-1
redis.yaml
yamls/redis.yaml
+5
-5
ui.node.yaml
yamls/ui.node.yaml
+1
-1
No files found.
yamls/java.yaml
View file @
e2f61338
...
@@ -45,7 +45,7 @@ spec:
...
@@ -45,7 +45,7 @@ spec:
containers
:
containers
:
-
name
:
{{
serviceName
}}
-
name
:
{{
serviceName
}}
image
:
ccr.ccs.tencentyun.com/{{image}}
image
:
ccr.ccs.tencentyun.com/{{image}}
imagePullPolicy
:
Always
imagePullPolicy
:
IfNotPresent
volumeMounts
:
volumeMounts
:
-
mountPath
:
/home/logs
-
mountPath
:
/home/logs
name
:
filelog
name
:
filelog
...
...
yamls/python.yaml
View file @
e2f61338
...
@@ -24,7 +24,7 @@ spec:
...
@@ -24,7 +24,7 @@ spec:
containers
:
containers
:
-
name
:
{{
serviceName
}}
-
name
:
{{
serviceName
}}
image
:
ccr.ccs.tencentyun.com/{{image}}
image
:
ccr.ccs.tencentyun.com/{{image}}
imagePullPolicy
:
Always
imagePullPolicy
:
IfNotPresent
volumeMounts
:
volumeMounts
:
env
:
env
:
-
name
:
NAMESPACE
-
name
:
NAMESPACE
...
...
yamls/redis.yaml
View file @
e2f61338
...
@@ -22,7 +22,7 @@ spec:
...
@@ -22,7 +22,7 @@ spec:
spec
:
spec
:
containers
:
containers
:
-
image
:
ccr.ccs.tencentyun.com/{{image}}
-
image
:
ccr.ccs.tencentyun.com/{{image}}
imagePullPolicy
:
Always
imagePullPolicy
:
IfNotPresent
name
:
{{
serviceName
}}
-6379
name
:
{{
serviceName
}}
-6379
command
:
[
"
redis-server"
,
"
--port"
,
"
6379"
]
command
:
[
"
redis-server"
,
"
--port"
,
"
6379"
]
resources
:
resources
:
...
@@ -44,7 +44,7 @@ spec:
...
@@ -44,7 +44,7 @@ spec:
timeoutSeconds
:
1
timeoutSeconds
:
1
periodSeconds
:
5
periodSeconds
:
5
-
image
:
ccr.ccs.tencentyun.com/{{image}}
-
image
:
ccr.ccs.tencentyun.com/{{image}}
imagePullPolicy
:
Always
imagePullPolicy
:
IfNotPresent
name
:
{{
serviceName
}}
-6380
name
:
{{
serviceName
}}
-6380
command
:
[
"
redis-server"
,
"
--port"
,
"
6380"
]
command
:
[
"
redis-server"
,
"
--port"
,
"
6380"
]
resources
:
resources
:
...
@@ -66,7 +66,7 @@ spec:
...
@@ -66,7 +66,7 @@ spec:
timeoutSeconds
:
1
timeoutSeconds
:
1
periodSeconds
:
5
periodSeconds
:
5
-
image
:
ccr.ccs.tencentyun.com/{{image}}
-
image
:
ccr.ccs.tencentyun.com/{{image}}
imagePullPolicy
:
Always
imagePullPolicy
:
IfNotPresent
name
:
{{
serviceName
}}
-6381
name
:
{{
serviceName
}}
-6381
command
:
[
"
redis-server"
,
"
--port"
,
"
6381"
]
command
:
[
"
redis-server"
,
"
--port"
,
"
6381"
]
resources
:
resources
:
...
@@ -88,7 +88,7 @@ spec:
...
@@ -88,7 +88,7 @@ spec:
timeoutSeconds
:
1
timeoutSeconds
:
1
periodSeconds
:
5
periodSeconds
:
5
-
image
:
ccr.ccs.tencentyun.com/{{image}}
-
image
:
ccr.ccs.tencentyun.com/{{image}}
imagePullPolicy
:
Always
imagePullPolicy
:
IfNotPresent
name
:
{{
serviceName
}}
-6382
name
:
{{
serviceName
}}
-6382
command
:
[
"
redis-server"
,
"
--port"
,
"
6382"
]
command
:
[
"
redis-server"
,
"
--port"
,
"
6382"
]
resources
:
resources
:
...
@@ -110,7 +110,7 @@ spec:
...
@@ -110,7 +110,7 @@ spec:
timeoutSeconds
:
1
timeoutSeconds
:
1
periodSeconds
:
5
periodSeconds
:
5
-
image
:
ccr.ccs.tencentyun.com/{{image}}
-
image
:
ccr.ccs.tencentyun.com/{{image}}
imagePullPolicy
:
Always
imagePullPolicy
:
IfNotPresent
name
:
{{
serviceName
}}
-6383
name
:
{{
serviceName
}}
-6383
command
:
[
"
redis-server"
,
"
--port"
,
"
6383"
]
command
:
[
"
redis-server"
,
"
--port"
,
"
6383"
]
resources
:
resources
:
...
...
yamls/ui.node.yaml
View file @
e2f61338
...
@@ -41,7 +41,7 @@ spec:
...
@@ -41,7 +41,7 @@ spec:
containers
:
containers
:
-
name
:
{{
serviceName
}}
-
name
:
{{
serviceName
}}
image
:
ccr.ccs.tencentyun.com/{{image}}
image
:
ccr.ccs.tencentyun.com/{{image}}
imagePullPolicy
:
Always
imagePullPolicy
:
IfNotPresent
volumeMounts
:
volumeMounts
:
-
mountPath
:
/home/logs
-
mountPath
:
/home/logs
name
:
filelog
name
:
filelog
...
...
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