Skip to content

Commit

Permalink
Merge pull request #772 from pahmadi8740/main
Browse files Browse the repository at this point in the history
Feat: second pod is added
  • Loading branch information
tokebe authored Jan 9, 2024
2 parents f6e47e0 + 8ae490b commit 20b5a57
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion deploy/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ spec:
- name: {{ include "bte.fullname" . }}-secret-volume
secret:
secretName: {{ include "bte.fullname" . }}-secret
defaultMode: 0400
defaultMode: 0400
2 changes: 1 addition & 1 deletion deploy/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ spec:
service:
name: {{ $fullName }}
port:
number: {{ $svcPort }}
number: {{ $svcPort }}
8 changes: 3 additions & 5 deletions deploy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

deployment:
strategyType: Recreate
replicaCount: 1
replicaCount: 2

image:
repository: 853771734544.dkr.ecr.us-east-1.amazonaws.com/translator-bte
Expand Down Expand Up @@ -47,8 +47,6 @@ env:
REDIS_TLS_ENABLED_VALUE: true
REDIS_CLUSTER_VALUE: true



# With the following two sections, we can restrict the deployment on and only on the specific node
# toleration to node taint such that this deployment can be scheduled on the tainted node while others without the toleration can not
tolerations:
Expand Down Expand Up @@ -80,8 +78,8 @@ affinity:
topologyKey: "kubernetes.io/hostname"
resources:
requests:
memory: 56Gi
cpu: 13000m
memory: 50Gi
cpu: 10000m
limits:
memory: 58Gi
cpu: 14000m

0 comments on commit 20b5a57

Please sign in to comment.