Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Rodolf
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
cubicweb
cubes
Rodolf
Commits
2837628fc4b8
Commit
2837628fc4b8
authored
11 months ago
by
Aurélien Lubert
Browse files
Options
Downloads
Patches
Plain Diff
ci(helm): use the version 0.15.0 of the cubicweb chart to deploy the worker
parent
be54fde5b0d6
No related branches found
No related tags found
1 merge request
!26
ci: deploy with helm
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
deploy/helmfile.yaml
+1
-1
1 addition, 1 deletion
deploy/helmfile.yaml
deploy/values.yaml.gotmpl
+16
-2
16 additions, 2 deletions
deploy/values.yaml.gotmpl
with
17 additions
and
3 deletions
deploy/helmfile.yaml
+
1
−
1
View file @
2837628f
...
...
@@ -15,7 +15,7 @@
releases
:
-
name
:
{{
requiredEnv "CI_ENVIRONMENT_NAME"
}}
chart
:
logilab/cubicweb
version
:
0.1
4.3
version
:
0.1
5.0
atomic
:
true
wait
:
true
timeout
:
900
...
...
This diff is collapsed.
Click to expand it.
deploy/values.yaml.gotmpl
+
16
−
2
View file @
2837628f
...
...
@@ -5,8 +5,12 @@
backupPvcClaimName: backup
readinessProbeUrl: /login
livenessProbeUrl: /login
readinessProbe:
enabled: true
url: /login
livenessProbe:
enabled: true
url: /login
sessionsInRedis: true
scheduler: false
...
...
@@ -26,6 +30,16 @@
more_set_headers "Access-Control-Allow-Headers: Content-Type, X-Client-Name";
nginx.ingress.kubernetes.io/enable-cors: "false"
worker:
enabled: true
args: ["cubicweb-ctl", "rq-worker", "instance"]
resources:
requests:
cpu: 50m
memory: 200Mi
limits:
memory: 200Mi
# backup
backupBeforeCwUpgrade: {{ .StateValues.backupBeforeCwUpgrade }}
restoreDbWithLatestBackupBeforeHelmRelease: {{ .StateValues.restoreDbWithLatestBackupBeforeHelmRelease }}
...
...
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