-
Notifications
You must be signed in to change notification settings - Fork 0
chisel
GunSik Choi edited this page Apr 20, 2016
·
4 revisions
CF App 배포
git clone https://github.com/morikat/chisel
vi Procfile
---
web: chisel server --port $PORT --proxy tcp://192.168.210.63:3306
---
CF App 접속 Proxy 실행
chisel.exe client tcp://proxyapp.domain.com 3306
cf env proxyapp
MySQL 실행
참조
- https://github.com/cloudfoundry-incubator/cf-routing-release
- https://amanoblog.wordpress.com/2015/04/08/access-to-cloud-foundry-back-end-services-via-tunnel-over-http-alternative-to-vmc-tunnel/
- https://github.com/cloudfoundry-incubator/consul-release/commit/abb5a90bd774a55ac28984c9fe9654598a57d058
properties:
consul:
agent:
+ domain: cf.internal
servers:
lan:
- 10.244.4.4