github.com/deemoprobe/k8s-first-commit@v0.0.0-20230430165612-a541f1982be3/examples/guestbook/frontend-controller.json (about)

     1    {
     2      "id": "frontendController",
     3      "desiredState": {
     4        "replicas": 3,
     5        "replicasInSet": {"name": "frontend"},
     6        "taskTemplate": {
     7          "desiredState": {
     8             "manifest": {
     9               "containers": [{
    10                 "image": "brendanburns/php-redis",
    11                 "ports": [{"containerPort": 80, "hostPort": 8080}]
    12               }]
    13             }
    14           },
    15           "labels": {"name": "frontend"}
    16          }},
    17      "labels": {"name": "frontend"}
    18    }