Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.

Commit

Permalink
add kairoz
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Compton committed Jul 15, 2016
1 parent cf99fba commit afaf7f3
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions services/kairoz.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
load_balancers:
- name: kairoz
health_check:
ping_protocol: https
ping_port: 9113
ping_path: "/"
response_timeout: 2
interval: 5
unhealthy_threshold: 2
healthy_threshold: 5
listeners:
- protocol: tcp
load_balancer_port: 443
instance_protocol: tcp
instance_port: 9113
ssl_certificate_id: "{{internal_certificate}}"
security_groups:
- "{{coreos_internal_elb_security_group}}"

dns_records:
- record: kairoz
load_balancer_name: kairoz
internal: yes

tasks: []
services: []

0 comments on commit afaf7f3

Please sign in to comment.