Skip to content

Commit

Permalink
fix: dedicated nodepool for app chart
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Jun 24, 2024
1 parent 948a81e commit c360f05
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
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

0 comments on commit c360f05

Please sign in to comment.