提交 351fe73a 作者: 余乾开

Merge branch 'develop'

...@@ -18,7 +18,7 @@ spec: ...@@ -18,7 +18,7 @@ spec:
image: REGISTRY/NAMESPACE/IMAGE:TAG image: REGISTRY/NAMESPACE/IMAGE:TAG
resources: resources:
limits: limits:
memory: 1024Mi memory: 4096Mi
cpu: 100m cpu: 100m
ports: ports:
- containerPort: 35150 - containerPort: 35150
......
...@@ -10,8 +10,11 @@ commonAnnotations: ...@@ -10,8 +10,11 @@ commonAnnotations:
note: This is dev! note: This is dev!
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-dev/cms
newTag: 6617a5fdc17cf0eee90cc3fdf9e26636aad39d97 newTag: 66b49a71dffb90bd5d6c1e5f898749d69ad51378
- op: replace
path: /spec/ports/0/nodePort
value: 30151
\ No newline at end of file
apiVersion: v1
kind: Service
metadata:
name: cms-svc
namespace: dev
spec:
selector:
app: cms
type: NodePort
ports:
- protocol: TCP
port: 35150
nodePort: 30151
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论