diff --git a/helm-chart/banzai-floyds/values-prod.yaml b/helm-chart/banzai-floyds/values-prod.yaml index 42fbfd0..69758c0 100644 --- a/helm-chart/banzai-floyds/values-prod.yaml +++ b/helm-chart/banzai-floyds/values-prod.yaml @@ -41,6 +41,7 @@ securityContext: runAsUser: 10087 runAsGroup: 10000 +# TODO: resolve: this is a duplicate (see above) horizontalPodAutoscaler: enabled: true minReplicas: 3 @@ -49,9 +50,20 @@ horizontalPodAutoscaler: nodeSelector: {} -tolerations: [] - -affinity: {} +tolerations: + - key: karpenter.lco.earth/provisioner-name + operator: Equal + value: prod + +affinity: + nodeAffinity: + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: karpenter.lco.earth/provisioner-name + operator: In + values: + - prod ingester: apiRoot: http://archiveapi-internal.prod/