summaryrefslogtreecommitdiffstats
path: root/roles/pods/files/pods/fedora_apache.json
blob: 18792755943b973d280f7d828bfeaf8ee3675eb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "id": "apache",
  "kind": "Pod",
  "apiVersion": "v1beta2",
  "desiredState": {
    "manifest": {
      "version": "v1beta1",
      "id": "apache-1",
      "containers": [{
        "name": "master",
        "image": "fedora/apache",
        "ports": [{
          "containerPort": 80,
          "hostPort": 80
        }]
      }]
    }
  },
  "labels": {
    "name": "apache",
    "distro": "fedora"
  }
}