提交 5c0d7b0c 作者: 施泽锋

11

上级 84fae948
...@@ -93,12 +93,12 @@ services: ...@@ -93,12 +93,12 @@ services:
max-file: '3' max-file: '3'
labels: labels:
io.rancher.container.pull_image: always io.rancher.container.pull_image: always
auto-test-service:
{{- range .Values.txt_test}}
auto-{{.}}-service:
image: registry.cn-shenzhen.aliyuncs.com/wsy_dev/redis:4.0.11 image: registry.cn-shenzhen.aliyuncs.com/wsy_dev/redis:4.0.11
environment: environment:
{{- range .Values.txt_test}} - REDIS_PASSWORD=Wsy123456
- REDIS_PASSWORD={{.}}
{{- end}}
stdin_open: true stdin_open: true
tty: true tty: true
logging: logging:
...@@ -106,7 +106,7 @@ services: ...@@ -106,7 +106,7 @@ services:
options: options:
max-size: 100m max-size: 100m
max-file: '3' max-file: '3'
{{- end}}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论