Loading kubernetes/helm/openslice/templates/cridge.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,7 @@ spec: - name: SPRING_APPLICATION_JSON value: >- { "spring.config.import": "configtree:/etc/config/", "spring.activemq.brokerUrl": "tcp://{{ include "openslice.fullname" . }}-artemis:61616?jms.watchTopicAdvisories=false", "logging.level.org.springframework" : "{{ .Values.cridge.spring.logLevel | default "INFO" }}", "logging.level.org.etsi.osl.cridge" : "{{ .Values.cridge.logLevel | default "INFO" }}" Loading Loading
kubernetes/helm/openslice/templates/cridge.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,7 @@ spec: - name: SPRING_APPLICATION_JSON value: >- { "spring.config.import": "configtree:/etc/config/", "spring.activemq.brokerUrl": "tcp://{{ include "openslice.fullname" . }}-artemis:61616?jms.watchTopicAdvisories=false", "logging.level.org.springframework" : "{{ .Values.cridge.spring.logLevel | default "INFO" }}", "logging.level.org.etsi.osl.cridge" : "{{ .Values.cridge.logLevel | default "INFO" }}" Loading