Skip to content
Snippets Groups Projects

swh: add storage service

Closed Guillaume Samson requested to merge 4811_swh_storage into staging
6 files
+ 35
6
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -75,7 +75,7 @@ spec:
path: /
port: rpc
initialDelaySeconds: 10
periodSeconds: 5
periodSeconds: 5
command:
- /bin/bash
args:
@@ -95,7 +95,7 @@ spec:
- name: STATSD_PORT
value: {{ .Values.statsdPort | default "9125" | quote }}
- name: LOG_LEVEL
value: {{ .Values.storage.logLevel | quote }}
value: {{ .Values.storage.logLevel | quote }}
{{- if .Values.storage.sentry.enabled }}
- name: SWH_SENTRY_ENVIRONMENT
value: {{ .Values.sentry.environment }}
Loading