File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
charts/safe-infrastructure Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : safe-infrastructure
3
3
description : A Helm chart for Safe Infrastructure services
4
4
type : application
5
- version : 0.1.12
5
+ version : 0.1.13
6
6
appVersion : " 1.0.0"
7
7
maintainers :
8
8
- name : Safe Team
Original file line number Diff line number Diff line change 23
23
ports :
24
24
- containerPort : 3000
25
25
env :
26
+ - name : BRIDGE_API_KEY
27
+ value : 123456
26
28
- name : HTTP_CLIENT_REQUEST_TIMEOUT_MILLISECONDS
27
29
value : {{ .Values.cgw.env.httpClientRequestTimeoutMilliseconds | quote }}
28
30
- name : SAFE_CONFIG_BASE_URI
@@ -105,4 +107,4 @@ spec:
105
107
name : {{ include "safe-infrastructure.fullname" . }}-credentials
106
108
key : postgres-database
107
109
resources :
108
- {{- toYaml .Values.resources | nindent 10 }}
110
+ {{- toYaml .Values.resources | nindent 10 }}
You can’t perform that action at this time.
0 commit comments