Skip to content

Commit

Permalink
Add work URL
Browse files Browse the repository at this point in the history
  • Loading branch information
bbedward committed Mar 8, 2024
1 parent 807d7d2 commit 01e1162
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kubernetes/kalium/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ spec:
secretKeyRef:
name: kalium
key: bpow_key
- name: WORK_URL
valueFrom:
secretKeyRef:
name: kalium
key: work_url
- name: RATE_LIMIT_WHITELIST
valueFrom:
secretKeyRef:
Expand Down
5 changes: 5 additions & 0 deletions kubernetes/natrium/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ spec:
secretKeyRef:
name: natrium
key: bpow_key
- name: WORK_URL
valueFrom:
secretKeyRef:
name: kalium
key: work_url
- name: BPOW_URL
value: http://boompow-service.boompow-next:8080/graphql
- name: NODE_WS_URL
Expand Down

0 comments on commit 01e1162

Please sign in to comment.