Skip to content

Instantly share code, notes, and snippets.

@kadel
Created February 26, 2016 11:57
Show Gist options
  • Select an option

  • Save kadel/e841a7c6921ed2749f77 to your computer and use it in GitHub Desktop.

Select an option

Save kadel/e841a7c6921ed2749f77 to your computer and use it in GitHub Desktop.
[helloflask-app]
redis_master_port = 6379
image = tomaskral/helloflask
serviceport = 80
redis_master_host = redis-master
redis_slave_host = redis-slave
redis_slave_port = 6379
[redismaster-app]
image = centos/redis
hostport = 6379
[redisslave-app]
instances = 1
image = centos/redis
master_host = redis-master
master_hostport = 6379
hostport = 6379
[general]
provider = openshift
providerconfig= /home/vagrant/.kube/config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment