Skip to content
Snippets Groups Projects
Commit b97c2f6d authored by Tancho Mihov's avatar Tancho Mihov
Browse files

Update issuer

parent 4033cb5c
No related branches found
No related tags found
No related merge requests found
apiVersion: v1 apiVersion: v1
appVersion: 0.0.0 appVersion: v0.0.1
description: infohub deployment description: infohub deployment
name: infohub name: infohub
version: 0.0.0 version: 0.0.1
icon: "https://www.vereign.com/wp-content/themes/vereign2020/images/vereign-logo.svg" icon: "https://www.vereign.com/wp-content/themes/vereign2020/images/vereign-logo.svg"
# infohub # infohub
![Version: 0.0.0](https://img.shields.io/badge/Version-0.0.0-informational?style=flat-square) ![AppVersion: 0.0.0](https://img.shields.io/badge/AppVersion-0.0.0-informational?style=flat-square) ![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![AppVersion: v0.0.1](https://img.shields.io/badge/AppVersion-v0.0.1-informational?style=flat-square)
infohub deployment infohub deployment
...@@ -9,7 +9,7 @@ infohub deployment ...@@ -9,7 +9,7 @@ infohub deployment
| Key | Type | Default | Description | | Key | Type | Default | Description |
|-----|------|---------|-------------| |-----|------|---------|-------------|
| addresses.cache | string | `"http://cache:8080"` | | | addresses.cache | string | `"http://cache:8080"` | |
| addresses.issueruri | string | `"did:tsa:123"` | | | addresses.issuerUri | string | `"did:web:123"` | |
| addresses.policy | string | `"http://policy:8080"` | | | addresses.policy | string | `"http://policy:8080"` | |
| addresses.signer | string | `"http://signer:8080"` | | | addresses.signer | string | `"http://signer:8080"` | |
| autoscaling.enabled | bool | `false` | Enable autoscaling | | autoscaling.enabled | bool | `false` | Enable autoscaling |
...@@ -40,7 +40,7 @@ infohub deployment ...@@ -40,7 +40,7 @@ infohub deployment
| log.level | string | `"debug"` | | | log.level | string | `"debug"` | |
| metrics.enabled | bool | `true` | Enable prometheus metrics | | metrics.enabled | bool | `true` | Enable prometheus metrics |
| metrics.port | int | `2112` | Port for prometheus metrics | | metrics.port | int | `2112` | Port for prometheus metrics |
| mongo.addr | string | `"mongodb://mongodb-mongodb-replicaset.infra:27017/infohub?replicaSet=rs0&authSource=admin&ssl=true"` | | | mongo.addr | string | `"mongodb://mongodb-mongodb-replicaset.mongo:27017/infohub?replicaSet=rs0&authSource=admin"` | |
| mongo.dbname | string | `"infohub"` | | | mongo.dbname | string | `"infohub"` | |
| mongo.pass | string | `""` | | | mongo.pass | string | `""` | |
| mongo.user | string | `""` | | | mongo.user | string | `""` | |
......
...@@ -84,7 +84,7 @@ addresses: ...@@ -84,7 +84,7 @@ addresses:
policy: http://policy:8080 policy: http://policy:8080
cache: http://cache:8080 cache: http://cache:8080
signer: http://signer:8080 signer: http://signer:8080
issuerUri: did:tsa:123 issuerUri: did:web:123
ingress: ingress:
enabled: true enabled: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment