We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd55da commit 8c98fd0Copy full SHA for 8c98fd0
1 file changed
ingress.yml
@@ -12,8 +12,18 @@ spec:
12
- hosts:
13
- universal.proxypool.cuiqingcai.com
14
secretName: tls-wildcard-proxypool-cuiqingcai-com
15
+ - hosts:
16
+ - proxypool.scrape.center
17
+ secretName: tls-wildcard-scrape-center
18
rules:
19
- host: universal.proxypool.cuiqingcai.com
20
+ http:
21
+ paths:
22
+ - backend:
23
+ serviceName: proxypool
24
+ servicePort: 5555
25
+ path: /
26
+ - host: proxypool.scrape.center
27
http:
28
paths:
29
- backend:
0 commit comments