劲创营---任务项目
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.

zyos-camp-task-operator-ingress.yaml 505 B

1 viikko sitten
12345678910111213141516171819
  1. kind: Ingress
  2. apiVersion: networking.k8s.io/v1
  3. metadata:
  4. name: camp-task-operator # ingress名称
  5. namespace: zhios
  6. annotations:
  7. kubesphere.io/creator: dengbiao
  8. spec:
  9. rules:
  10. - host: fwsrenwu1.zhiyingos.com # 使用的域名
  11. http:
  12. paths:
  13. - path: /
  14. pathType: ImplementationSpecific
  15. backend:
  16. service:
  17. name: zyos-camp-task-operator # 流量转发到的服务
  18. port:
  19. number: 80