aboutsummaryrefslogtreecommitdiffstats
path: root/tutorials/ApacheCNF/templates/cba/Templates/k8s-configs/deployment-values/values-mapping.json
blob: 043d62e8b90a236d5d7f4cc1fdb793d237214f2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[
    {
        "name": "replica-count",
        "property": {
            "description": "Number of replicas for scaling",
            "type": "integer",
            "required": false
        },
        "input-param": false,
        "dictionary-name": "replica-count",
        "dictionary-source": "capability",
        "dependencies": []
    }
]