about summary refs log blame commit diff
path: root/example/prod-cluster.json
blob: 76246ca382de81c4d4a7f0e2973dcbb7136f1773 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                          
{
  "context": "k8s.prod.mydomain.com",
  "global": {
    "globalTest": "lizards"
  },
  "include": [
    {
      "name": "some-api",
      "values": {
        "version": "1.0-SNAPSHOT-0e6884d",
        "importantFeature": true,
        "apiPort": 4567
      }
    }
  ]
}