Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Changin env vars for Prod #67

Merged
merged 1 commit into from
Nov 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions stack-eks/app/prod-a/app.daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ spec:
name: app-env-vars
key: ALGOD_TOKENS
- name: ALGOD_SERVERS
value: https://testnet-algod.appliedblockchain.com,https://node.testnet.algoexplorerapi.io
value: https://algod.appliedblockchain.com,https://node.algoexplorerapi.io
- name: ALGOD_PORTS
value: ","
- name: APP_CREATOR_ADDRESS
value: "LWOXAHEF32ISGGQSQTOFFTVSVUGJIRRFSIJYRFVL4PK4KS7MNG4SBWKYK4"
value: "YOVFLARZNWGKV7DAIHNK66HVYYJGYFQQIUAGWHOAMOPNOFSI5MR54ZCGMQ"
- name: APP_ID
value: "110096026"
- name: DUMMY_APP_ID
Expand Down
4 changes: 2 additions & 2 deletions stack-eks/app/prod-b/app.daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ spec:
name: app-env-vars
key: ALGOD_TOKENS
- name: ALGOD_SERVERS
value: https://testnet-algod.appliedblockchain.com,https://node.testnet.algoexplorerapi.io
value: https://algod.appliedblockchain.com,https://node.algoexplorerapi.io
- name: ALGOD_PORTS
value: ","
- name: APP_CREATOR_ADDRESS
value: "LWOXAHEF32ISGGQSQTOFFTVSVUGJIRRFSIJYRFVL4PK4KS7MNG4SBWKYK4"
value: "YOVFLARZNWGKV7DAIHNK66HVYYJGYFQQIUAGWHOAMOPNOFSI5MR54ZCGMQ"
- name: APP_ID
value: "110096026"
- name: DUMMY_APP_ID
Expand Down
4 changes: 2 additions & 2 deletions stack-eks/vrf/prod-a/vrf.daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ spec:
- name: AWS_REGION
value: "eu-west-1"
- name: AWS_ACCESS_KEY_ID
value: "AKIAVQ5QOOOM7F2MUCA2"
value: "AKIAUCFCNNDPZIQCZ776"
- name: AWS_SECRET_ACCESS_KEY
valueFrom:
secretKeyRef:
name: app-env-vars
key: AWS_SECRET_ACCESS_KEY
- name: AWS_KMS_KEY_ID
value: "mrk-16204a3cd38f4c1c8c0a523b9ba10bf2"
value: "mrk-b052d34bfc334732978512e73acb9f41"
- name: VRF_ENCRYPTED_KEY
valueFrom:
secretKeyRef:
Expand Down
4 changes: 2 additions & 2 deletions stack-eks/vrf/prod-b/vrf.daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ spec:
- name: AWS_REGION
value: "eu-west-1"
- name: AWS_ACCESS_KEY_ID
value: "AKIAVQ5QOOOM7F2MUCA2"
value: "AKIAUCFCNNDPZIQCZ776"
- name: AWS_SECRET_ACCESS_KEY
valueFrom:
secretKeyRef:
name: app-env-vars
key: AWS_SECRET_ACCESS_KEY
- name: AWS_KMS_KEY_ID
value: "mrk-16204a3cd38f4c1c8c0a523b9ba10bf2"
value: "mrk-b052d34bfc334732978512e73acb9f41"
- name: VRF_ENCRYPTED_KEY
valueFrom:
secretKeyRef:
Expand Down