1apiVersion: cloud.google.com/v1 2kind: BackendConfig 3metadata: 4 name: emissary-backend 5spec: 6 connectionDraining: 7 drainingTimeoutSec: 60 8 healthCheck: 9 type: HTTP 10 port: 8877 11 checkIntervalSec: 10 12 healthyThreshold: 1 13 requestPath: /ambassador/v0/check_alive 14 timeoutSec: 10 15 unhealthyThreshold: 10 16 timeoutSec: 900