Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 1 addition & 17 deletions balancer/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down