劲创营---任务项目
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

19 行
505 B

  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