Skip to content
Merged
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
8 changes: 8 additions & 0 deletions applications/nublado/values-ukidacdev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ controller:
AUTO_REPO_URLS: "https://github.com/lsst-uk/rsp-uk-notebooks"
AUTO_REPO_BRANCH: "main"
AUTO_REPO_SPECS: "https://github.com/lsst-uk/rsp-uk-notebooks@main"
DAF_BUTLER_REPOSITORY_INDEX: "/data/butler/data-repos.yaml"
initContainers:
- name: "inithome"
image:
Expand All @@ -36,13 +37,20 @@ controller:
serverPath: "/datasets"
server: "192.41.122.94"
type: "nfs"
- name: "lsdb-data"
source:
serverPath: "/data/butler/lsdb_data"
server: "192.41.122.94"
type: "nfs"
volumeMounts:
- containerPath: "/data"
volumeName: "data"
- containerPath: "/home"
volumeName: "home"
- containerPath: "/datasets"
volumeName: "datasets"
- containerPath: "/rubin/lsdb_data"
volumeName: "lsdb-data"

proxy:
ingress:
Expand Down
8 changes: 8 additions & 0 deletions applications/nublado/values-ukidacprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
AUTO_REPO_URLS: "https://github.com/lsst-uk/rsp-uk-notebooks"
AUTO_REPO_BRANCH: "main"
AUTO_REPO_SPECS: "https://github.com/lsst-uk/rsp-uk-notebooks@main"
DAF_BUTLER_REPOSITORY_INDEX: "/data/butler/data-repos.yaml"
initContainers:
- name: "inithome"
image:
Expand All @@ -36,13 +37,20 @@
serverPath: "/datasets"
server: "192.41.122.33"
type: "nfs"
- name: "lsdb-data"
source:
serverPath: "/data/butler/lsdb_data"
server: "192.41.122.94"
type: "nfs"
volumeMounts:
- containerPath: "/data"
volumeName: "data"
- containerPath: "/home"
volumeName: "home"
- containerPath: "/datasets"
volumeName: "datasets"
- containerPath: "/rubin/lsdb_data"

Check failure on line 52 in applications/nublado/values-ukidacprod.yaml

View workflow job for this annotation

GitHub Actions / lint

52:10 syntax error: expected <block end>, but found '<block sequence start>' (syntax)
volumeName: "lsdb-data"

Check failure on line 53 in applications/nublado/values-ukidacprod.yaml

View workflow job for this annotation

GitHub Actions / lint

53:11 [indentation] wrong indentation: expected 11 but found 10

proxy:
ingress:
Expand Down
Loading