You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- kind: Ingress
- apiVersion: extensions/v1beta1
- metadata:
- name: zhimeng # ingress名称
- namespace: develop
- annotations:
- kubesphere.io/creator: dengbiao
- spec:
- rules:
- - host: zhimeng.izhyin.com # 使用的域名
- http:
- paths:
- - path: /
- pathType: ImplementationSpecific
- backend:
- serviceName: zhimeng # 流量转发到的服务
- servicePort: 80
|