Skip to content

Commit

Permalink
chore(helm): update resources for pipeline backend containers (#407)
Browse files Browse the repository at this point in the history
Because

- we need to update the resources for pipeline backend containers.

This commit

- update the resources for pipeline backend containers
  • Loading branch information
Sarthak-instill authored Dec 15, 2023
1 parent 1dcb0c7 commit 993a51b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions charts/vdp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,11 @@ pipelineBackend:
podAnnotations: {}
# -- Additional service annotations
serviceAnnotations: {}
resources: {}
containers:
pipelineBackend:
resources: {}
pipelineBackendWorker:
resources: {}
autoscaling:
enabled: false
minReplicas:
Expand Down Expand Up @@ -175,11 +179,7 @@ controllerVDP:
podAnnotations: {}
# -- Additional service annotations
serviceAnnotations: {}
containers:
pipelineBackend:
resources: {}
pipelineBackendWorker:
resources: {}
resources: {}
loopinterval: 3
autoscaling:
enabled: false
Expand Down

0 comments on commit 993a51b

Please sign in to comment.