2026-04-28 04:42:42 +00:00
|
|
|
apiVersion: networking.gke.io/v1
|
|
|
|
|
kind: HealthCheckPolicy
|
|
|
|
|
metadata:
|
|
|
|
|
name: paaas-healthcheck
|
|
|
|
|
namespace: customer1
|
|
|
|
|
spec:
|
2026-04-28 04:49:09 +00:00
|
|
|
targetRef:
|
|
|
|
|
group: ""
|
|
|
|
|
kind: Service
|
|
|
|
|
name: paaas-landing-svc
|
2026-04-28 04:42:42 +00:00
|
|
|
default:
|
2026-04-28 04:49:09 +00:00
|
|
|
checkIntervalSec: 15
|
2026-04-28 04:42:42 +00:00
|
|
|
timeoutSec: 5
|
|
|
|
|
healthyThreshold: 2
|
2026-04-28 04:49:09 +00:00
|
|
|
unhealthyThreshold: 3
|
|
|
|
|
config:
|
|
|
|
|
type: HTTP
|
|
|
|
|
httpHealthCheck:
|
|
|
|
|
portSpecification: USE_SERVING_PORT
|
|
|
|
|
requestPath: /
|