Skip to content

Commit b3b8956

Browse files
committed
fix: tests
Signed-off-by: Lukas Reining <[email protected]>
1 parent f9e37bf commit b3b8956

File tree

1 file changed

+0
-56
lines changed

1 file changed

+0
-56
lines changed

test/e2e/chainsaw/flagd-with-custom-ports/00-assert.yaml

Lines changed: 0 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -88,59 +88,3 @@ spec:
8888
selector:
8989
app: flagd-sample
9090
type: ClusterIP
91-
---
92-
apiVersion: gateway.networking.k8s.io/v1
93-
kind: HTTPRoute
94-
metadata:
95-
labels:
96-
app: flagd-sample
97-
app.kubernetes.io/managed-by: open-feature-operator
98-
app.kubernetes.io/name: flagd-sample
99-
name: flagd-sample
100-
namespace: ($namespace)
101-
ownerReferences:
102-
- apiVersion: core.openfeature.dev/v1beta1
103-
kind: Flagd
104-
name: flagd-sample
105-
spec:
106-
hostnames:
107-
- flagd-sample
108-
parentRefs:
109-
- group: gateway.networking.k8s.io
110-
kind: Gateway
111-
name: my-gateway
112-
namespace: my-gateway-namespace
113-
rules:
114-
- backendRefs:
115-
- group: ""
116-
kind: Service
117-
name: flagd-sample
118-
namespace: ($namespace)
119-
port: 8016
120-
weight: 1
121-
matches:
122-
- path:
123-
type: PathPrefix
124-
value: /ofrep
125-
- backendRefs:
126-
- group: ""
127-
kind: Service
128-
name: flagd-sample
129-
namespace: ($namespace)
130-
port: 8013
131-
weight: 1
132-
matches:
133-
- path:
134-
type: PathPrefix
135-
value: /flagd.evaluation.v1.Service
136-
- backendRefs:
137-
- group: ""
138-
kind: Service
139-
name: flagd-sample
140-
namespace: ($namespace)
141-
port: 8015
142-
weight: 1
143-
matches:
144-
- path:
145-
type: PathPrefix
146-
value: /flagd.sync.v1.Service

0 commit comments

Comments
 (0)