Skip to content

Commit

Permalink
fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualespica committed Feb 3, 2025
1 parent 66ff7a3 commit df84d4a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
microservice-chart:
namespace: "fdrtoeventhub"
namespace: "fdr"
nameOverride: ""
fullnameOverride: ""
image:
Expand Down Expand Up @@ -46,12 +46,12 @@ microservice-chart:
memory: "512Mi"
cpu: "0.25"
limits:
memory: "512Mi"
cpu: "0.25"
memory: "768Mi"
cpu: "0.40"
autoscaling:
enable: true
minReplica: 3
maxReplica: 10
minReplica: 1
maxReplica: 1
pollingInterval: 10 # seconds
cooldownPeriod: 50 # seconds
triggers:
Expand Down
8 changes: 4 additions & 4 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
microservice-chart:
namespace: "fdrtoeventhub"
namespace: "fdr"
nameOverride: ""
fullnameOverride: ""
image:
Expand Down Expand Up @@ -46,12 +46,12 @@ microservice-chart:
memory: "512Mi"
cpu: "0.25"
limits:
memory: "512Mi"
cpu: "0.25"
memory: "1Gi"
cpu: "0.40"
autoscaling:
enable: true
minReplica: 3
maxReplica: 10
maxReplica: 6
pollingInterval: 10 # seconds
cooldownPeriod: 50 # seconds
triggers:
Expand Down
10 changes: 5 additions & 5 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
microservice-chart:
namespace: "fdrtoeventhub"
namespace: "fdr"
nameOverride: ""
fullnameOverride: ""
image:
Expand Down Expand Up @@ -46,12 +46,12 @@ microservice-chart:
memory: "512Mi"
cpu: "0.25"
limits:
memory: "512Mi"
cpu: "0.25"
memory: "768Mi"
cpu: "0.40"
autoscaling:
enable: true
minReplica: 3
maxReplica: 10
minReplica: 1
maxReplica: 1
pollingInterval: 10 # seconds
cooldownPeriod: 50 # seconds
triggers:
Expand Down

0 comments on commit df84d4a

Please sign in to comment.