...

Text file src/edge-infra.dev/config/pallets/emissary/cluster-infra/backendconfig.yaml

Documentation: edge-infra.dev/config/pallets/emissary/cluster-infra

     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

View as plain text