From 7642336f1a103710b8405cedce5bcb8efbe51c66 Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Fri, 15 Dec 2017 08:35:12 -0800 Subject: [PATCH] Remove this unnecessary nginx script Long since removed a custom nginx proxy container --- scripts/rolling-update-nginx | 3 --- 1 file changed, 3 deletions(-) delete mode 100755 scripts/rolling-update-nginx diff --git a/scripts/rolling-update-nginx b/scripts/rolling-update-nginx deleted file mode 100755 index eb98b26..0000000 --- a/scripts/rolling-update-nginx +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -exec kubectl rolling-update nginx --image=rtyler/codevalet-proxy:latest --image-pull-policy=Always --update-period=10s