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.

преди 3 дни
1234567891011121314151617
  1. apiVersion: networking.k8s.io/v1
  2. kind: Ingress
  3. metadata:
  4. name: egg-im-logic
  5. namespace: egg-im
  6. spec:
  7. rules:
  8. - host: im-rpc-logic.izhim.com
  9. http:
  10. paths:
  11. - backend:
  12. service:
  13. name: logic
  14. port:
  15. number: 8000
  16. path: /
  17. pathType: ImplementationSpecific