Skip to content

Commit

Permalink
Add startup command for TRS
Browse files Browse the repository at this point in the history
  • Loading branch information
oderayi committed Mar 23, 2020
1 parent 06c6292 commit f1a0133
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions mojaloop/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3393,6 +3393,7 @@ transaction-requests-service:
repository: mojaloop/transaction-requests-service
tag: v9.4.0
pullPolicy: Always
command: '["node", "src/index.js", "api"]'

readinessProbe:
enabled: true
Expand Down
1 change: 1 addition & 0 deletions transaction-requests-service/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ spec:
- name: {{ template "transaction-requests-service.name" . }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
command: {{ .Values.image.command }}
ports:
{{- range $port := .Values.service.ports }}
- name: {{ $port.name }}
Expand Down
1 change: 1 addition & 0 deletions transaction-requests-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ image:
repository: mojaloop/transaction-requests-service
tag: v9.4.0
pullPolicy: Always
command: '["node", "src/index.js", "api"]'

readinessProbe:
enabled: true
Expand Down

0 comments on commit f1a0133

Please sign in to comment.