提交 b6719c7b 作者: 余乾开

feat(Action):移除默认端口

上级 f52877c7
...@@ -4,5 +4,4 @@ commonLabels: ...@@ -4,5 +4,4 @@ commonLabels:
app: pms app: pms
resources: resources:
- ./deployment.yaml - ./deployment.yaml
- ./service.yaml
- ./configMap.yaml - ./configMap.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
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 - 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
newTag: ceeb7220c260fa3f3bfe762e35f38f9820af37b6 newTag: ceeb7220c260fa3f3bfe762e35f38f9820af37b6
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论