Last active
September 5, 2018 19:57
-
-
Save geekbass/919b192aadc0c6407957a560e3f704f0 to your computer and use it in GitHub Desktop.
kubenode-blue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
server { | |
listen 80; | |
server_name localhost; | |
location / { | |
proxy_pass http://kube-node-0-kubelet.kubernetes-blue.mesos:30001; | |
sub_filter_types text/html; | |
sub_filter_once off; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment