Skip to content

Commit

Permalink
Remove sessionAffinity ClientIP from services
Browse files Browse the repository at this point in the history
Longhorn 7399

Signed-off-by: Eric Weber <eric.weber@suse.com>
  • Loading branch information
ejweber committed Jan 17, 2024
1 parent f9b9119 commit 7653f13
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion chart/templates/daemonset-sa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ metadata:
{{- end }}
spec:
type: {{ .Values.service.manager.type }}
sessionAffinity: ClientIP
selector:
app: longhorn-manager
ports:
Expand Down
3 changes: 0 additions & 3 deletions chart/templates/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ metadata:
namespace: {{ include "release_namespace" . }}
spec:
type: ClusterIP
sessionAffinity: ClientIP
selector:
app: longhorn-manager
ports:
Expand All @@ -24,7 +23,6 @@ metadata:
namespace: {{ include "release_namespace" . }}
spec:
type: ClusterIP
sessionAffinity: ClientIP
selector:
app: longhorn-manager
ports:
Expand All @@ -41,7 +39,6 @@ metadata:
namespace: {{ include "release_namespace" . }}
spec:
type: ClusterIP
sessionAffinity: ClientIP
selector:
app: longhorn-manager
ports:
Expand Down
4 changes: 0 additions & 4 deletions deploy/longhorn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4198,7 +4198,6 @@ metadata:
namespace: longhorn-system
spec:
type: ClusterIP
sessionAffinity: ClientIP
selector:
app: longhorn-manager
ports:
Expand Down Expand Up @@ -4240,7 +4239,6 @@ metadata:
namespace: longhorn-system
spec:
type: ClusterIP
sessionAffinity: ClientIP
selector:
app: longhorn-manager
ports:
Expand All @@ -4261,7 +4259,6 @@ metadata:
namespace: longhorn-system
spec:
type: ClusterIP
sessionAffinity: ClientIP
selector:
app: longhorn-manager
ports:
Expand All @@ -4282,7 +4279,6 @@ metadata:
namespace: longhorn-system
spec:
type: ClusterIP
sessionAffinity: ClientIP
selector:
app: longhorn-manager
ports:
Expand Down

0 comments on commit 7653f13

Please sign in to comment.