[Git][root/k8s/fluxcd][main] feat(squid): remove ingress and update svc to LoadBalancer

yyvf22 pushed to branch main at Root / Kubernetes / FluxCD Commits: a36ef623 by yyvf at 2025-08-14T11:53:37-03:00 feat(squid): remove ingress and update svc to LoadBalancer - - - - - 3 changed files: - infrastructure/base/squid/svc.yaml - infrastructure/stage/kustomization.yaml - − infrastructure/stage/squid/ing.yaml Changes: ===================================== infrastructure/base/squid/svc.yaml ===================================== @@ -6,8 +6,9 @@ metadata: labels: app: squid spec: - type: ClusterIP ports: - port: 3128 + protocol: TCP selector: app: squid + type: LoadBalancer ===================================== infrastructure/stage/kustomization.yaml ===================================== @@ -13,7 +13,6 @@ resources: - ./keycloak/ing.yaml - ../base/etcd-backup - ../base/squid - - ./squid/ing.yaml patches: - path: ./openbao/helmrelease.yaml target: ===================================== infrastructure/stage/squid/ing.yaml deleted ===================================== @@ -1,38 +0,0 @@ -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: squid - namespace: squid - annotations: - cert-manager.io/cluster-issuer: letsencrypt-dns01 - ingress.cilium.io/loadbalancer-mode: dedicated - ingress.cilium.io/service-type: LoadBalancer - ingress.cilium.io/host-listener-port: 3128 -spec: - ingressClassName: cilium - rules: - - host: squid.k8sstage.c3sl.ufpr.br - http: - paths: - - path: / - pathType: Prefix - backend: - service: - name: squid - port: - number: 3128 - - host: httpproxy.k8sstage.c3sl.ufpr.br - http: - paths: - - path: / - pathType: Prefix - backend: - service: - name: squid - port: - number: 3128 - tls: - - hosts: - - squid.k8sstage.c3sl.ufpr.br - - httpproxy.k8sstage.c3sl.ufpr.br - secretName: squid-tls View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/commit/a36ef6231bac4fa6b8ae534... -- View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/commit/a36ef6231bac4fa6b8ae534... You're receiving this email because of your account on gitlab.c3sl.ufpr.br.
participantes (1)
-
yyvf22 (@yyvf22)