Rewrite guestbook example to use kube-dns instead of host:port

This fixes #5091
This commit is contained in:
Piotr Szczesniak
2015-03-11 06:43:36 +01:00
parent 6d465c4d86
commit 4679a37b38
8 changed files with 47 additions and 65 deletions

View File

@@ -14,4 +14,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
redis-server --slaveof ${REDIS_MASTER_SERVICE_HOST:-$SERVICE_HOST} $REDIS_MASTER_SERVICE_PORT
redis-server --slaveof redis-master 6379