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
eac33de1
Commit
eac33de1
authored
2 years ago
by
Valeri Fikov
Browse files
Options
Downloads
Patches
Plain Diff
initial commit
parent
1b4cbba1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
templates/deployment.yaml
+7
-7
7 additions, 7 deletions
templates/deployment.yaml
templates/service.yaml
+1
-1
1 addition, 1 deletion
templates/service.yaml
values.yaml
+3
-15
3 additions, 15 deletions
values.yaml
with
11 additions
and
23 deletions
templates/deployment.yaml
+
7
−
7
View file @
eac33de1
...
...
@@ -41,15 +41,15 @@ spec:
-
name
:
LOG_ENCODING
value
:
{{
.Values.log.encoding | default "json"
}}
-
name
:
HTTP_HOST
value
:
{{
.Values.
task
.http.host | quote
}}
value
:
{{
.Values.
signer
.http.host | quote
}}
-
name
:
HTTP_PORT
value
:
{{
.Values.
task
.http.port | quote
}}
value
:
{{
.Values.
signer
.http.port | quote
}}
-
name
:
HTTP_IDLE_TIMEOUT
value
:
{{
.Values.
task
.http.timeout.idle | quote
}}
value
:
{{
.Values.
signer
.http.timeout.idle | quote
}}
-
name
:
HTTP_READ_TIMEOUT
value
:
{{
.Values.
task
.http.timeout.read | quote
}}
value
:
{{
.Values.
signer
.http.timeout.read | quote
}}
-
name
:
HTTP_WRITE_TIMEOUT
value
:
{{
.Values.
task
.http.timeout.write | quote
}}
value
:
{{
.Values.
signer
.http.timeout.write | quote
}}
-
name
:
MONGO_ADDR
value
:
{{
.Values.mongo.addr | quote
}}
-
name
:
MONGO_USER
...
...
@@ -75,11 +75,11 @@ spec:
containerPort
:
{{
.Values.metrics.port
}}
{{
- end
}}
-
name
:
http
containerPort
:
{{
.Values.
task
.http.port
}}
containerPort
:
{{
.Values.
signer
.http.port
}}
readinessProbe
:
httpGet
:
path
:
/readiness
port
:
{{
.Values.
task
.http.port
}}
port
:
{{
.Values.
signer
.http.port
}}
initialDelaySeconds
:
5
periodSeconds
:
5
successThreshold
:
2
...
...
This diff is collapsed.
Click to expand it.
templates/service.yaml
+
1
−
1
View file @
eac33de1
...
...
@@ -10,6 +10,6 @@ spec:
ports
:
-
name
:
http
targetPort
:
{{
.Values.service.port
}}
port
:
{{
.Values.
task
.http.port
}}
port
:
{{
.Values.
signer
.http.port
}}
selector
:
{{
- include "app.selectorLabels" . | nindent 4
}}
This diff is collapsed.
Click to expand it.
values.yaml
+
3
−
15
View file @
eac33de1
# -- Default number of instances to start
replicaCount
:
1
# -- Application name
name
:
infohub
name
:
signer
# -- Ovverwrites application name
nameOverride
:
"
"
image
:
repository
:
eu.gcr.io/vrgn-infra-prj
# -- Image name
name
:
gaiax/
infohub
name
:
gaiax/
signer
# -- Image tag
# Uses .Chart.AppVersion if empty
tag
:
"
"
...
...
@@ -65,7 +65,7 @@ security:
service
:
port
:
8080
task
:
signer
:
http
:
host
:
"
"
port
:
8080
...
...
@@ -74,18 +74,6 @@ task:
read
:
10s
write
:
10s
mongo
:
addr
:
"
mongodb://mongodb-mongodb-replicaset.infra:27017/infohub?replicaSet=rs0&authSource=admin&ssl=true"
user
:
"
"
pass
:
"
"
dbname
:
infohub
addresses
:
policy
:
http://policy:8080
cache
:
http://cache:8080
signer
:
http://signer:8080
issueruri
:
did:tsa:123
ingress
:
enabled
:
true
annotations
:
...
...
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