Skip to content
Snippets Groups Projects
Unverified Commit 22f11c47 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

provenance/deployment: Fix variable issue type and typo

parent 815b025f
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
- name: SWH_CONFIG_FILENAME
value: /etc/swh/config.yml
- name: PROVENANCE_PATH
value: {{ .provenancePATH }}
value: {{ .provenancePath }}
- name: GRAPH_PATH
value: {{ .graphPath }}
- name: DATASET_VERSION
......
......@@ -152,7 +152,7 @@ spec:
- name: PROVENANCE_TYPE
value: {{ $type }}
- name: PORT
value: {{ $port }}
value: {{ $port | quote }}
{{ if eq $type "rpc" -}}
- name: WORKERS
value: {{ $gunicornConfig.workers | quote }}
......@@ -160,6 +160,8 @@ spec:
value: {{ $gunicornConfig.threads | quote }}
- name: TIMEOUT
value: {{ $gunicornConfig.timeout | quote }}
- name: SWH_CONFIG_FILENAME
value: /etc/swh/config.yml
- name: SWH_LOG_CONFIG_JSON
value: /etc/swh/logging/logging-gunicorn.json
- name: STATSD_SERVICE_TYPE
......
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