diff --git a/charts/vs-registrar/files/registrar-config.yaml b/charts/vs-registrar/files/registrar-config.yaml index 486e34055c8719a87d37a52b995f50685674c392..a06c03be7fdf6697421caf053cdc71cb716a4b7f 100644 --- a/charts/vs-registrar/files/registrar-config.yaml +++ b/charts/vs-registrar/files/registrar-config.yaml @@ -36,8 +36,10 @@ routes: {{- if not ( .Values.config.disableDefaultRoute ) }} items: path: registrar.route.stac.ItemRoute - replace: true - queue: register + queue: {{ .Values.config.defaultQueue | default "register" }} + {{ if .Values.config.defaultSuccessQueue -}} success_queue: {{ .Values.config.defaultSuccessQueue }} {{- end }} + {{ if .Values.config.defaultErrorQueue -}} error_queue: {{ .Values.config.defaultErrorQueue }} {{- end }} + {{ if .Values.config.defaultReplace -}} replace: {{ .Values.config.defaultReplace }} {{- end }} backends: - path: registrar.backend.eoxserver.ItemBackend kwargs: @@ -51,5 +53,11 @@ routes: {{- $prod_type_val := unset $prod_type_val "defaultBrowse" }} -{{- toYaml $prod_type_val | nindent 14 -}} {{- end -}} + {{- if .Values.config.defaultHandlers }} + handlers: + {{- toYaml .Values.config.defaultHandlers | nindent 8 }} + {{- end }} + {{- end }} + {{- if .Values.config.routes }} + {{- toYaml .Values.config.routes | nindent 4 -}} {{- end }} - {{- toYaml .Values.config.routes | nindent 2 -}} diff --git a/charts/vs-registrar/values.yaml b/charts/vs-registrar/values.yaml index 72f4f5187ec31099e1a7710cc117aa299ab23fe5..bd310714440f98e08ca9cd05d254f13345786c29 100644 --- a/charts/vs-registrar/values.yaml +++ b/charts/vs-registrar/values.yaml @@ -26,6 +26,11 @@ config: disableDefaultRoute: false eoxserverInstanceBasePath: "/var/www/pvs/dev" eoxserverInstanceName: "pvs_instance" + defaultQueue: "register" + defaultSuccessQueue: + defaultErrorQueue: + defaultReplace: true + defaultHandlers: routes: {} global: