Skip to content

Commit daeb8e6

Browse files
committed
remove health check
1 parent f2c0602 commit daeb8e6

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

conformance/tests/basic/inferencepool_multiple_rules_different_pools.yaml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -94,40 +94,6 @@ spec:
9494
- -grpcHealthPort
9595
- "9003"
9696
---
97-
apiVersion: networking.gke.io/v1
98-
kind: HealthCheckPolicy
99-
metadata:
100-
name: primary-pool-health-check
101-
namespace: gateway-conformance-app-backend
102-
spec:
103-
targetRef:
104-
group: "inference.networking.x-k8s.io"
105-
kind: InferencePool
106-
name: pool-primary
107-
default:
108-
config:
109-
type: HTTP
110-
httpHealthCheck:
111-
requestPath: /
112-
port: 3000
113-
---
114-
apiVersion: networking.gke.io/v1
115-
kind: HealthCheckPolicy
116-
metadata:
117-
name: secondary-pool-health-check
118-
namespace: gateway-conformance-app-backend
119-
spec:
120-
targetRef:
121-
group: "inference.networking.x-k8s.io"
122-
kind: InferencePool
123-
name: pool-secondary
124-
default:
125-
config:
126-
type: HTTP
127-
httpHealthCheck:
128-
requestPath: /
129-
port: 3000
130-
---
13197
apiVersion: inference.networking.x-k8s.io/v1alpha2
13298
kind: InferencePool
13399
metadata:

0 commit comments

Comments
 (0)