Loading rdb/Chart.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -15,10 +15,10 @@ 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.5.0 version: 0.5.1 # 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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. appVersion: "0.5.0" appVersion: "0.5.1" rdb/templates/deployment.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ spec: - name: NDIP_HTTP_ENABLED value: "false" - name: NDIP_RMQ_URL value: "amqp://{{ .Values.rdb.rabbitMqUser }}:{{ .Values.rdb.rabbitMqPassword }}@{{ .Values.rdb.rabbitMqUrl }}" value: "{{ .Values.rdb.rabbitMqProtocol }}://{{ .Values.rdb.rabbitMqUser }}:{{ .Values.rdb.rabbitMqPassword }}@{{ .Values.rdb.rabbitMqUrl }}" - name: NDIP_RMQCLIENT_ENABLED value: "true" - name: NDIP_RMQCLIENT_QUEUE Loading rdb/values.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ rdb: enabled: true jwksUrls: userFields: rabbitMqProtocol: amqp rabbitMqUser: guest rabbitMqUrl: localhost:5672 rabbitMqPassword: guest Loading Loading
rdb/Chart.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -15,10 +15,10 @@ 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.5.0 version: 0.5.1 # 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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. appVersion: "0.5.0" appVersion: "0.5.1"
rdb/templates/deployment.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ spec: - name: NDIP_HTTP_ENABLED value: "false" - name: NDIP_RMQ_URL value: "amqp://{{ .Values.rdb.rabbitMqUser }}:{{ .Values.rdb.rabbitMqPassword }}@{{ .Values.rdb.rabbitMqUrl }}" value: "{{ .Values.rdb.rabbitMqProtocol }}://{{ .Values.rdb.rabbitMqUser }}:{{ .Values.rdb.rabbitMqPassword }}@{{ .Values.rdb.rabbitMqUrl }}" - name: NDIP_RMQCLIENT_ENABLED value: "true" - name: NDIP_RMQCLIENT_QUEUE Loading
rdb/values.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ rdb: enabled: true jwksUrls: userFields: rabbitMqProtocol: amqp rabbitMqUser: guest rabbitMqUrl: localhost:5672 rabbitMqPassword: guest Loading