Skip to content

Instantly share code, notes, and snippets.

@dbones
Created December 2, 2015 23:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbones/57394922aa49e708da10 to your computer and use it in GitHub Desktop.
Save dbones/57394922aa49e708da10 to your computer and use it in GitHub Desktop.
Kong Api gateway
cassandra:
labels:
io.rancher.scheduler.affinity:host_label: server=stateful
tty: true
image: mashape/cassandra
stdin_open: true
kong:
labels:
io.rancher.scheduler.affinity:host_label: server=application
tty: true
image: mashape/kong
links:
- cassandra:cassandra
stdin_open: true
cassandra:
scale: 1
kong:
scale: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment