gcloud-lab/infrastructure/gatewayapi/healthcheck.yaml
2026-05-11 03:41:05 +00:00

13 lines
278 B
YAML

apiVersion: networking.gke.io/v1
kind: HealthCheckPolicy
metadata:
name: hermes-health-check
namespace: customer1
spec:
default:
config:
type: TCP # Switched from HTTP to TCP
tcpHealthCheck:
port: 9118
checkIntervalSec: 5
timeoutSec: 3