tvl-depot/example/prod-cluster.json

17 lines
273 B
JSON
Raw Normal View History

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