Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
infohub-helm
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gaia-X
Trust Services API
infohub-helm
Commits
1b4cbba1
Commit
1b4cbba1
authored
2 years ago
by
Valeri Fikov
Browse files
Options
Downloads
Patches
Plain Diff
README changes
parent
f4d3ad19
No related branches found
Branches containing commit
Tags
v1.2.2
Tags containing commit
No related merge requests found
Pipeline
#51807
passed with stage
Stage:
in 8 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+4
-3
4 additions, 3 deletions
README.md
templates/deployment.yaml
+1
-1
1 addition, 1 deletion
templates/deployment.yaml
values.yaml
+1
-1
1 addition, 1 deletion
values.yaml
with
6 additions
and
5 deletions
README.md
+
4
−
3
View file @
1b4cbba1
...
...
@@ -9,6 +9,7 @@ infohub deployment
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| addresses.cache | string |
`"http://cache:8080"`
| |
| addresses.issueruri | string |
`"did:tsa:123"`
| |
| addresses.policy | string |
`"http://policy:8080"`
| |
| addresses.signer | string |
`"http://signer:8080"`
| |
| autoscaling.enabled | bool |
`false`
| Enable autoscaling |
...
...
@@ -34,10 +35,10 @@ infohub deployment
| log.level | string |
`"debug"`
| |
| metrics.enabled | bool |
`true`
| Enable 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.pass | string |
`"
root
"`
| |
| mongo.user | string |
`"
root
"`
| |
| mongo.pass | string |
`""`
| |
| mongo.user | string |
`""`
| |
| name | string |
`"infohub"`
| Application name |
| nameOverride | string |
`""`
| Ovverwrites application name |
| podAnnotations | object |
`{}`
| |
...
...
This diff is collapsed.
Click to expand it.
templates/deployment.yaml
+
1
−
1
View file @
1b4cbba1
...
...
@@ -65,7 +65,7 @@ spec:
-
name
:
SIGNER_ADDR
value
:
{{
.Values.addresses.signer | quote
}}
-
name
:
ISSUER_URI
value
:
{{
.Values.addresses.i
i
sueruri| quote
}}
value
:
{{
.Values.addresses.i
s
sueruri
| quote
}}
{{
- if .Values.extraVars
}}
{{
toYaml .Values.extraVars | indent 8
}}
{{
- end
}}
...
...
This diff is collapsed.
Click to expand it.
values.yaml
+
1
−
1
View file @
1b4cbba1
...
...
@@ -84,7 +84,7 @@ addresses:
policy
:
http://policy:8080
cache
:
http://cache:8080
signer
:
http://signer:8080
issueruri
:
"
did:tsa:123
"
issueruri
:
did:tsa:123
ingress
:
enabled
:
true
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment