Skip to content

Commit

Permalink
set replica to 0 for task-q on dev and test
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanfandevops committed Apr 30, 2024
1 parent f884c06 commit 4f5cb8b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions chart/itvr-apps/charts/itvr-task-queue/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

replicaCount: 1
replicaCount: 0

resources:
# We usually recommend not to specify default resources and to leave this as a conscious
Expand All @@ -17,7 +17,7 @@ resources:
memory: 60Mi

taskQueue:
sendEmail: 'True'
sendEmail: "True"
craEnvrionment: A
djangoDebug: 'False'
bucketName: itvrdv
djangoDebug: "False"
bucketName: itvrdv
8 changes: 4 additions & 4 deletions chart/itvr-apps/charts/itvr-task-queue/values-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

replicaCount: 1
replicaCount: 0

resources:
# We usually recommend not to specify default resources and to leave this as a conscious
Expand All @@ -17,7 +17,7 @@ resources:
memory: 60Mi

taskQueue:
sendEmail: 'True'
sendEmail: "True"
craEnvrionment: A
djangoDebug: 'False'
bucketName: itvrts
djangoDebug: "False"
bucketName: itvrts

0 comments on commit 4f5cb8b

Please sign in to comment.