Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
task-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
task-helm
Commits
986fa659
Commit
986fa659
authored
2 years ago
by
Tancho Mihov
Browse files
Options
Downloads
Patches
Plain Diff
init
parent
e00a5c35
No related branches found
Branches containing commit
Tags
0.0.0
Tags containing commit
No related merge requests found
Pipeline
#51664
passed with stages
Stage:
Stage:
in 9 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-4
1 addition, 4 deletions
README.md
templates/deployment.yaml
+1
-6
1 addition, 6 deletions
templates/deployment.yaml
values.yaml
+2
-5
2 additions, 5 deletions
values.yaml
with
4 additions
and
15 deletions
README.md
+
1
−
4
View file @
986fa659
...
...
@@ -9,9 +9,7 @@ task deployment
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| addresses.cache | string |
`"http://cache:8080"`
| |
| addresses.didResolver | string |
`"http://didresolver:8080"`
| |
| addresses.policy | string |
`"http://policy:8080"`
| |
| addresses.task | string |
`"http://task:8080"`
| |
| autoscaling.enabled | bool |
`false`
| Enable autoscaling |
| autoscaling.maxReplicas | int |
`3`
| Maximum replicas |
| autoscaling.minReplicas | int |
`1`
| Minimum replicas |
...
...
@@ -35,8 +33,7 @@ task 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/policy?replicaSet=rs0&authSource=admin"`
| |
| mongo.collection | string |
`"policies"`
| |
| mongo.addr | string |
`"mongodb://mongodb-mongodb-replicaset.infra:27017/task?replicaSet=rs0&authSource=admin"`
| |
| mongo.dbname | string |
`"task"`
| |
| mongo.pass | string |
`""`
| |
| mongo.user | string |
`""`
| |
...
...
This diff is collapsed.
Click to expand it.
templates/deployment.yaml
+
1
−
6
View file @
986fa659
...
...
@@ -61,12 +61,7 @@ spec:
-
name
:
CACHE_ADDR
value
:
{{
.Values.addresses.cache | quote
}}
-
name
:
POLICY_ADDR
value
:
{{
.Values.addresses.cache | quote
}}
-
name
:
TASK_ADDR
value
:
{{
.Values.addresses.task | quote
}}
-
name
:
DID_RESOLVER_ADDR
value
:
{{
.Values.addresses.didResolver | quote
}}
value
:
{{
.Values.addresses.policy | quote
}}
{{
- if .Values.extraVars
}}
{{
toYaml .Values.extraVars | indent 8
}}
{{
- end
}}
...
...
This diff is collapsed.
Click to expand it.
values.yaml
+
2
−
5
View file @
986fa659
...
...
@@ -96,17 +96,14 @@ task:
write
:
10s
mongo
:
addr
:
"
mongodb://mongodb-mongodb-replicaset.infra:27017/
policy
?replicaSet=rs0&authSource=admin"
addr
:
"
mongodb://mongodb-mongodb-replicaset.infra:27017/
task
?replicaSet=rs0&authSource=admin"
user
:
"
"
pass
:
"
"
dbname
:
task
collection
:
policies
addresses
:
cache
:
http://cache:8080
policy
:
http://policy:8080
task
:
http://task:8080
didResolver
:
http://didresolver:8080
cache
:
http://cache:8080
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