Skip to content

Commit

Permalink
Updated instance types to latest/greatest and removed consolidation (#…
Browse files Browse the repository at this point in the history
…2364)

* Updated instance types to latest/greatest and removed consolidation

* Updated instance types to latest/greatest and removed consolidation

---------

Co-authored-by: Edward Malinowski <edwardmalinowski@Eds-MacBook-Pro.local>
  • Loading branch information
emalinowski and Edward Malinowski authored Oct 4, 2023
1 parent d842370 commit c3dc5ba
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions kube/services/argo-events/workflows/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ data:
operator: In
values:
- amd64
- key: karpenter.k8s.aws/instance-category
- key: karpenter.k8s.aws/instance-family
operator: In
values:
- c
- t
- c6i
- c7i
- m7i
taints:
- key: role
value: $WORKFLOW_NAME
Expand All @@ -34,9 +35,6 @@ data:
cpu: 2000
providerRef:
name: workflow-$WORKFLOW_NAME
# Allow pods to be rearranged
consolidation:
enabled: true
# Kill nodes after 30 days to ensure they stay up to date
ttlSecondsUntilExpired: 2592000
ttlSecondsAfterEmpty: 10
Expand Down Expand Up @@ -98,7 +96,7 @@ data:
blockDeviceMappings:
- deviceName: /dev/xvda
ebs:
volumeSize: 50Gi
volumeSize: 100Gi
volumeType: gp2
encrypted: true
deleteOnTermination: true

0 comments on commit c3dc5ba

Please sign in to comment.