File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
base-kustomize/prometheus Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -799,15 +799,15 @@ alertmanager:
799
799
# # Assign custom affinity rules to the alertmanager instance
800
800
# # ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
801
801
# #
802
- affinity :
803
- nodeAffinity :
804
- requiredDuringSchedulingIgnoredDuringExecution :
805
- nodeSelectorTerms :
806
- - matchExpressions :
807
- - key : node-role.kubernetes.io/worker
808
- operator : In
809
- values :
810
- - worker
802
+ # affinity:
803
+ # nodeAffinity:
804
+ # requiredDuringSchedulingIgnoredDuringExecution:
805
+ # nodeSelectorTerms:
806
+ # - matchExpressions:
807
+ # - key: node-role.kubernetes.io/worker
808
+ # operator: In
809
+ # values:
810
+ # - worker
811
811
# nodeAffinity:
812
812
# requiredDuringSchedulingIgnoredDuringExecution:
813
813
# nodeSelectorTerms:
You can’t perform that action at this time.
0 commit comments