-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathvalues-summit.yaml
More file actions
93 lines (92 loc) · 3.09 KB
/
values-summit.yaml
File metadata and controls
93 lines (92 loc) · 3.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
controller:
config:
images:
prepullTimeout: "20m"
source:
type: "docker"
registry: "ts-dockerhub.lsst.org"
repository: "sal-sciplat-lab"
numReleases: 0
numWeeklies: 3
numDailies: 2
cycle: 43
recommendedTag: "recommended_c0043"
lab:
defaultSize: "small"
env:
AWS_REQUEST_CHECKSUM_CALCULATION: WHEN_REQUIRED
AWS_SHARED_CREDENTIALS_FILE: "/opt/lsst/software/jupyterlab/secrets/aws-credentials.ini"
DAF_BUTLER_REPOSITORY_INDEX: "/project/data-repos.yaml"
LSST_KAFKA_BROKER_ADDR: "sasquatch-kafka-bootstrap.sasquatch:9092"
LSST_KAFKA_PASSFILE: "/opt/lsst/software/jupyterlab/secrets/kafka_credentials.txt"
LSST_SCHEMA_REGISTRY_URL: "http://sasquatch-schema-registry.sasquatch:8081"
LSST_SITE: "summit"
LSST_TOPIC_SUBNAME: "sal"
PGPASSFILE: "/opt/lsst/software/jupyterlab/secrets/postgres-credentials.txt"
PGUSER: "oods"
RSP_SITE_TYPE: "telescope"
S3_ENDPOINT_URL: "https://s3-butler.cp.lsst.org"
pullSecret: "pull-secret"
secrets:
- secretName: "nublado-lab-secret"
secretKey: "aws-credentials.ini"
- secretName: "nublado-lab-secret"
secretKey: "kafka_credentials.txt"
- secretName: "nublado-lab-secret"
secretKey: "postgres-credentials.txt"
volumes:
- name: "home"
source:
type: "nfs"
serverPath: "/rsphome"
server: "nfs-rsphome.cp.lsst.org"
- name: "project"
source:
type: "nfs"
serverPath: "/project"
server: "nfs-project.cp.lsst.org"
- name: "scratch"
source:
type: "nfs"
serverPath: "/scratch"
server: "nfs-scratch.cp.lsst.org"
- name: "latiss"
source:
type: "nfs"
serverPath: "/auxtel/repo/LATISS"
server: "nfs-auxtel.cp.lsst.org"
- name: "obs-env"
source:
type: "nfs"
serverPath: "/obs-env"
server: "nfs-obs-env.cp.lsst.org"
- name: "lsstdata-auxtel"
source:
type: "nfs"
serverPath: "/auxtel/lsstdata"
server: "nfs-auxtel.cp.lsst.org"
- name: "lsstdata-base-auxtel"
source:
type: "nfs"
serverPath: "/auxtel/lsstdata/base/auxtel"
server: "nfs-auxtel.cp.lsst.org"
volumeMounts:
- containerPath: "/home"
volumeName: "home"
- containerPath: "/project"
volumeName: "project"
- containerPath: "/scratch"
volumeName: "scratch"
- containerPath: "/repo/LATISS"
volumeName: "latiss"
- containerPath: "/net/obs-env"
volumeName: "obs-env"
- containerPath: "/readonly/lsstdata/auxtel"
volumeName: "lsstdata-auxtel"
- containerPath: "/data/lsstdata/base/auxtel"
volumeName: "lsstdata-base-auxtel"
jupyterhub:
hub:
db:
upgrade: true
url: "postgresql://nublado3@postgresdb01.cp.lsst.org/nublado3"