Skip to content

Commit

Permalink
update env vars in the deployment of exn
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarchel7bulls committed Jul 23, 2024
1 parent 9e6bf97 commit 9a8c7a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/nebulous-exn-middleware/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ spec:
value: {{ .Values.ACTIVEMQ_HOST | default "nebulous-activemq" | quote }}
- name: 'ACTIVEMQ_PORT'
value: {{ .Values.ACTIVEMQ_PORT | default "5672" | quote }}
- name: 'SAL_USER'
value: user
- name: 'SAL_PASSWORD'
value: password
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Expand Down

0 comments on commit 9a8c7a4

Please sign in to comment.