Add a simple script for rolling nginx/proxy updates

This commit is contained in:
R. Tyler Croy 2017-08-27 09:50:38 -07:00
parent 33e980d5ca
commit 1ebc51db83
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 3 additions and 0 deletions

3
scripts/rolling-update-nginx Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
exec kubectl rolling-update nginx --image=rtyler/codevalet-proxy:latest --image-pull-policy=Always --update-period=10s