Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Commits
3777cf0e
Commit
3777cf0e
authored
Jul 12, 2024
by
Manuel Esberger
Browse files
Options
Downloads
Patches
Plain Diff
commit pre vacation stuff
parent
845053f6
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
helm/dbrepo/templates/ui-deployment.yaml
+1
-1
1 addition, 1 deletion
helm/dbrepo/templates/ui-deployment.yaml
helm/dbrepo/values.yaml
+16
-7
16 additions, 7 deletions
helm/dbrepo/values.yaml
with
17 additions
and
8 deletions
helm/dbrepo/templates/ui-deployment.yaml
+
1
−
1
View file @
3777cf0e
...
@@ -142,7 +142,7 @@ spec:
...
@@ -142,7 +142,7 @@ spec:
port
:
3000
port
:
3000
initialDelaySeconds
:
30
initialDelaySeconds
:
30
periodSeconds
:
30
periodSeconds
:
30
resources
:
{{
toYaml .Values.resources | nindent 12
}}
resources
:
{{
toYaml .Values.resources
Little
| nindent 12
}}
volumes
:
volumes
:
{{
- if .Values.ui.extraVolumes
}}
{{
- if .Values.ui.extraVolumes
}}
{{
- .Values.ui.extraVolumes | toYaml | nindent 8
}}
{{
- .Values.ui.extraVolumes | toYaml | nindent 8
}}
...
...
This diff is collapsed.
Click to expand it.
helm/dbrepo/values.yaml
+
16
−
7
View file @
3777cf0e
...
@@ -33,12 +33,21 @@ admin:
...
@@ -33,12 +33,21 @@ admin:
##
##
resources
:
resources
:
limits
:
limits
:
cpu
:
3
00m
cpu
:
5
00m
memory
:
756Mi
memory
:
756Mi
requests
:
requests
:
cpu
:
100m
cpu
:
100m
memory
:
256Mi
memory
:
256Mi
resourcesLittle
:
limits
:
cpu
:
100m
memory
:
512Mi
requests
:
cpu
:
50m
memory
:
256Mi
## @section Metadata Database
## @section Metadata Database
## @param metadatadb.enabled Enable the Metadata Database.
## @param metadatadb.enabled Enable the Metadata Database.
...
@@ -171,7 +180,7 @@ authservice:
...
@@ -171,7 +180,7 @@ authservice:
ephemeral-storage
:
10Mi
ephemeral-storage
:
10Mi
memory
:
512Mi
memory
:
512Mi
limits
:
limits
:
cpu
:
1
50m
cpu
:
2
50m
ephemeral-storage
:
10Mi
ephemeral-storage
:
10Mi
memory
:
768Mi
memory
:
768Mi
replicaCount
:
2
replicaCount
:
2
...
@@ -244,10 +253,10 @@ datadb:
...
@@ -244,10 +253,10 @@ datadb:
-
ALL
-
ALL
resources
:
resources
:
requests
:
requests
:
cpu
:
5
0
m
cpu
:
2
5m
memory
:
512Mi
memory
:
512Mi
limits
:
limits
:
cpu
:
1
5
0m
cpu
:
1
0
0m
memory
:
768Mi
memory
:
768Mi
ports
:
ports
:
-
name
:
"
sidecar"
-
name
:
"
sidecar"
...
@@ -285,11 +294,11 @@ datadb:
...
@@ -285,11 +294,11 @@ datadb:
enabled
:
true
enabled
:
true
resources
:
resources
:
requests
:
requests
:
cpu
:
5
0
m
cpu
:
2
5m
ephemeral-storage
:
10Mi
ephemeral-storage
:
10Mi
memory
:
512Mi
memory
:
512Mi
limits
:
limits
:
cpu
:
1
5
0m
cpu
:
1
0
0m
ephemeral-storage
:
10Mi
ephemeral-storage
:
10Mi
memory
:
768Mi
memory
:
768Mi
replicaCount
:
3
replicaCount
:
3
...
@@ -528,7 +537,7 @@ brokerservice:
...
@@ -528,7 +537,7 @@ brokerservice:
ephemeral-storage
:
10Mi
ephemeral-storage
:
10Mi
memory
:
512Mi
memory
:
512Mi
limits
:
limits
:
cpu
:
15
0m
cpu
:
30
0m
ephemeral-storage
:
100Mi
ephemeral-storage
:
100Mi
memory
:
768Mi
memory
:
768Mi
replicaCount
:
2
replicaCount
:
2
...
...
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