Skip to content
Snippets Groups Projects
Verified Commit f1e08a4e authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

web: Extend production server list in production

So some views are better cached in different instances.

Refs. swh/infra/sysadm-environment#5183
parent 3e98dd64
No related branches found
No related tags found
1 merge request!275web: Extend production server list in production
......@@ -14,6 +14,12 @@ data:
{{- range $host := $hosts }}
- {{ $host }}
{{- end }}
{{- if and .Values.environment (eq .Values.environment "production") }}
production_server_names:
{{- range $host := $hosts }}
- {{ $host }}
{{- end }}
{{- end }}
{{- include "swh.service.fromYaml" (dict "service" "storage"
"configurationRef" .Values.web.storageConfigurationRef
"Values" .Values) | nindent 4 }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment