Skip to content

Commit

Permalink
fix: back to main nodepool (#1474)
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 authored Sep 23, 2024
1 parent 441744d commit fa4294d
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .kontinuous/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,20 +61,6 @@ www:
fsGroup: 1000
runAsUser: 1000
runAsGroup: 1000
tolerations:
- key: startup
operator: Equal
value: cdtn
effect: NoSchedule
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: nodepool
operator: In
values:
- cdtn-worker-nodepool

export:
~chart: app
Expand All @@ -100,20 +86,6 @@ export:
oblik.socialgouv.io/min-request-memory: "2Gi"
oblik.socialgouv.io/min-limit-cpu: "2000m"
oblik.socialgouv.io/min-limit-memory: "4Gi"
tolerations:
- key: startup
operator: Equal
value: cdtn
effect: NoSchedule
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: nodepool
operator: In
values:
- cdtn-worker-nodepool

hasura:
~chart: hasura
Expand Down

0 comments on commit fa4294d

Please sign in to comment.