Skip to content

Commit

Permalink
fix healthchecks
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlincecum committed Jun 16, 2023
1 parent 415ddbe commit 1c4cfab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/templates/_backendconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ metadata:
spec:
connectionDraining:
drainingTimeoutSec: 1800
timeoutSec: 1800
healthCheck:
checkIntervalSec: 15
checkIntervalSec: 70
port: <HTTP>
requestPath: /
type: HTTP
timeoutSec: 30
{{- end }}
1 change: 1 addition & 0 deletions helm/templates/_service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
name: prime-{{- include "go-quai.name" $ }}
namespace: {{ .Values.goQuai.env }}
annotations:
cloud.google.com/neg: '{"ingress": true}'
cloud.google.com/backend-config: {{ printf "{\"default\":\"prime-%s\"}" (include "go-quai.name" $) | toRawJson }}
spec:
ports:
Expand Down

0 comments on commit 1c4cfab

Please sign in to comment.