We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a955f commit ea98ef8Copy full SHA for ea98ef8
example/quick-start/module-controller-test.yaml
@@ -17,6 +17,7 @@ spec:
17
- name: module-controller
18
image: serverless-registry.cn-shanghai.cr.aliyuncs.com/opensource/test/module-controller-v2:latest # 自己构建打包好的镜像
19
imagePullPolicy: Never
20
+ # imagePullPolicy: Always # 如果使用远程仓库的镜像,改为 Always
21
resources:
22
limits:
23
cpu: "1000m"
0 commit comments