Skip to content
Snippets Groups Projects
Commit 985739c2 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

use namespace dependant chart settings

parent 30974e64
No related branches found
No related tags found
1 merge request!43K8S deployments of release branche, and other updates
Pipeline #83618 canceled
......@@ -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
......
# 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
# this file is empty. All prod settings are in values.yaml
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment