Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
robyww committed Jan 21, 2025
1 parent 5d69463 commit 6c5cbd1
Showing 1 changed file with 19 additions and 35 deletions.
54 changes: 19 additions & 35 deletions applications/portal/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,25 +48,25 @@ spec:
- name: "PROPS_lsst__hips__masterUrl"
value: "{{ .Values.global.baseUrl }}/api/hips/list"
- name: "PROPS_OP_hips_defHipsSources_label"
value: "'XXXXXXXXXX Rubin XXX Featured_XXXX'"
# - name: "PROPS_OP_hips_adhocMocSource_label"
# value: "Rubin Featured MOC"
# - name: "PROPS_OP_hips_adhocMocSource_sources_0"
# value: "temp://lsst/dp02_dc2/hips/images/color_gri"
# - name: "PROPS_OP_hips_adhocMocSource_sources_1"
# value: "temp://lsst/dp02_dc2/hips/images/band_u"
# - name: "PROPS_OP_hips_adhocMocSource_sources_2"
# value: "temp://lsst/dp02_dc2/hips/images/band_g"
# - name: "PROPS_OP_hips_adhocMocSource_sources_3"
# value: "temp://lsst/dp02_dc2/hips/images/band_r"
# - name: "PROPS_OP_hips_adhocMocSource_sources_4"
# value: "temp://lsst/dp02_dc2/hips/images/band_i"
# - name: "PROPS_OP_hips_adhocMocSource_sources_5"
# value: "temp://lsst/dp02_dc2/hips/images/band_z"
# - name: "PROPS_OP_hips_adhocMocSource_sources_6"
# value: "temp://lsst/dp02_dc2/hips/images/band_y"
# - name: "PROPS_OP_hips_adhocMocSource_sources_7"
# value: "ivo://CDS/P/2MASS/color"
value: "'Rubin Featured'"
- name: "PROPS_OP_hips_adhocMocSource_label"
value: "'Rubin Featured MOC"
- name: "PROPS_OP_hips_adhocMocSource_sources_0"
value: "'temp://lsst/dp02_dc2/hips/images/color_gri'"
- name: "PROPS_OP_hips_adhocMocSource_sources_1"
value: "'temp://lsst/dp02_dc2/hips/images/band_u'"
- name: "PROPS_OP_hips_adhocMocSource_sources_2"
value: "'temp://lsst/dp02_dc2/hips/images/band_g'"
- name: "PROPS_OP_hips_adhocMocSource_sources_3"
value: "'temp://lsst/dp02_dc2/hips/images/band_r'"
- name: "PROPS_OP_hips_adhocMocSource_sources_4"
value: "'temp://lsst/dp02_dc2/hips/images/band_i'"
- name: "PROPS_OP_hips_adhocMocSource_sources_5"
value: "'temp://lsst/dp02_dc2/hips/images/band_z'"
- name: "PROPS_OP_hips_adhocMocSource_sources_6"
value: "'temp://lsst/dp02_dc2/hips/images/band_y'"
- name: "PROPS_OP_hips_adhocMocSource_sources_7"
value: "'ivo://CDS/P/2MASS/color'"
- name: "PROPS_FIREFLY_OPTIONS"
value: >-
$'{
Expand Down Expand Up @@ -116,22 +116,6 @@ spec:
]
}
},
"hips": {
"defHipsSources": {"source": "lsst", "label": "Rubin Featured"},
"adhocMocSource": {
"sources": [
"temp://lsst/dp02_dc2/hips/images/color_gri",
"temp://lsst/dp02_dc2/hips/images/band_u",
"temp://lsst/dp02_dc2/hips/images/band_g",
"temp://lsst/dp02_dc2/hips/images/band_r",
"temp://lsst/dp02_dc2/hips/images/band_i",
"temp://lsst/dp02_dc2/hips/images/band_z",
"temp://lsst/dp02_dc2/hips/images/band_y",
"ivo://CDS/P/2MASS/color"
],
"label": "Rubin Featured MOC"
}
},
"searchActionsCmdMask": [
"tableTapUpload",
"tableHiPS", "tapRadius", "tapArea", "tableTapRadius",
Expand Down

0 comments on commit 6c5cbd1

Please sign in to comment.