Remove longhorn-manager affinity support for now
Signed-off-by: Eric Weber <eric.weber@suse.com>
This commit is contained in:
parent
c81ddd6e96
commit
b515d93963
@ -121,10 +121,6 @@ spec:
|
||||
{{ toYaml .Values.longhornManager.nodeSelector | indent 8 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- if .Values.longhornManager.affinity }}
|
||||
affinitiy:
|
||||
{{ toYaml .Values.longhornManager.affinity | indent 8 }}
|
||||
{{- end }}
|
||||
serviceAccountName: longhorn-service-account
|
||||
updateStrategy:
|
||||
rollingUpdate:
|
||||
|
@ -54,7 +54,3 @@ spec:
|
||||
{{ toYaml .Values.longhornManager.nodeSelector | indent 8 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- if .Values.longhornManager.affinity }}
|
||||
affinitiy:
|
||||
{{ toYaml .Values.longhornManager.affinity | indent 8 }}
|
||||
{{- end }}
|
||||
|
@ -54,7 +54,3 @@ spec:
|
||||
{{ toYaml .Values.longhornManager.nodeSelector | indent 8 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- if .Values.longhornManager.affinity }}
|
||||
affinitiy:
|
||||
{{ toYaml .Values.longhornManager.affinity | indent 8 }}
|
||||
{{- end }}
|
||||
|
@ -55,7 +55,3 @@ spec:
|
||||
{{ toYaml .Values.longhornManager.nodeSelector | indent 8 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- if .Values.longhornManager.affinity }}
|
||||
affinitiy:
|
||||
{{ toYaml .Values.longhornManager.affinity | indent 8 }}
|
||||
{{- end }}
|
||||
|
@ -190,18 +190,6 @@ longhornManager:
|
||||
## and uncomment this example block
|
||||
# label-key1: "label-value1"
|
||||
# label-key2: "label-value2"
|
||||
affinity: {}
|
||||
## If you want to set nodeAffinity for Longhorn Manager DaemonSet, delete the `{}` in the line above
|
||||
## and uncomment this example block
|
||||
# nodeAffinity:
|
||||
# requiredDuringSchedulingIgnoredDuringExecution:
|
||||
# nodeSelectorTerms:
|
||||
# - matchExpressions:
|
||||
# - key: label-key1
|
||||
# operator: In
|
||||
# values:
|
||||
# - label-value1
|
||||
# - label-value2
|
||||
serviceAnnotations: {}
|
||||
## If you want to set annotations for the Longhorn Manager service, delete the `{}` in the line above
|
||||
## and uncomment this example block
|
||||
|
@ -4150,7 +4150,7 @@ spec:
|
||||
- name: longhorn-grpc-tls
|
||||
secret:
|
||||
secretName: longhorn-grpc-tls
|
||||
optional: true
|
||||
optional: true
|
||||
serviceAccountName: longhorn-service-account
|
||||
updateStrategy:
|
||||
rollingUpdate:
|
||||
|
Loading…
Reference in New Issue
Block a user