Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-Steiner committed Dec 17, 2020
1 parent 4c5beb5 commit 22c351c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions k8s/coordinator/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ spec:
key: redis-password
- name: XAYNET_REDIS__URL
value: "redis://:$(REDIS_AUTH)@redis-master"
- name: XAYNET_TRUST_ANCHOR__IOTA__STORE__URL
value: "redis://:$(REDIS_AUTH)@redis-master"
- name: XAYNET_S3__ACCESS_KEY
valueFrom:
secretKeyRef:
Expand Down
12 changes: 12 additions & 0 deletions k8s/coordinator/development/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,15 @@ region = ["minio", "http://minio:9000"]

[restore]
enable = true

[trust_anchor.iota]
url = "https://nodes.devnet.iota.org:443"
network = "Devnet"
author_seed = "XAYN9IOTA9AUTHOR9SEED999"
author_state_pwd = "xaynet_iota_test_password"

[trust_anchor.iota.store]
# The url is configured via the enviroment variable `XAYNET_TRUST_ANCHOR__IOTA__STORE__URL`.
# `XAYNET_TRUST_ANCHOR__IOTA__STORE__URL` depends on the enviroment variable `REDIS_AUTH`,
# which is defined as a Kubernetes secret and exposed to the coordinator pod.
# See: k8s/coordinator/base/deployment.yaml

0 comments on commit 22c351c

Please sign in to comment.