[Git][root/k8s/fluxcd][main] feat(squid): change svc to port 80

yyvf22 pushed to branch main at Root / Kubernetes / FluxCD Commits: 4e7c2fad by yyvf at 2025-08-13T20:58:28-03:00 feat(squid): change svc to port 80 - - - - - 3 changed files: - infrastructure/base/squid/deploy.yaml - infrastructure/base/squid/svc.yaml - infrastructure/stage/squid/ing.yaml Changes: ===================================== infrastructure/base/squid/deploy.yaml ===================================== @@ -19,7 +19,6 @@ spec: ports: - containerPort: 3128 name: squid - protocol: TCP volumeMounts: - name: squid-data mountPath: /var/spool/squid ===================================== infrastructure/base/squid/svc.yaml ===================================== @@ -7,6 +7,7 @@ metadata: app: squid spec: ports: - - port: 3128 + - port: 80 + targetPort: 3128 selector: app: squid ===================================== infrastructure/stage/squid/ing.yaml ===================================== @@ -17,7 +17,7 @@ spec: service: name: squid port: - number: 3128 + number: 80 tls: - hosts: - squid.k8sstage.c3sl.ufpr.br View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/commit/4e7c2fad085ceb90a39e29a... -- View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/commit/4e7c2fad085ceb90a39e29a... You're receiving this email because of your account on gitlab.c3sl.ufpr.br.
participantes (1)
-
yyvf22 (@yyvf22)