yyvf22 pushed to branch main at Root / Kubernetes / FluxCD
Commits:
-
a8c11d4a
by yyvf at 2025-08-14T11:10:17-03:00
1 changed file:
Changes:
... | ... | @@ -18,7 +18,18 @@ spec: |
18 | 18 | name: squid
|
19 | 19 | port:
|
20 | 20 | number: 3128
|
21 | + - host: httpproxy.k8sstage.c3sl.ufpr.br
|
|
22 | + http:
|
|
23 | + paths:
|
|
24 | + - path: /
|
|
25 | + pathType: Prefix
|
|
26 | + backend:
|
|
27 | + service:
|
|
28 | + name: squid
|
|
29 | + port:
|
|
30 | + number: 3128
|
|
21 | 31 | tls:
|
22 | 32 | - hosts:
|
23 | 33 | - squid.k8sstage.c3sl.ufpr.br
|
34 | + - httpproxy.k8sstage.c3sl.ufpr.br
|
|
24 | 35 | secretName: squid-tls |