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 23, 2024
1 parent 6ecba56 commit 7dc1255
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 @@ -4208,7 +4208,6 @@ metadata:
namespace: longhorn-system
spec:
type: ClusterIP
sessionAffinity: ClientIP
selector:
app: longhorn-manager
ports:
Expand Down Expand Up @@ -4250,7 +4249,6 @@ metadata:
namespace: longhorn-system
spec:
type: ClusterIP
sessionAffinity: ClientIP
selector:
app: longhorn-manager
ports:
Expand All @@ -4271,7 +4269,6 @@ metadata:
namespace: longhorn-system
spec:
type: ClusterIP
sessionAffinity: ClientIP
selector:
app: longhorn-manager
ports:
Expand All @@ -4292,7 +4289,6 @@ metadata:
namespace: longhorn-system
spec:
type: ClusterIP
sessionAffinity: ClientIP
selector:
app: longhorn-manager
ports:
Expand Down

0 comments on commit 7dc1255

Please sign in to comment.