[Git][root/k8s/fluxcd][main] feat(squid): use port 3128

yyvf22 pushed to branch main at Root / Kubernetes / FluxCD Commits: 360887c7 by yyvf at 2025-08-14T11:08:06-03:00 feat(squid): use port 3128 - - - - - 2 changed files: - infrastructure/base/squid/svc.yaml - infrastructure/stage/squid/ing.yaml Changes: ===================================== infrastructure/base/squid/svc.yaml ===================================== @@ -6,8 +6,8 @@ metadata: labels: app: squid spec: + type: ClusterIP ports: - - port: 80 - targetPort: 3128 + - port: 3128 selector: app: squid ===================================== infrastructure/stage/squid/ing.yaml ===================================== @@ -17,7 +17,7 @@ spec: service: name: squid port: - number: 80 + number: 3128 tls: - hosts: - squid.k8sstage.c3sl.ufpr.br View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/commit/360887c77e6d538802c20c3... -- View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/commit/360887c77e6d538802c20c3... You're receiving this email because of your account on gitlab.c3sl.ufpr.br.
participantes (1)
-
yyvf22 (@yyvf22)