azure-gateway.json schema (tare gateway install --type azure)
The JSON config file accepted by tare gateway install --type azure, consumed through the --config flag.
Example invocation:
tare gateway install identity.json --type azure --config azure-gateway.json
The Azure path covers AKS clusters on traditional Azure CNI. The install
enables the AGIC ingress-appgw addon (which provisions an Application
Gateway in the cluster's MC_<rg>_<cluster>_<region> resource group) and
applies an Ingress in tars-dataplane with AGIC's required health-probe
annotations. See tare gateway install for the
end-to-end flow.
tip
Use tare gateway config init --type azure to bootstrap a starter file from prompts or flags. The remaining fields documented below are pre-filled with resolver defaults that can be edited in place.