apiVersion: networking.gke.io/v1beta1 kind: FrontendConfig metadata: name: ingress-security-config spec: redirectToHttps: enabled: true sslPolicy: ncr-default --- apiVersion: cloud.google.com/v1 kind: BackendConfig metadata: name: edge-backend spec: connectionDraining: drainingTimeoutSec: 60 healthCheck: type: HTTP port: 8877 checkIntervalSec: 10 healthyThreshold: 1 requestPath: /ambassador/v0/check_alive timeoutSec: 10 unhealthyThreshold: 10 timeoutSec: 900