wujian_develop_tool/template/api/deploy/values.tpl

7 lines
184 B
Smarty
Raw Normal View History

2022-01-06 20:27:18 +08:00
nameSpace: {{ .NameSpace }}
aliasName: {{ .AliasName }}
image: reg.icechen.cn/{{ .NameSpace }}/api-{{ .AppName }}
imageTag: latest
2022-01-06 23:34:37 +08:00
port: {{ .Port }}
host: {{ .Host }}
path: {{ .Path }}