Skip to content

Commit

Permalink
[skip ci] repo-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
loft-bot committed Oct 23, 2024
1 parent 9f8db82 commit be7f5df
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ securityContext:
podSecurityContext: {}

# Loft *agent* default values to use, options can be seen in the loft-agent chart values:
# https://github.com/loft-sh/loft/blob/master/chart/values.yaml
# https://github.com/loft-sh/loft/blob/main/chart/values.yaml
# agent values cluster annotations take precedent over these values
agentValues: {}

Expand Down Expand Up @@ -228,18 +228,18 @@ podDisruptionBudget:
affinity:
nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 1
preference:
matchExpressions:
- key: eks.amazonaws.com/capacityType
operator: NotIn
values:
- SPOT
- key: kubernetes.azure.com/scalesetpriority
operator: NotIn
values:
- spot
- key: cloud.google.com/gke-provisioning
operator: NotIn
values:
- spot
- weight: 1
preference:
matchExpressions:
- key: eks.amazonaws.com/capacityType
operator: NotIn
values:
- SPOT
- key: kubernetes.azure.com/scalesetpriority
operator: NotIn
values:
- spot
- key: cloud.google.com/gke-provisioning
operator: NotIn
values:
- spot

0 comments on commit be7f5df

Please sign in to comment.