Commit 48315c1f authored by Yakubov, Sergey's avatar Yakubov, Sergey
Browse files

rename rmq queue variable

parent 4396a11f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.0
version: 0.3.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
+4 −4
Original line number Diff line number Diff line
@@ -24,18 +24,18 @@ spec:
          env:
            - name: NDIP_HTTP_ENABLED
              value: "false"
            - name: NDIP_RMQ_URL
              value: "amqp://{{ .Values.rdb.rabbitMqUser }}:{{ .Values.rdb.rabbitMqPassword }}@{{ .Values.rdb.rabbitMqUrl }}"
            - name: NDIP_RMQCLIENT_ENABLED
              value: "true"
            - name: NDIP_RMQCLIENT_QUEUE
              value: "{{ .Values.rdb.rabbitQueue }}"
            - name: NDIP_AUTH_ENABLED
              value: "{{ .Values.rdb.auth.enabled }}"
            - name: NDIP_AUTH_USERLIST
              value: "{{ join "," .Values.rdb.auth.userList }}"
            - name: NDIP_AUTH_JWKSURL
              value: "{{ .Values.rdb.auth.jwksUrl }}"
            - name: NDIP_RMQ_URL
              value: "amqp://{{ .Values.rdb.rabbitMqUser }}:{{ .Values.rdb.rabbitMqPassword }}@{{ .Values.rdb.rabbitMqUrl }}"
            - name: NDIP_RMQ_QUEUE
              value: "{{ .Values.rdb.rabbitQueue }}"
            - name: NDIP_LOGLEVEL
              value: "{{ .Values.rdb.logLevel }}"