Skip to content

Commit

Permalink
Merge pull request #73 from MajicGit/main
Browse files Browse the repository at this point in the history
Add API key to server deployments
  • Loading branch information
bbedward authored Apr 9, 2024
2 parents 4a935a2 + da9455d commit 0bb4435
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kubernetes/bananobot/deployment_server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ spec:
secretKeyRef:
name: bananobot
key: wallet_id
- name: API_KEY
valueFrom:
secretKeyRef:
name: bananobot
key: api_key
volumeMounts:
- name: conf
mountPath: /config
Expand Down
5 changes: 5 additions & 0 deletions kubernetes/graham_banano/deployment_server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ spec:
secretKeyRef:
name: graham-banano
key: wallet_id
- name: API_KEY
valueFrom:
secretKeyRef:
name: graham-banano
key: api_key
volumeMounts:
- name: conf
mountPath: /config
Expand Down
5 changes: 5 additions & 0 deletions kubernetes/nano/deployment_server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ spec:
secretKeyRef:
name: graham-nano
key: wallet_id
- name: API_KEY
valueFrom:
secretKeyRef:
name: graham-nano
key: api_key
volumeMounts:
- name: conf
mountPath: /config
Expand Down

0 comments on commit 0bb4435

Please sign in to comment.