蛋蛋星球 后台端
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

ingress_prd.yaml 484 B

1 个月前
1周前
1 个月前
1周前
1 个月前
1周前
1 个月前
1周前
1 个月前
1周前
1 个月前
1周前
1 个月前
1周前
1 个月前
123456789101112131415161718192021
  1. kind: Ingress
  2. apiVersion: networking.k8s.io/v1
  3. metadata:
  4. name: egg-admin
  5. namespace: egg
  6. annotations:
  7. cert-manager.io/cluster-issuer: letsencrypt-prod
  8. kubesphere.io/creator: admin
  9. spec:
  10. ingressClassName: nginx
  11. rules:
  12. - host: sldmin.ddstaros.cn
  13. http:
  14. paths:
  15. - path: /
  16. pathType: ImplementationSpecific
  17. backend:
  18. service:
  19. name: egg-admin
  20. port:
  21. number: 80