Skip to content

Commit f66d021

Browse files
committed
Fix bugs in GKE monitoring and healthcheck config
1 parent c8aa470 commit f66d021

File tree

4 files changed

+5
-29
lines changed

4 files changed

+5
-29
lines changed

config/charts/inferencepool/templates/gke.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,14 @@ spec:
1313
kind: InferencePool
1414
name: {{ .Release.Name }}
1515
default:
16+
timeoutSec: 2
17+
checkIntervalSec: 2
1618
config:
1719
type: HTTP
1820
httpHealthCheck:
1921
requestPath: /health
2022
port: {{ .Values.inferencePool.targetPortNumber }}
23+
2124
---
2225
apiVersion: networking.gke.io/v1
2326
kind: GCPBackendPolicy

config/charts/inferencepool/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ inferenceExtension:
5050
# Prometheus ServiceMonitor will be created when enabled for EPP metrics collection
5151
prometheus:
5252
enabled: false
53+
gke:
54+
enabled: false
5355

5456
inferencePool:
5557
targetPorts:

config/manifests/gateway/gke/gcp-backend-policy.yaml

Lines changed: 0 additions & 13 deletions
This file was deleted.

config/manifests/gateway/gke/healthcheck.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)