提交 3732dc0a 作者: 余乾开

feat(Action):revert-移除默认端口

上级 b6719c7b
...@@ -4,4 +4,5 @@ commonLabels: ...@@ -4,4 +4,5 @@ commonLabels:
app: pms app: pms
resources: resources:
- ./deployment.yaml - ./deployment.yaml
- ./configMap.yaml - ./configMap.yaml
\ No newline at end of file - ./service.yaml
\ No newline at end of file
apiVersion: v1
kind: Service
metadata:
name: pms-svc
namespace: default
spec:
selector:
app: pms
ports:
- protocol: TCP
port: 8099
targetPort: 8099
\ No newline at end of file
...@@ -9,8 +9,8 @@ commonLabels: ...@@ -9,8 +9,8 @@ commonLabels:
commonAnnotations: commonAnnotations:
note: This is dev! note: This is dev!
patches: patches:
- configMap.yaml - ./configMap.yaml
- service.yaml - ./service.yaml
images: images:
- name: REGISTRY/NAMESPACE/IMAGE:TAG - name: REGISTRY/NAMESPACE/IMAGE:TAG
newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly/pms newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly/pms
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论