blob: 8cfa65a305a7344aaaf07054639ec1d7bc1aa328 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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' }
|