提交 109477f7 作者: 余乾开

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

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