提交 3732dc0a 作者: 余乾开

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

上级 b6719c7b
......@@ -4,4 +4,5 @@ commonLabels:
app: pms
resources:
- ./deployment.yaml
- ./configMap.yaml
\ No newline at end of file
- ./configMap.yaml
- ./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:
commonAnnotations:
note: This is dev!
patches:
- configMap.yaml
- service.yaml
- ./configMap.yaml
- ./service.yaml
images:
- name: REGISTRY/NAMESPACE/IMAGE:TAG
newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly/pms
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论