Skip to content

Commit

Permalink
Remove sandbox testing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroll-deepgram committed Aug 27, 2024
1 parent ab7fedd commit 55f2d1a
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,30 @@ apiVersion: eksctl.io/v1alpha5
kind: ClusterConfig

metadata:
name: julia2-deepgram-self-hosted-cluster
name: deepgram-self-hosted-cluster
region: us-west-2
version: "1.30"

iam:
withOIDC: true
serviceAccounts:
- metadata:
name: cluster-autoscaler-sa-julia
name: cluster-autoscaler-sa
namespace: dg-self-hosted
wellKnownPolicies:
autoScaler: true
roleName: cluster-autoscaler-role
roleOnly: true
- metadata:
name: efs-csi-controller-sa-julia
name: efs-csi-controller-sa
namespace: kube-system
wellKnownPolicies:
efsCSIController: true
roleName: efs-csi-driver-role
roleOnly: true

managedNodeGroups:
- name: control-plane-node-group-julia
- name: control-plane-node-group
minSize: 1
desiredCapacity: 1
maxSize: 3
Expand All @@ -35,7 +35,7 @@ managedNodeGroups:
withAddonPolicies:
autoScaler: true
propagateASGTags: true
- name: engine-node-group-julia
- name: engine-node-group
minSize: 0
desiredCapacity: 0
maxSize: 8
Expand All @@ -53,7 +53,7 @@ managedNodeGroups:
value: "true"
effect: NoExecute
propagateASGTags: true
- name: api-node-group-julia
- name: api-node-group
minSize: 0
desiredCapacity: 0
maxSize: 2
Expand All @@ -65,7 +65,7 @@ managedNodeGroups:
withAddonPolicies:
autoScaler: true
propagateASGTags: true
- name: license-proxy-node-group-julia
- name: license-proxy-node-group
minSize: 0
desiredCapacity: 0
maxSize: 2
Expand Down

0 comments on commit 55f2d1a

Please sign in to comment.