builders: kaas-manager: { src: "{{ ands_repos.docker }}/management.git" } kaas-webdav: { src: "{{ ands_repos.docker }}/apache.git", src_path: "2.4", args: { ENABLE_DAV: 1 } } kaas-apache: { src: "{{ ands_repos.docker }}/apache.git", src_path: "2.4", args: { ENABLE_PHP: 1 } } pods: kaas-router: service: { host: "{{ katrin_node }}", ports: [ 80/8080, 443/8043 ] } sched: { replicas: 1, restrict: { 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' }