-
Notifications
You must be signed in to change notification settings - Fork 2
/
values.yaml
50 lines (36 loc) · 1.4 KB
/
values.yaml
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
# Default values for azure-managed-cluster.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
## AKS cluster configuration
## The subscription ID
subscriptionID: ""
cluster:
## The resource group for the AKS cluster object
resourceGroupName: aksclusters
## The resource group name for the nodes
nodeResourceGroupName: base
## The location of the cluster
location: westeurope
## The name of the cluster
name: aks-cluster-api
## the subnet
cidrBlocks:
- 10.0.0.0/16
controlplane:
## SSH public key (must be valid)
sshPublicKey: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDIOxg+goSYoCIND3IIAjPoPGr7gsux9OQjE5IP2wEU8eMsywgGXBwZXUVjh8NgFHVWZEMTQCAM52P2ipYBup9QhuqWVjH4v0hrj1X/rx7tzlZh2wk3kgVPQwMKCyacQLifqus4quJLSQAPu1ksgxaWEBWnSa0e+DM2D0PYs/j284qOO9T9ULqpb/ZJK9gySa+AfSMhGCskcT/EfE8g1iqC96PajFxGHOBxqiDFtIKPhNiqKYruDhVJYmhAXG6ScHadiXzP3BdiPR66eyCOQtSeIxjnEeJcrZ7vZLFpWQvaaZw+JfPkGGFCsBTn39dfr1awrMtPIPvkj4iU1jkGKzUD alessandro@Alessandros-MBP.fritz.box"
## Kubernetes version
kubernetes_version: "v1.20.5"
## Network policy, "calico" (for kubenet and azurecni) or "azure" (for azureCNI)
networkPolicy: "calico"
## Network Plugin "kubenet" or "azure"
networkPlugin: "kubenet"
agentpools:
- name: agentpool0
sku: Standard_B4ms
nodecount: 2
osDiskSizeGB: 100
- name: agentpool1
nodecount: 2
sku: Standard_B4ms
osDiskSizeGB: 100