Skip to content

Commit 8d235f6

Browse files
authored
Create healthcheck.yaml for GKE gateway
1 parent afc64dc commit 8d235f6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
kind: HealthCheckPolicy
2+
apiVersion: networking.gke.io/v1
3+
metadata:
4+
name: health-check-policy
5+
namespace: default
6+
spec:
7+
targetRef:
8+
group: "inference.networking.x-k8s.io"
9+
kind: InferencePool
10+
name: vllm-llama2-7b
11+
default:
12+
config:
13+
type: HTTP
14+
httpHealthCheck:
15+
requestPath: /health
16+
port: 8000

0 commit comments

Comments
 (0)