Skip to content

Commit

Permalink
chore(helm/cf-cardano-ballot-voting-api): added KERI_BALLOT_VERIFIER_…
Browse files Browse the repository at this point in the history
…APP_URL
  • Loading branch information
rcmorano committed Aug 13, 2024
1 parent 6add15d commit 6a66b86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/cf-cardano-ballot-voting-api/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@ spec:
- name: ROLLBACK_HANDLING_ENABLED
value: {{ $.Values.rollbackHandlingEnabled | default "true" | quote }}

- name: KERI_BALLOT_VERIFIER_APP_URL
value: {{ .Values.keriBallotVerifierAppUrl | default "http://cf-keri-ballot-verifier:5667" }}

ports:
- name: http
containerPort: {{ .Values.service.port }}
Expand Down

0 comments on commit 6a66b86

Please sign in to comment.