Skip to content

Commit ed81859

Browse files
committed
use custom bitnami registry
1 parent 6495112 commit ed81859

File tree

2 files changed

+5
-2
lines changed
  • argocd/aws/666628074417/clusters/cbioportal-prod/apps/redis
  • iac/aws/666628074417/clusters/cbioportal-prod/eks

2 files changed

+5
-2
lines changed

argocd/aws/666628074417/clusters/cbioportal-prod/apps/redis/values.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,7 @@ replica:
2020
value: redis
2121
persistence:
2222
enabled: false
23-
replicaCount: 1
23+
replicaCount: 1
24+
image:
25+
registry: docker.io
26+
repository: bitnamilegacy/redis

iac/aws/666628074417/clusters/cbioportal-prod/eks/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ locals {
4343
}
4444
}
4545
redis = {
46-
instance_types = ["t3.medium"]
46+
instance_types = ["r5.large"]
4747
ami_type = "BOTTLEROCKET_x86_64"
4848
desired_size = 4
4949
min_size = 4

0 commit comments

Comments
 (0)