File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -248,6 +248,8 @@ spec:
248248 value : localhost
249249 - name : QUARKUS_HTTP_PORT
250250 value : " 8800"
251+ - name : CRYOSTAT_STORAGE_BASE_URI
252+ value : http://{{ $fullName }}-storage:{{ .Values.storage.service.port }}
251253 {{- with (.Values.datasource.config).extra.envVars }}
252254 {{- toYaml . | nindent 10 }}
253255 {{- end }}
Original file line number Diff line number Diff line change @@ -466,6 +466,9 @@ tests:
466466 - equal :
467467 path : spec.template.spec.containers[?(@.name=='cryostat-jfr-datasource')].env[?(@.name=='QUARKUS_HTTP_PORT')].value
468468 value : " 8800"
469+ - equal :
470+ path : spec.template.spec.containers[?(@.name=='cryostat-jfr-datasource')].env[?(@.name=='CRYOSTAT_STORAGE_BASE_URI')].value
471+ value : http://RELEASE-NAME-cryostat-storage:8333
469472 - equal :
470473 path : spec.template.spec.containers[?(@.name=='cryostat-jfr-datasource')].ports[0].containerPort
471474 value : 8800
You can’t perform that action at this time.
0 commit comments