Skip to content

Commit

Permalink
Remove admin port from gateway service
Browse files Browse the repository at this point in the history
  • Loading branch information
Tharsanan1 authored and tharindu1st committed Oct 4, 2023
1 parent 8fb67e7 commit 5121ced
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,4 @@ spec:
- name: endpoint1
protocol: TCP
port: 9095
- name: endpoint3
protocol: TCP
port: 9000
{{- end -}}
21 changes: 21 additions & 0 deletions test/cucumber-tests/CRs/artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -577,3 +577,24 @@ spec:
group: gateway.networking.k8s.io
kind: Gateway
name: default
---
# We have removed the Envoy admin interface port from our helm gateway service yaml. So we need this one here.
apiVersion: v1
kind: Service
metadata:
name: apk-test-setup-wso2-apk-gateway-service
namespace : apk-integration-test

spec:
type: LoadBalancer
# label keys and values that must match in order to receive traffic for this service
selector:
app.kubernetes.io/app: gateway
app.kubernetes.io/release: apk-test-setup
ports:
- name: endpoint1
protocol: TCP
port: 9095
- name: endpoint3
protocol: TCP
port: 9000

0 comments on commit 5121ced

Please sign in to comment.