Skip to content
Snippets Groups Projects
Commit 1b4cbba1 authored by Valeri Fikov's avatar Valeri Fikov :speech_balloon:
Browse files

README changes

parent f4d3ad19
No related branches found
No related tags found
No related merge requests found
Pipeline #51807 passed
...@@ -9,6 +9,7 @@ infohub deployment ...@@ -9,6 +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.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 |
...@@ -34,10 +35,10 @@ infohub deployment ...@@ -34,10 +35,10 @@ 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"` | | | mongo.addr | string | `"mongodb://mongodb-mongodb-replicaset.infra:27017/infohub?replicaSet=rs0&authSource=admin&ssl=true"` | |
| mongo.dbname | string | `"infohub"` | | | mongo.dbname | string | `"infohub"` | |
| mongo.pass | string | `"root"` | | | mongo.pass | string | `""` | |
| mongo.user | string | `"root"` | | | mongo.user | string | `""` | |
| name | string | `"infohub"` | Application name | | name | string | `"infohub"` | Application name |
| nameOverride | string | `""` | Ovverwrites application name | | nameOverride | string | `""` | Ovverwrites application name |
| podAnnotations | object | `{}` | | | podAnnotations | object | `{}` | |
......
...@@ -65,7 +65,7 @@ spec: ...@@ -65,7 +65,7 @@ spec:
- name: SIGNER_ADDR - name: SIGNER_ADDR
value: {{ .Values.addresses.signer | quote }} value: {{ .Values.addresses.signer | quote }}
- name: ISSUER_URI - name: ISSUER_URI
value: {{ .Values.addresses.iisueruri| quote }} value: {{ .Values.addresses.issueruri | quote }}
{{- if .Values.extraVars }} {{- if .Values.extraVars }}
{{ toYaml .Values.extraVars | indent 8 }} {{ toYaml .Values.extraVars | indent 8 }}
{{- end }} {{- end }}
......
...@@ -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:tsa: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