From 23103c09dd9eadfe4ff903fbdcf8036a1fcda53c Mon Sep 17 00:00:00 2001 From: Christopher Tineo Date: Sat, 21 Mar 2026 10:53:41 -0400 Subject: [PATCH] feat: migrate balancer to envoy gateway --- balancer/kustomization.yaml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/balancer/kustomization.yaml b/balancer/kustomization.yaml index 6a32015..d10cdbc 100644 --- a/balancer/kustomization.yaml +++ b/balancer/kustomization.yaml @@ -7,29 +7,13 @@ resources: - manifests/namespace.yaml - manifests/deployment.yaml - manifests/service.yaml - - manifests/ingress.yaml + - manifests/httproute.yaml images: - name: ghcr.io/codeforphilly/balancer-main/app newTag: "0.0.0-dev.20260211012449" patches: - - target: - kind: Ingress - name: balancer - patch: |- - - op: add - path: /metadata/annotations/cert-manager.io~1cluster-issuer - value: letsencrypt-prod - - op: add - path: /metadata/annotations/kubernetes.io~1ingress.class - value: nginx - - op: replace - path: /spec/tls/0/hosts/0 - value: sandbox.balancerproject.org - - op: replace - path: /spec/rules/0/host - value: sandbox.balancerproject.org - target: kind: Namespace name: balancer