Skip to content

Commit

Permalink
update: address-completion-c4c, sentiment-analysis
Browse files Browse the repository at this point in the history
- set min and max replicas to 1
  • Loading branch information
abbi-gaurav committed Dec 28, 2023
1 parent 3ff3d09 commit 1765f88
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ metadata:
labels:
scenario: address-completion
spec:
scaleConfig:
minReplicas: 1
maxReplicas: 1
runtime: nodejs18
source:
gitRepository:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ metadata:
labels:
scenario: address-completion
spec:
scaleConfig:
minReplicas: 1
maxReplicas: 1
runtime: nodejs16
source:
gitRepository:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ kind: Function
metadata:
name: customer-review-webhook
spec:
scaleConfig:
minReplicas: 1
maxReplicas: 1
runtime: nodejs18
source:
gitRepository:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ kind: Function
metadata:
name: sentiment-analysis
spec:
scaleConfig:
minReplicas: 1
maxReplicas: 1
runtime: nodejs18
source:
gitRepository:
Expand Down
3 changes: 3 additions & 0 deletions sentiment-analysis/lambdas/text-analysis/k8s/function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ kind: Function
metadata:
name: text-analysis
spec:
scaleConfig:
minReplicas: 1
maxReplicas: 1
runtime: python39
source:
gitRepository:
Expand Down

0 comments on commit 1765f88

Please sign in to comment.