Skip to content

Commit

Permalink
Use Loadbalancer service for Kuadrant (#36)
Browse files Browse the repository at this point in the history
* Use loadbalancer service for Kuadrant

* Remove httpbin-go from Kuadrant
  • Loading branch information
pehala authored May 7, 2024
1 parent c3f7c45 commit f9cfb8d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
25 changes: 24 additions & 1 deletion overlays/kuadrant/kustomization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,34 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- ../../base/go-httpbin/
- ../../base/mockserver/
- ../../base/jaeger/

images:
- name: quay.io/rh_integration/go-httpbin
newName: docker.io/mccutchen/go-httpbin
newTag: latest

patches:
- patch: |-
$patch: delete
apiVersion: route.openshift.io/v1
kind: Route
metadata:
name: jaeger-query
- patch: |-
$patch: delete
apiVersion: route.openshift.io/v1
kind: Route
metadata:
name: mockserver
- target:
version: v1
kind: Service
name: jaeger-query
path: load_balancer_patch.yaml
- target:
version: v1
kind: Service
name: mockserver
path: load_balancer_patch.yaml
3 changes: 3 additions & 0 deletions overlays/kuadrant/load_balancer_patch.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- op: replace
path: /spec/type
value: LoadBalancer

0 comments on commit f9cfb8d

Please sign in to comment.