1- # Copyright (C) 2024- 2025 Intel Corporation
1+ # Copyright (C) 2025-2026 Intel Corporation
22# SPDX-License-Identifier: Apache-2.0
33# Langfuse Helm Chart Configuration
44
@@ -148,9 +148,9 @@ langfuse:
148148 requiredDuringSchedulingIgnoredDuringExecution :
149149 nodeSelectorTerms :
150150 - matchExpressions :
151- - key : role
151+ - key : ei-infra-eligible
152152 operator : In
153- values : ["infra "]
153+ values : ["true "]
154154 - matchExpressions :
155155 - key : node-role.kubernetes.io/control-plane
156156 operator : Exists
@@ -509,9 +509,9 @@ postgresql:
509509 requiredDuringSchedulingIgnoredDuringExecution :
510510 nodeSelectorTerms :
511511 - matchExpressions :
512- - key : role
512+ - key : ei-infra-eligible
513513 operator : In
514- values : ["infra "]
514+ values : ["true "]
515515 - matchExpressions :
516516 - key : node-role.kubernetes.io/control-plane
517517 operator : Exists
@@ -536,9 +536,9 @@ postgresql:
536536 requiredDuringSchedulingIgnoredDuringExecution :
537537 nodeSelectorTerms :
538538 - matchExpressions :
539- - key : role
539+ - key : ei-infra-eligible
540540 operator : In
541- values : ["infra "]
541+ values : ["true "]
542542 - matchExpressions :
543543 - key : node-role.kubernetes.io/control-plane
544544 operator : Exists
@@ -596,9 +596,9 @@ redis:
596596 requiredDuringSchedulingIgnoredDuringExecution :
597597 nodeSelectorTerms :
598598 - matchExpressions :
599- - key : role
599+ - key : ei-infra-eligible
600600 operator : In
601- values : ["infra "]
601+ values : ["true "]
602602 - matchExpressions :
603603 - key : node-role.kubernetes.io/control-plane
604604 operator : Exists
@@ -625,9 +625,9 @@ redis:
625625 requiredDuringSchedulingIgnoredDuringExecution :
626626 nodeSelectorTerms :
627627 - matchExpressions :
628- - key : role
628+ - key : ei-infra-eligible
629629 operator : In
630- values : ["infra "]
630+ values : ["true "]
631631 - matchExpressions :
632632 - key : node-role.kubernetes.io/control-plane
633633 operator : Exists
@@ -660,9 +660,9 @@ clickhouse:
660660 requiredDuringSchedulingIgnoredDuringExecution :
661661 nodeSelectorTerms :
662662 - matchExpressions :
663- - key : role
663+ - key : ei-infra-eligible
664664 operator : In
665- values : ["infra "]
665+ values : ["true "]
666666 - matchExpressions :
667667 - key : node-role.kubernetes.io/control-plane
668668 operator : Exists
@@ -690,9 +690,9 @@ clickhouse:
690690 requiredDuringSchedulingIgnoredDuringExecution :
691691 nodeSelectorTerms :
692692 - matchExpressions :
693- - key : role
693+ - key : ei-infra-eligible
694694 operator : In
695- values : ["infra "]
695+ values : ["true "]
696696 - matchExpressions :
697697 - key : node-role.kubernetes.io/control-plane
698698 operator : Exists
887887 requiredDuringSchedulingIgnoredDuringExecution :
888888 nodeSelectorTerms :
889889 - matchExpressions :
890- - key : role
890+ - key : ei-infra-eligible
891891 operator : In
892- values : ["infra "]
892+ values : ["true "]
893893 - matchExpressions :
894894 - key : node-role.kubernetes.io/control-plane
895895 operator : Exists
0 commit comments