Skip to content

Commit

Permalink
bumping sps commits, copying in defaults for sps-eks
Browse files Browse the repository at this point in the history
  • Loading branch information
jpl-btlunsfo committed Oct 26, 2024
1 parent ce6d087 commit b1227de
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 8 deletions.
29 changes: 22 additions & 7 deletions applications/unity-sps-eks/0.1/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,30 @@
"Variables": {
"AdvancedValues": {
"nodegroups": {
"UnityNodeGroup": {
"min_size": 1,
"max_size": 10,
"desired_size": 1,
"instance_types": ["t3.large"],
"capacity_type": "SPOT"
"defaultGroup": {
"block_device_mappings": {
"xvda": {
"device_name": "/dev/xvda",
"ebs": {
"delete_on_termination": true,
"encrypted": true,
"volume_size": 100,
"volume_type": "gp2"
}
}
},
"desired_size": 1,
"instance_types": [
"t3.xlarge"
],
"max_size": 1,
"metadata_options": {
"http_endpoint": "enabled",
"http_put_response_hop_limit": 3
},
"min_size": 1
}
}

}
}
}
Expand Down
2 changes: 1 addition & 1 deletion applications/unity-sps-karpenter/0.1/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
]
}]
},
"Package": "https://github.com/unity-sds/unity-sps@3b89120a5f68d6e823bb9d79ed851dd66a7e2bab",
"Package": "https://github.com/unity-sds/unity-sps@e34aca88467ea889ec62091bf558685163968aa2",
"WorkDirectory": "terraform-unity/modules/terraform-unity-sps-karpenter",
"Backend": "terraform",
"ManagedDependencies": {
Expand Down

0 comments on commit b1227de

Please sign in to comment.