Skip to content

Commit

Permalink
πŸ”€ :: plan 였λ₯˜ μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaisqls committed Oct 12, 2023
1 parent 14d1758 commit 1a2a1f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ locals {
karpenter-version = "1.0.35"

xquare-application-name = "xquare-application"
xquare-application-version = "1.0.21"
xquare-application-version = "1.0.22"

argocd-namespace = "argocd"
dex-namespace = "dex"
Expand Down
4 changes: 2 additions & 2 deletions vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ module "vpc" {
public_subnets = local.public_subnets
public_subnet_tags_per_az = {
"${local.region}a" = {
"karpenter.sh/discovery/${var.cluster_name}" = "xquare-v2-cluster"
"kubernetes.io/cluster/${var.cluster_name}" = "owned"
"karpenter.sh/discovery/xquare-v2-cluster" = "xquare-v2-cluster"
"kubernetes.io/cluster/xquare-v2-cluster" = "owned"
"kubernetes.io/role/elb" = "1"
},
"${local.region}c" = {}
Expand Down

0 comments on commit 1a2a1f9

Please sign in to comment.