Commit 62e5042a by 蒋勇

d

parent b937aa35
......@@ -18,9 +18,7 @@ spec:
restartPolicy: Always
containers:
- name: paas
#image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:1200.0.2
#image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:1200.0.3
image: csighub.tencentyun.com/brg_icp/tencent2020:paas.1200.0.3
image: csighub.tencentyun.com/brg_icp/tencent2020:paasv2
imagePullPolicy: IfNotPresent
ports:
- containerPort: 80
......
......@@ -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.2
image: csighub.tencentyun.com/brg_icp/tencent2020:redisv1
command:
- "redis-server"
args:
- "/usr/local/etc/redis/redis.conf"
imagePullPolicy: IfNotPresent
ports:
- containerPort: 6379
volumeMounts:
- name: foo
mountPath: "/usr/local/etc"
command:
- "redis-server"
args:
- "/usr/local/etc/redis/redis.conf"
volumes:
- name: foo
configMap:
......
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