...
1apiVersion: networking.gke.io/v1beta1
2kind: FrontendConfig
3metadata:
4 name: ingress-security-config
5spec:
6 redirectToHttps:
7 enabled: true
8 sslPolicy: ncr-default
9---
10apiVersion: cloud.google.com/v1
11kind: BackendConfig
12metadata:
13 name: edge-backend
14spec:
15 connectionDraining:
16 drainingTimeoutSec: 60
17 healthCheck:
18 type: HTTP
19 port: 8877
20 checkIntervalSec: 10
21 healthyThreshold: 1
22 requestPath: /ambassador/v0/check_alive
23 timeoutSec: 10
24 unhealthyThreshold: 10
25 timeoutSec: 900
View as plain text