Commit 9d1d1c6f authored by Kostis Trantzas's avatar Kostis Trantzas
Browse files

CRIDGE importing configtree path (fix for #63)

parent 9b73495f
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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" }}"