提交 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:
app: pms
type: NodePort
ports:
- protocol: TCP
port: 8099
targetPort: 8099
NodePort: 30099
\ No newline at end of file
- port: 8099
nodePort: 30199
\ No newline at end of file
......@@ -10,10 +10,10 @@ commonAnnotations:
note: This is dev!
patches:
- path: ./configMap.yaml
# - path: ./service-patch.yaml
# target:
# kind: Service
# name: pms-svc
- path: ./service-patch.yaml
target:
kind: Service
name: pms-svc
images:
- name: REGISTRY/NAMESPACE/IMAGE:TAG
newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly/pms
......
- op: remove
path: /spec/ports/0/NodePort
- op: add
path: /spec/ports/0/NodePort
- op: replace
path: /spec/ports/0/nodePort
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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论