summaryrefslogtreecommitdiffstats
path: root/setup/projects/kaas/vars/pods.yml
blob: 41831ab8c30e97a4296aadd01d7b66b75d99f177 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pods:
  kaas-router:
      service: { host: "{{ katrin_node }}", ports: [ 80/8080, 443/8043 ] }
      sched: { replicas: 1, selector: { master: 1 } }
      selector: { master: 1 }
      images:
        - image: "httpd:2.2"
          mappings: 
            - { name: "etc",  path: "apache2", mount: "/usr/local/apache2/conf" }
            - { name: "data", path: "www",     mount: "/usr/local/apache2/htdocs" }
            - { name: "tmp",  path: "apache2", mount: "/usr/local/apache2/logs" }
          probes:
            - { port: 8080, path: '/index.html' }