- extract-patterns.js: mines layered arch, ArgoCD appsets, cloud regions, CIDR allocations, naming conventions, sync waves, tech stack from code - agent-kb.js: token-efficient JSON rendering of same doc tree - eval-confluence-ref-questions.json: 32 reference-only benchmark questions - wiggum-v2.sh: Ralph Wiggum loop targeting confluence baseline (77.8%) - docs/human-ux-spec.md: BMad UX designer spec for human doc structure - Eval results: V2 at 28.7% vs confluence 77.8% baseline - Hub/spoke ownership now correctly extracted (95% on that question) - Naming conventions, regions, CIDRs surfaced in system-architecture.md
67 lines
4.1 KiB
Markdown
67 lines
4.1 KiB
Markdown
# foxtrot-aks
|
|
|
|
  
|
|
|
|
Helm template for a foxtrot AKS spoke cluster
|
|
|
|
## Values
|
|
|
|
| Key | Type | Default | Description |
|
|
|-----|------|---------|-------------|
|
|
| accountID | string | `"change-me"` | |
|
|
| cluster.helm.argocd.appManagerPassword | string | `"$2a$10$ak2ae4FWxxQGS65RogRwJu8N2dn.pNegusy4Ji8zvOQAVmlVvAgvS"` | |
|
|
| cluster.helm.argocd.appset.appRuntimeBranch | string | `"main"` | |
|
|
| cluster.helm.argocd.appset.env | string | `"development"` | |
|
|
| cluster.helm.argocd.appset.esoEnabled | bool | `true` | |
|
|
| cluster.helm.argocd.appset.path | string | `"argocd-apps"` | |
|
|
| cluster.helm.argocd.appset.repository | string | `"oci://europe-west2-docker.pkg.dev/artifacts-management-441415/app-common"` | |
|
|
| cluster.helm.argocd.appset.vault.credentials.secretKeyRef.name | string | `"vault-approle-spoke"` | |
|
|
| cluster.helm.argocd.appset.vault.credentials.secretKeyRef.namespace | string | `"crossplane-system"` | |
|
|
| cluster.helm.argocd.appset.vault.credentials.secretKeyRef.roleIdKey | string | `"role-id"` | |
|
|
| cluster.helm.argocd.appset.vault.credentials.secretKeyRef.secretIdKey | string | `"secret-id"` | |
|
|
| cluster.helm.argocd.appset.vault.credentials.secretKeyRef.serverKey | string | `"server"` | |
|
|
| cluster.helm.argocd.appset.version | string | `"5.5.12"` | |
|
|
| cluster.helm.argocd.baseRepo | string | `"git@bitbucket.org:reltio-ondemand"` | |
|
|
| cluster.helm.argocd.cloudplatformsvcPassword | string | `"$2a$10$od3HaJx5UfLB2k2jrWDqgOfRs5uFLpx..JYfHgbNDt69GqxV2jS86"` | |
|
|
| cluster.helm.argocd.ingress | bool | `true` | |
|
|
| cluster.helm.argocd.ingressClass | string | `"nginx"` | |
|
|
| cluster.helm.argocd.metrics | bool | `true` | |
|
|
| cluster.helm.argocd.namespace | string | `"argocd"` | |
|
|
| cluster.helm.argocd.path | string | `"argo-cd"` | |
|
|
| cluster.helm.argocd.repository | string | `"https://argoproj.github.io/argo-helm"` | |
|
|
| cluster.helm.argocd.version | string | `"8.0.17"` | |
|
|
| cluster.helm.config.pullSecretRef.name | string | `"helm-gar-oci-app-common"` | |
|
|
| cluster.helm.config.pullSecretRef.namespace | string | `"argocd"` | |
|
|
| cluster.helm.eso.namespace | string | `"secret-operator"` | |
|
|
| cluster.helm.eso.path | string | `"external-secrets"` | |
|
|
| cluster.helm.eso.repository | string | `"https://charts.external-secrets.io"` | |
|
|
| cluster.helm.eso.version | string | `"0.14.2"` | |
|
|
| cluster.helm.metricsapi.enabled | bool | `true` | |
|
|
| cluster.helm.metricsapi.version | string | `"3.12.1"` | |
|
|
| cluster.helm.version | string | `"v0.19.0"` | |
|
|
| cluster.name | string | `"change-me-cluster"` | |
|
|
| cluster.nodeGroups.system.instanceType | string | `"Standard_D4s_v5"` | |
|
|
| cluster.nodeGroups.system.maxSize | int | `10` | |
|
|
| cluster.nodeGroups.system.minSize | int | `3` | |
|
|
| cluster.nodeGroups.user.instanceType | string | `"Standard_D8s_v5"` | |
|
|
| cluster.nodeGroups.user.maxSize | int | `20` | |
|
|
| cluster.nodeGroups.user.minSize | int | `2` | |
|
|
| cluster.ocean.enabled | bool | `false` | |
|
|
| cluster.podCidr | string | `"10.65.0.0/16"` | |
|
|
| cluster.region | string | `"change-me-region"` | |
|
|
| cluster.segment | string | `"production"` | |
|
|
| cluster.subnets.service | string | `"10.64.5.0/24"` | |
|
|
| cluster.subnets.system | string | `"10.64.0.0/24"` | |
|
|
| cluster.subnets.user | string | `"10.64.1.0/22"` | |
|
|
| cluster.tags.environment | string | `"production"` | |
|
|
| cluster.tags.managed-by | string | `"crossplane"` | |
|
|
| cluster.tags.segment | string | `"production"` | |
|
|
| cluster.version | string | `"1.29"` | |
|
|
| cluster.virtualWanHubId | string | `""` | |
|
|
| cluster.vnetCidr | string | `"10.64.0.0/16"` | |
|
|
| composition.channel | string | `"dev"` | |
|
|
| composition.version | string | `"v1"` | |
|
|
|
|
----------------------------------------------
|
|
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
|