Skip to content

Commit

Permalink
Add node pool for IDF prod
Browse files Browse the repository at this point in the history
  • Loading branch information
athornton committed Dec 20, 2024
1 parent 5ea89ab commit 18e8359
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions applications/nublado/values-idfprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ controller:
volumeMounts:
- containerPath: "/home"
volumeName: "home"
nodeSelector:
node_pool: "user-lab-pool"
secrets:
- secretName: "nublado-lab-secret"
secretKey: "aws-credentials.ini"
Expand All @@ -47,6 +49,10 @@ controller:
- size: large
cpu: 4.0
memory: 16Gi
tolerations:
- key: "nublado.lsst.io/permitted"
operator: "Exists"
effect: "NoExecute"
volumes:
- name: "home"
source:
Expand Down

0 comments on commit 18e8359

Please sign in to comment.