Skip to content

Commit

Permalink
add helm chart for azure managed clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
nellyk committed Apr 18, 2024
2 parents 345249a + fbe9cfa commit 4152f3e
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions charts/azure-managed-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cluster:
## The name of the cluster
name: aks-cluster-api

## the subnet
## the subnet
cidrBlocks:
- 192.168.0.0/16

Expand All @@ -38,9 +38,6 @@ cluster:


controlplane:

## SSH public key (must be valid)

## Kubernetes version
kubernetes_version: "v1.29.2"

Expand All @@ -56,7 +53,7 @@ controlplane:
loadBalancerSKU: "Standard"
sku:
tier: Standard
addonProfiles :
addonProfiles:
- name: azurepolicy
enabled: false
config: {}
Expand All @@ -74,11 +71,11 @@ controlplane:
idleTimeoutInMinutes: 30
apiServerAccessProfile:

Check failure on line 72 in charts/azure-managed-cluster/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

72:26 [trailing-spaces] trailing spaces
authorizedIPRanges: []
spec:
spec:
enablePrivateCluster: false
privateDNSZone: ""
enablePrivateClusterPublicFQDN: false
autoscalerProfile:
autoscalerProfile:
balanceSimilarNodeGroups: "false"
expander: "random"
maxEmptyBulkDelete: "10"
Expand Down Expand Up @@ -106,16 +103,16 @@ controlplane:
dnsPrefix : ""

Check failure on line 103 in charts/azure-managed-cluster/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

103:12 [colons] too many spaces before colon
virtualNetwork: {}
disableLocalAccounts: false
#Only 1 Nodepool of mode System is allowed
agentpools:
# Only 1 Nodepool of mode System is allowed

Check failure on line 106 in charts/azure-managed-cluster/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

106:44 [trailing-spaces] trailing spaces
agentpools:
agentpool0:
mode: System
sku: Standard_DS2_v2
nodecount: 5
osDiskSizeGB: 100
additionalTags:
- key: department

Check failure on line 114 in charts/azure-managed-cluster/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

114:6 [indentation] wrong indentation: expected 6 but found 5
value: test
value: finance
# To enable availability zones, uncomment the following lines and set the availability zones
# availabilityZones:

Check failure on line 117 in charts/azure-managed-cluster/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

117:25 [trailing-spaces] trailing spaces
# - "1"
Expand Down

0 comments on commit 4152f3e

Please sign in to comment.