Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: dedicated nodepool for app chart #1434

Merged
merged 1 commit into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .kontinuous/env/dev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,22 @@ hasura:
name: hasura

export:
tolerations:
- key: startup
operator: Equal
value: cdtn
effect: NoSchedule
env:
- name: "BRANCH_NAME_SLUG"
value: "{{.Values.global.branchSlug32}}"

www:
tolerations:
- key: startup
operator: Equal
value: cdtn
effect: NoSchedule

pg:
~chart: pg
# force this PG cluster to be destroyed/recreated on redeploys
Expand Down
12 changes: 12 additions & 0 deletions .kontinuous/env/preprod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,23 @@ hasura:
name: hasura

www:
tolerations:
- key: startup
operator: Equal
value: cdtn
effect: NoSchedule
host: cdtn-admin-preprod.ovh.fabrique.social.gouv.fr
env:
- name: NEXTAUTH_URL
value: https://cdtn-admin-preprod.ovh.fabrique.social.gouv.fr

export:
tolerations:
- key: startup
operator: Equal
value: cdtn
effect: NoSchedule

pg:
~chart: pg
# force this PG cluster to be destroyed/recreated on redeploys
Expand Down
Loading