提交 09b0b742 作者: 余乾开

feat(Gitignore):移除已提交的Gitignore文件

上级 15446ad7
#apiVersion: extensions/v1beta1
#kind: Ingress
#metadata:
# name: pms-ingress
# namespace: default
#spec:
# rules:
# - host: infra.mmcuav.cn
# http:
# paths:
# - backend:
# serviceName: pms-svc
# servicePort: 8081
# path: /
\ No newline at end of file
...@@ -8,7 +8,5 @@ spec: ...@@ -8,7 +8,5 @@ spec:
app: pms app: pms
type: NodePort type: NodePort
ports: ports:
- protocol: TCP - port: 8099
port: 8099 nodePort: 30199
targetPort: 8099 \ No newline at end of file
NodePort: 30099
\ No newline at end of file
...@@ -10,10 +10,10 @@ commonAnnotations: ...@@ -10,10 +10,10 @@ commonAnnotations:
note: This is dev! note: This is dev!
patches: patches:
- path: ./configMap.yaml - path: ./configMap.yaml
# - path: ./service-patch.yaml - path: ./service-patch.yaml
# target: target:
# kind: Service kind: Service
# name: pms-svc name: pms-svc
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
......
- op: remove - op: replace
path: /spec/ports/0/NodePort path: /spec/ports/0/nodePort
- op: add
path: /spec/ports/0/NodePort
value: 30099 value: 30099
\ No newline at end of file
apiVersion: v1
kind: Service
metadata:
name: pms-svc
namespace: dev
spec:
selector:
app: pms
type: NodePort
ports:
- protocol: TCP
port: 8099
targetPort: 8099
NodePort: 30099
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论