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
62e5042a
Commit
62e5042a
authored
Jul 01, 2020
by
蒋勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d
parent
b937aa35
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
11 deletions
+9
-11
yamls/tx/biz/deliver/paas-deployment.yaml
+1
-3
yamls/tx/biz/myredis.yaml
+7
-7
yamls/tx/biz/zhichanconfigmap.yaml
+1
-1
No files found.
yamls/tx/biz/deliver/paas-deployment.yaml
View file @
62e5042a
...
@@ -18,9 +18,7 @@ spec:
...
@@ -18,9 +18,7 @@ spec:
restartPolicy
:
Always
restartPolicy
:
Always
containers
:
containers
:
-
name
:
paas
-
name
:
paas
#image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:1200.0.2
image
:
csighub.tencentyun.com/brg_icp/tencent2020:paasv2
#image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:1200.0.3
image
:
csighub.tencentyun.com/brg_icp/tencent2020:paas.1200.0.3
imagePullPolicy
:
IfNotPresent
imagePullPolicy
:
IfNotPresent
ports
:
ports
:
-
containerPort
:
80
-
containerPort
:
80
...
...
yamls/tx/biz/myredis.yaml
View file @
62e5042a
...
@@ -21,16 +21,16 @@ spec:
...
@@ -21,16 +21,16 @@ spec:
#image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:1220.0.1
#image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:1220.0.1
#image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:1220.0.2
#image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:1220.0.2
image
:
csighub.tencentyun.com/brg_icp/tencent2020:redisv1
image
:
csighub.tencentyun.com/brg_icp/tencent2020:redisv1
command
:
-
"
redis-server"
args
:
-
"
/usr/local/etc/redis/redis.conf"
imagePullPolicy
:
IfNotPresent
imagePullPolicy
:
IfNotPresent
ports
:
ports
:
-
containerPort
:
6379
-
containerPort
:
6379
volumeMounts
:
volumeMounts
:
-
name
:
foo
-
name
:
foo
mountPath
:
"
/usr/local/etc"
mountPath
:
"
/usr/local/etc"
command
:
-
"
redis-server"
args
:
-
"
/usr/local/etc/redis/redis.conf"
volumes
:
volumes
:
-
name
:
foo
-
name
:
foo
configMap
:
configMap
:
...
...
yamls/tx/biz/zhichanconfigmap.yaml
View file @
62e5042a
...
@@ -73,7 +73,7 @@ data:
...
@@ -73,7 +73,7 @@ data:
repl-diskless-sync-delay 5
repl-diskless-sync-delay 5
repl-disable-tcp-nodelay no
repl-disable-tcp-nodelay no
replica-priority 100
replica-priority 100
requirepass Gongsibao2018
requirepass Gongsibao2018
lazyfree-lazy-eviction no
lazyfree-lazy-eviction no
lazyfree-lazy-expire no
lazyfree-lazy-expire no
lazyfree-lazy-server-del no
lazyfree-lazy-server-del no
...
...
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