mirror of https://github.com/k3s-io/k3s
19 lines
476 B
JSON
19 lines
476 B
JSON
{
|
|
"id": "frontendController",
|
|
"desiredState": {
|
|
"replicas": 3,
|
|
"replicasInSet": {"name": "frontend"},
|
|
"podTemplate": {
|
|
"desiredState": {
|
|
"manifest": {
|
|
"containers": [{
|
|
"image": "brendanburns/php-redis",
|
|
"ports": [{"containerPort": 80, "hostPort": 8080}]
|
|
}]
|
|
}
|
|
},
|
|
"labels": {"name": "frontend"}
|
|
}},
|
|
"labels": {"name": "frontend"}
|
|
}
|