yyvf22 pushed to branch main at Root / Kubernetes / FluxCD
Commits:
-
4e7c2fad
by yyvf at 2025-08-13T20:58:28-03:00
3 changed files:
- infrastructure/base/squid/deploy.yaml
- infrastructure/base/squid/svc.yaml
- infrastructure/stage/squid/ing.yaml
Changes:
... | ... | @@ -19,7 +19,6 @@ spec: |
19 | 19 | ports:
|
20 | 20 | - containerPort: 3128
|
21 | 21 | name: squid
|
22 | - protocol: TCP
|
|
23 | 22 | volumeMounts:
|
24 | 23 | - name: squid-data
|
25 | 24 | mountPath: /var/spool/squid
|
... | ... | @@ -7,6 +7,7 @@ metadata: |
7 | 7 | app: squid
|
8 | 8 | spec:
|
9 | 9 | ports:
|
10 | - - port: 3128
|
|
10 | + - port: 80
|
|
11 | + targetPort: 3128
|
|
11 | 12 | selector:
|
12 | 13 | app: squid |
... | ... | @@ -17,7 +17,7 @@ spec: |
17 | 17 | service:
|
18 | 18 | name: squid
|
19 | 19 | port:
|
20 | - number: 3128
|
|
20 | + number: 80
|
|
21 | 21 | tls:
|
22 | 22 | - hosts:
|
23 | 23 | - squid.k8sstage.c3sl.ufpr.br
|