2026-05-11 02:45:22 +00:00
|
|
|
apiVersion: networking.gke.io/v1
|
|
|
|
|
kind: HealthCheckPolicy
|
|
|
|
|
metadata:
|
|
|
|
|
name: hermes-health-check
|
|
|
|
|
namespace: customer1
|
|
|
|
|
spec:
|
|
|
|
|
default:
|
|
|
|
|
config:
|
2026-05-11 03:41:05 +00:00
|
|
|
type: TCP # Switched from HTTP to TCP
|
|
|
|
|
tcpHealthCheck:
|
2026-05-11 02:45:22 +00:00
|
|
|
port: 9118
|
2026-05-11 03:41:05 +00:00
|
|
|
checkIntervalSec: 5
|
|
|
|
|
timeoutSec: 3
|