Skip to content

Commit

Permalink
Merge pull request #4032 from lsst-sqre/tickets/DM-48170
Browse files Browse the repository at this point in the history
tickets/DM-48170: Put user lab workload into its own pool
  • Loading branch information
athornton authored Dec 26, 2024
2 parents e1ed490 + cc6a4ca commit 0c419b2
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
12 changes: 12 additions & 0 deletions applications/nublado/values-idfdev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ controller:
logLevel: "DEBUG"
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 @@ -33,6 +39,8 @@ controller:
volumeMounts:
- containerPath: "/home"
volumeName: "home"
nodeSelector:
node_pool: "user-lab-pool"
secrets:
- secretName: "nublado-lab-secret"
secretKey: "aws-credentials.ini"
Expand All @@ -42,6 +50,10 @@ controller:
secretKey: "butler-hmac-idf-creds.json"
- secretName: "nublado-lab-secret"
secretKey: "postgres-credentials.txt"
tolerations:
- key: "nublado.lsst.io/permitted"
operator: "Exists"
effect: "NoExecute"
volumes:
- name: "home"
source:
Expand Down
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
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 0c419b2

Please sign in to comment.