Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
Helm charts for swh packages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Platform
Infrastructure
CI CD
Helm charts for swh packages
Commits
3e97b88f
Commit
3e97b88f
authored
1 year ago
by
Nicolas Dandrimont
Browse files
Options
Downloads
Patches
Plain Diff
cookers: add direct objstorage configuration
parent
0803d62d
No related branches found
Branches containing commit
No related tags found
1 merge request
!317
v233: Release swh.vault v1.12.0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
swh/templates/cookers/configmap.yaml
+5
-0
5 additions, 0 deletions
swh/templates/cookers/configmap.yaml
swh/templates/cookers/deployment.yaml
+4
-0
4 additions, 0 deletions
swh/templates/cookers/deployment.yaml
swh/values/production/swh.yaml
+1
-0
1 addition, 0 deletions
swh/values/production/swh.yaml
with
10 additions
and
0 deletions
swh/templates/cookers/configmap.yaml
+
5
−
0
View file @
3e97b88f
...
...
@@ -19,6 +19,11 @@ data:
"configurationRef" $.Values.cookers.vaultConfigurationRef
"Values" $.Values) | nindent 4 }}
{{- if $.Values.cookers.objstorageConfigurationRef }}
{{- include "swh.objstorageConfiguration" (dict "service" "objstorage"
"configurationRef" $.Values.cookers.objstorageConfigurationRef
"Values" $.Values) | nindent 4 }}
{{- end }}
{{- if $.Values.cookers.graphConfigurationRef }}
{{- include "swh.service.fromYaml" (dict "service" "graph"
"configurationRef" $.Values.cookers.graphConfigurationRef
...
...
This diff is collapsed.
Click to expand it.
swh/templates/cookers/deployment.yaml
+
4
−
0
View file @
3e97b88f
...
...
@@ -45,6 +45,10 @@ spec:
env
:
{{
include "swh.secrets.environment" (dict "configurationRef" $.Values.cookers.celeryConfigurationRef
"Values" $.Values) | nindent 10
}}
{{
- if $.Values.cookers.objstorageConfigurationRef
}}
{{
include "swh.secrets.environment" (dict "configurationRef" $.Values.cookers.objstorageConfigurationRef
"Values" $.Values) | nindent 10
}}
{{
- end
}}
command
:
-
/entrypoint.sh
volumeMounts
:
...
...
This diff is collapsed.
Click to expand it.
swh/values/production/swh.yaml
+
1
−
0
View file @
3e97b88f
...
...
@@ -1628,6 +1628,7 @@ cookers:
celeryConfigurationRef
:
consumerCeleryConfiguration
vaultConfigurationRef
:
remoteVaultConfiguration
graphConfigurationRef
:
remoteGraphConfiguration
objstorageConfigurationRef
:
roObjstorageAwsAzureLocalFallbackConfiguration
deployments
:
simple
:
ackLate
:
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