Commit 62e5042a by 蒋勇

d

parent b937aa35
...@@ -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
......
...@@ -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:
......
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment