Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 committed Aug 23, 2024
2 parents 33b37a8 + 384db33 commit 515c201
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ec2.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resource "aws_spot_instance_request" "example" {
ami = "ami-0c103a76ad28beba7"
instance_type = "t3a.large" # 2 vCPU, 7 GiB Memory

spot_price = "0.0323"
spot_price = "0.037"
spot_type = "one-time"
wait_for_fulfillment = true

Expand Down
4 changes: 2 additions & 2 deletions helm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ locals {
xquare-repository = "https://team-xquare.github.io/k8s-resource"

argocd-name = "argocd"
argocd-verison = "4.8.18"
argocd-verison = "4.8.20"

aws-node-termination-handler-name = "aws-node-termination-handler"
aws-node-termination-handler-version = "0.22.10"
Expand Down Expand Up @@ -103,4 +103,4 @@ module "karpenter" {
# repository = local.xquare-repository
# chart = local.datadog-name
# chart_version = local.datadog-version
#}
#}

0 comments on commit 515c201

Please sign in to comment.