Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
jobs:
integration_tests:
name: Integration tests
uses: uc-cdis/.github/.github/workflows/integration_tests.yaml@master
uses: uc-cdis/.github/.github/workflows/integration_tests.yaml@chore/csoc_change
secrets:
CI_TEST_ORCID_USERID: ${{ secrets.CI_TEST_ORCID_USERID }}
CI_TEST_ORCID_PASSWORD: ${{ secrets.CI_TEST_ORCID_PASSWORD }}
Expand Down
20 changes: 10 additions & 10 deletions csoc/cluster-values/cluster-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ karpenter-crds:
kind: EC2NodeClass
name: default
amiFamily: AL2023
consolidationPolicy: "WhenEmptyOrUnderutilized"
consolidationPolicy: "WhenEmpty"
consolidateAfter: "5m"
expireAfter: "72h"
volumeSize: 80Gi
Expand All @@ -54,14 +54,14 @@ karpenter-crds:
operator: In
values:
- amd64
# - key: karpenter.k8s.aws/instance-family
# operator: In
# values:
# - r8i-flex
# - m8i-flex
# - key: karpenter.k8s.aws/instance-memory
# operator: Gt
# values:
# - "7000"
- key: karpenter.k8s.aws/instance-family
operator: In
values:
- r8i-flex
- m8i-flex
- key: karpenter.k8s.aws/instance-memory
operator: Gt
values:
- "7000"
kube-proxy:
enabled: true
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ arborist:
replicaCount: 4
autoscaling:
enabled: false
maxReplicas: 4
minReplicas: 1
maxReplicas: 4
targetCPUUtilizationPercentage: 40
enabled: true
image:
Expand Down
Loading