
All services go to TLD/k8s/service All pods go to TLD/k8s/pod Change-Id: Iad2977a9f0cd5f430c4e0a566846bf4681618379
61 lines
1.8 KiB
JSON
61 lines
1.8 KiB
JSON
{
|
|
"id": "heat",
|
|
"desiredState": {
|
|
"manifest": {
|
|
"version": "v1beta1",
|
|
"id": "heat-1",
|
|
"containers": [
|
|
{
|
|
"name": "heat-engine",
|
|
"image": "fedora-rdo-heat-engine",
|
|
"ports": [
|
|
{
|
|
"containerPort": 9292
|
|
}
|
|
],
|
|
"env": [
|
|
{
|
|
"name": "DB_ROOT_PASSWORD",
|
|
"value": "password"
|
|
},
|
|
{
|
|
"name": "HEAT_DB_PASSWORD",
|
|
"value": "heatdbpassword"
|
|
},
|
|
{
|
|
"name": "KEYSTONE_ADMIN_TOKEN",
|
|
"value": "ADMINTOKEN"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "heat-api",
|
|
"image": "fedora-rdo-heat-api",
|
|
"ports": [
|
|
{
|
|
"containerPort": 9292
|
|
}
|
|
],
|
|
"env": [
|
|
{
|
|
"name": "DB_ROOT_PASSWORD",
|
|
"value": "password"
|
|
},
|
|
{
|
|
"name": "HEAT_DB_PASSWORD",
|
|
"value": "heatdbpassword"
|
|
},
|
|
{
|
|
"name": "KEYSTONE_ADMIN_TOKEN",
|
|
"value": "ADMINTOKEN"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"labels": {
|
|
"name": "keystone-master"
|
|
}
|
|
}
|