tvl-depot/ops/kontemplate/example/prod-cluster.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
272 B
JSON
Raw Normal View History

{
"context": "k8s.prod.mydomain.com",
"global": {
2017-02-08 11:55:59 +01:00
"globalVar": "lizards"
},
"include": [
{
"name": "some-api",
"values": {
"version": "1.0-SNAPSHOT-0e6884d",
"importantFeature": true,
"apiPort": 4567
}
}
]
}