Explorar el Código

update ingress

Germey hace 6 años
padre
commit
8c98fd0be7
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. 10 0
      ingress.yml

+ 10 - 0
ingress.yml

@@ -12,8 +12,18 @@ spec:
     - hosts:
         - universal.proxypool.cuiqingcai.com
       secretName: tls-wildcard-proxypool-cuiqingcai-com
+    - hosts:
+        - proxypool.scrape.center
+      secretName: tls-wildcard-scrape-center
   rules:
     - host: universal.proxypool.cuiqingcai.com
+      http:
+        paths:
+          - backend:
+              serviceName: proxypool
+              servicePort: 5555
+            path: /
+    - host: proxypool.scrape.center
       http:
         paths:
           - backend: