From 5982b20de2e9b51767bb0a86461de0b396a27685 Mon Sep 17 00:00:00 2001 From: Voxelot Date: Thu, 23 Feb 2023 13:36:15 -0800 Subject: [PATCH] use clusterip instead of load balancer for internal routing of sentry traffic --- deployment/charts/templates/fuel-core-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/charts/templates/fuel-core-deploy.yaml b/deployment/charts/templates/fuel-core-deploy.yaml index b09ee014d12..e11ceb9ab0d 100644 --- a/deployment/charts/templates/fuel-core-deploy.yaml +++ b/deployment/charts/templates/fuel-core-deploy.yaml @@ -48,7 +48,7 @@ metadata: heritage: {{ .Release.Service }} name: {{ template "fuel-core.name" . }}-lb-service spec: - type: LoadBalancer + type: ClusterIP sessionAffinity: ClientIP selector: app: {{ .Values.app.selector_name }}