Skip to content

Commit

Permalink
Add node pool restrictions to idf-int
Browse files Browse the repository at this point in the history
  • Loading branch information
athornton committed Dec 20, 2024
1 parent b72ea44 commit 5ea89ab
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions applications/nublado/values-idfint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ controller:
config:
fileserver:
enabled: true
nodeSelector:
node_pool: "user-lab-pool"
tolerations:
- key: "nublado.lsst.io/permitted"
operator: "Exists"
effect: "NoExecute"
volumeMounts:
- containerPath: "/home"
volumeName: "home"
Expand Down Expand Up @@ -43,6 +49,8 @@ controller:
volumeMounts:
- containerPath: "/home"
volumeName: "home"
nodeSelector:
node_pool: "user-lab-pool"
secrets:
- secretName: "nublado-lab-secret"
secretKey: "aws-credentials.ini"
Expand All @@ -65,6 +73,10 @@ controller:
- size: huge
cpu: 8.0
memory: 32Gi
tolerations:
- key: "nublado.lsst.io/permitted"
operator: "Exists"
effect: "NoExecute"
volumes:
- name: "home"
source:
Expand Down

0 comments on commit 5ea89ab

Please sign in to comment.