提交 9ffd6700 作者: 余乾开

feat(Env):测试环境

上级 7c0d1ef6
...@@ -10,7 +10,10 @@ commonAnnotations: ...@@ -10,7 +10,10 @@ commonAnnotations:
note: This is prod! note: This is prod!
patches: patches:
- path: configMap.yaml - path: configMap.yaml
- path: service.yaml - path: service-patch.yaml
target:
kind: Service
name: cms-svc
images: images:
- name: REGISTRY/NAMESPACE/IMAGE:TAG - name: REGISTRY/NAMESPACE/IMAGE:TAG
newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly/cms newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly/cms
......
- op: replace
path: /spec/ports/0/nodePort
value: 30150
\ No newline at end of file
apiVersion: v1
kind: Service
metadata:
name: cms
namespace: prod
spec:
selector:
app: cms
type: NodePort
ports:
- protocol: TCP
port: 35150
nodePort: 30150
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论