Skip to content

Commit

Permalink
Merge dev to dev-to-eks
Browse files Browse the repository at this point in the history
  • Loading branch information
k8s-on-aws-manager-app[bot] authored Mar 5, 2025
2 parents bbfebd5 + 184e811 commit fc7ae9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions cluster/config-defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1244,6 +1244,7 @@ wiz_sensor_cpu: "300m"
wiz_sensor_memory: "300Mi"
wiz_connector_cpu: "300m"
wiz_connector_memory: "300Mi"
wiz_priority: "false"
# Please note when this is set to true it allows the use of the node selector feature
# to deploy the sensor and connector on specific nodes, by manually setting the node selector label on the nodes.
# This is useful when you want to deploy the sensor and connector on specific nodes.
Expand Down
3 changes: 3 additions & 0 deletions cluster/manifests/wiz/sensor-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ spec:
cluster-autoscaler.kubernetes.io/enable-ds-eviction: "true"
spec:
serviceAccountName: wiz-sensor
{{- if eq .Cluster.ConfigItems.wiz_priority "true" }}
priorityClassName: system-node-critical
{{- end }}
nodeSelector:
{{ if eq .Cluster.ConfigItems.wiz_node_feature_rollout "true" }}
node-feature.zalando.org/wiz: enabled
Expand Down

0 comments on commit fc7ae9d

Please sign in to comment.