We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8aa470 commit f66d021Copy full SHA for f66d021
config/charts/inferencepool/templates/gke.yaml
@@ -13,11 +13,14 @@ spec:
13
kind: InferencePool
14
name: {{ .Release.Name }}
15
default:
16
+ timeoutSec: 2
17
+ checkIntervalSec: 2
18
config:
19
type: HTTP
20
httpHealthCheck:
21
requestPath: /health
22
port: {{ .Values.inferencePool.targetPortNumber }}
23
+
24
---
25
apiVersion: networking.gke.io/v1
26
kind: GCPBackendPolicy
config/charts/inferencepool/values.yaml
@@ -50,6 +50,8 @@ inferenceExtension:
50
# Prometheus ServiceMonitor will be created when enabled for EPP metrics collection
51
prometheus:
52
enabled: false
53
+ gke:
54
+ enabled: false
55
56
inferencePool:
57
targetPorts:
config/manifests/gateway/gke/gcp-backend-policy.yaml
config/manifests/gateway/gke/healthcheck.yaml
0 commit comments