Skip to content

Commit 23103c0

Browse files
committed
feat: migrate balancer to envoy gateway
1 parent 3c8e1cc commit 23103c0

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

balancer/kustomization.yaml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,13 @@ resources:
77
- manifests/namespace.yaml
88
- manifests/deployment.yaml
99
- manifests/service.yaml
10-
- manifests/ingress.yaml
10+
- manifests/httproute.yaml
1111

1212
images:
1313
- name: ghcr.io/codeforphilly/balancer-main/app
1414
newTag: "0.0.0-dev.20260211012449"
1515

1616
patches:
17-
- target:
18-
kind: Ingress
19-
name: balancer
20-
patch: |-
21-
- op: add
22-
path: /metadata/annotations/cert-manager.io~1cluster-issuer
23-
value: letsencrypt-prod
24-
- op: add
25-
path: /metadata/annotations/kubernetes.io~1ingress.class
26-
value: nginx
27-
- op: replace
28-
path: /spec/tls/0/hosts/0
29-
value: sandbox.balancerproject.org
30-
- op: replace
31-
path: /spec/rules/0/host
32-
value: sandbox.balancerproject.org
3317
- target:
3418
kind: Namespace
3519
name: balancer

0 commit comments

Comments
 (0)