Skip to content

Commit

Permalink
use sticky sessions for GQL requests to sentries (#1042)
Browse files Browse the repository at this point in the history
since sentries might not be in perfect sync at any given moment, use
sticky sessions when routing api requests
  • Loading branch information
Voxelot authored Feb 23, 2023
1 parent e451549 commit 01e9d89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deployment/charts/templates/fuel-core-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ metadata:
name: {{ template "fuel-core.name" . }}-lb-service
spec:
type: LoadBalancer
sessionAffinity: ClientIP
selector:
app: {{ .Values.app.selector_name }}
ports:
Expand Down

0 comments on commit 01e9d89

Please sign in to comment.