Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iPPIDB
ippidb-web
Commits
985739c2
Commit
985739c2
authored
Jun 17, 2022
by
Bryan BRANCOTTE
Browse files
use namespace dependant chart settings
parent
30974e64
Pipeline
#83618
canceled with stages
in 2 minutes and 40 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
985739c2
...
...
@@ -161,6 +161,7 @@ build-ippisite:
--set djangoSecrets.GALAXY_APIKEY=$(echo "$GALAXY_APIKEY_master" | base64)
--set djangoSecrets.GALAXY_BASE_URL=$(echo "$GALAXY_BASE_URL_master" | base64)
--set djangoSecrets.GALAXY_COMPOUNDPROPERTIES_WORKFLOWID_master=$(echo "$GALAXY_COMPOUNDPROPERTIES_WORKFLOWID_master" | base64)
--values ./chart/values.${NAMESPACE}.yaml
${CI_COMMIT_REF_SLUG} ./chart/
cache
:
key
:
charts-all-branch
...
...
chart/values.ippidb-dev.yaml
0 → 100644
View file @
985739c2
# this file overwrites default settings from values.yaml to fit into the dev namespaces
django
:
resources
:
limits
:
memory
:
1Gi
cpu
:
1000m
celery
:
logLevel
:
debug
resources
:
limits
:
memory
:
3Gi
\ No newline at end of file
chart/values.ippidb-prod.yaml
0 → 100644
View file @
985739c2
# this file is empty. All prod settings are in values.yaml
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment