[Git][root/k8s/fluxcd][main] ci: fix yamlfmt

yyvf22 pushed to branch main at Root / Kubernetes / FluxCD Commits: 20192704 by yyvf at 2025-08-13T19:45:50-03:00 ci: fix yamlfmt - - - - - 2 changed files: - infrastructure/base/squid/deploy.yaml - infrastructure/base/squid/svc.yaml Changes: ===================================== infrastructure/base/squid/deploy.yaml ===================================== @@ -14,15 +14,15 @@ spec: app: squid spec: containers: - - name: squid - image: harbor.c3sl.ufpr.br/root/squid:latest - ports: - - containerPort: 3128 - name: squid - protocol: TCP - volumeMounts: - - name: squid-data - mountPath: /var/spool/squid + - name: squid + image: harbor.c3sl.ufpr.br/root/squid:latest + ports: + - containerPort: 3128 + name: squid + protocol: TCP + volumeMounts: + - name: squid-data + mountPath: /var/spool/squid volumes: - name: squid-data persistentVolumeClaim: ===================================== infrastructure/base/squid/svc.yaml ===================================== @@ -7,6 +7,6 @@ metadata: app: squid spec: ports: - - port: 3128 + - port: 3128 selector: app: squid View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/commit/20192704bd3f64d6c935574... -- View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/commit/20192704bd3f64d6c935574... You're receiving this email because of your account on gitlab.c3sl.ufpr.br.
participantes (1)
-
yyvf22 (@yyvf22)