facets-schemas

Introduction

Azure Application Gateway Ingress Controller implementation

Advanced Configuration

Advanced configuraiton for azure_agic

Property Type Required Description
values string No Helm Values as per the helm chart

Example usage

    {
      "advanced": {
        "azure_agic": {
          "values": {
            "kubernetes": {
              "resources": {
                "limits": {
                  "cpu": "1000m"
                }
              }
            }
          }
        }
      }
    }