提交 109477f7 作者: 余乾开

feat(Action):revert-指定默认端口

上级 757c7103
...@@ -6,7 +6,7 @@ metadata: ...@@ -6,7 +6,7 @@ metadata:
spec: spec:
selector: selector:
app: ims app: ims
type: NodePort
ports: ports:
- protocol: TCP - protocol: TCP
port: 10001 port: 10001
targetPort: 10001 \ No newline at end of file
\ No newline at end of file
apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:
- ../../base - ../../base
#namePrefix: dev- #namePrefix: dev-
namespace: dev namespace: dev
commonLabels: commonLabels:
variant: dev variant: dev
commonAnnotations: commonAnnotations:
note: This is dev! note: This is dev!
patchesStrategicMerge: patches:
- configMap.yaml - path: ./configMap.yaml
- service.yaml - path: ./service.yaml
images: images:
- name: REGISTRY/NAMESPACE/IMAGE:TAG - name: REGISTRY/NAMESPACE/IMAGE:TAG
newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly/ims newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly/ims
newTag: ed1129204e488589c91ef38ec0f3a35bfee4b33e newTag: ed1129204e488589c91ef38ec0f3a35bfee4b33e
...@@ -10,5 +10,4 @@ spec: ...@@ -10,5 +10,4 @@ spec:
ports: ports:
- protocol: TCP - protocol: TCP
port: 10001 port: 10001
targetPort: 10001 nodePort: 30001
NodePort: 30001 \ No newline at end of file
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论