github.com/dominant-strategies/go-quai@v0.28.2/helm/templates/_backendconfig.yaml (about) 1 {{- define "go-quai.backendconfig" }} 2 apiVersion: cloud.google.com/v1 3 kind: BackendConfig 4 metadata: 5 annotations: 6 name: prime-{{- include "go-quai.name" $ }} 7 namespace: {{ .Values.goQuai.env }} 8 spec: 9 connectionDraining: 10 drainingTimeoutSec: 1800 11 healthCheck: 12 checkIntervalSec: 70 13 port: <HTTP> 14 requestPath: / 15 type: HTTP 16 timeoutSec: 30 17 {{- end }}