-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_default.yaml
More file actions
84 lines (81 loc) · 2.94 KB
/
_default.yaml
File metadata and controls
84 lines (81 loc) · 2.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Dungeon:
Commands:
Deploy:
Repair: vi
Environment:
Name: default
DisplayName: Default
Aws:
Ec2:
EbsVolumeSize: 20
EbsVolumeType: gp3
InstanceType: t3.medium
InstanceTags: {}
Monitoring: true
Eks:
# LogTypes: api audit authenticator controllerManager scheduler
Addons:
CoreDns:
Name: coredns
Version: v1.8.7-eksbuild.2
KubeProxy:
Name: kube-proxy
Version: v1.23.7-eksbuild.1
VpcCni:
Name: vpc-cni
Version: v1.11.3-eksbuild.1
NodeGroups:
Default:
Name: default
EbsVolumeSize: 40
AutoScaling:
DesiredCapacity: 1
MinSize: 1
MaxSize: 2
Infra:
Name: infra
EbsVolumeSize: 40
Tainted: true
AutoScaling:
DesiredCapacity: 1
MinSize: 1
MaxSize: 2
Monitoring:
Name: monitoring
EbsVolumeSize: 40
Tainted: true
AutoScaling:
DesiredCapacity: 1
MinSize: 1
MaxSize: 2
Vpc:
MaxAvailabilityZones: 4
K8s:
Version: 1.23
ContainerRuntime: containerd
InstallFluentBit: true
# renovate: datasource=helm depName=aws-load-balancer-controller-chart packageName=aws-load-balancer-controller registryUrl=https://aws.github.io/eks-charts
AwsLbcChartVersion: 1.4.6
# renovate: datasource=helm depName=cert-manager-chart packageName=cert-manager registryUrl=https://charts.jetstack.io
CertManagerChartVersion: 1.10.0
# renovate: datasource=helm depName=cluster-autoscaler-chart packageName=cluster-autoscaler registryUrl=https://kubernetes.github.io/autoscaler
ClusterAutoscalerChartVersion: 9.21.0
# renovate: datasource=github-releases depName=cluster-autoscaler packageName=kubernetes/autoscaler extractVersion=^cluster-autoscaler-(?<version>\d+\.\d+\.\d+)$
ClusterAutoscalerImageTag: 1.23.1
# renovate: datasource=helm depName=external-dns-chart packageName=external-dns registryUrl=https://charts.bitnami.com/bitnami
ExternalDnsChartVersion: 6.12.0
# renovate: datasource=helm depName=fluent-bit-chart packageName=fluent-bit registryUrl=https://fluent.github.io/helm-charts
FluentBitChartVersion: 0.21.1
FluentBitImageRepository: public.ecr.aws/aws-observability/aws-for-fluent-bit
# renovate: # datasource=docker depName=aws-for-fluent-bit packageName=public.ecr.aws/aws-observability/aws-for-fluent-bit
# renovate: datasource=github-releases depName=aws-for-fluent-bit packageName=aws/aws-for-fluent-bit
FluentBitImageTag: 2.34.3
Pulumi:
Color: always
Serilog:
MinimumLevel:
Default: Information
Override:
Microsoft: Warning
Pulumi.Dungeon: Debug
Pulumi.Deployment: Fatal