aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/squid/deploy.sh
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-01-07 19:35:12 +0000
committerterminaldweller <thabogre@gmail.com>2022-01-07 19:35:12 +0000
commit98578c1fd4828a508e64e5a54a844142580b0f54 (patch)
tree30bd22335b27122889ea37b344b2bd11c6ed580e /kubernetes/squid/deploy.sh
parentipfs fixed (diff)
downloadscripts-98578c1fd4828a508e64e5a54a844142580b0f54.tar.gz
scripts-98578c1fd4828a508e64e5a54a844142580b0f54.zip
update
Diffstat (limited to '')
-rwxr-xr-xkubernetes/squid/deploy.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/kubernetes/squid/deploy.sh b/kubernetes/squid/deploy.sh
new file mode 100755
index 0000000..0ff1d92
--- /dev/null
+++ b/kubernetes/squid/deploy.sh
@@ -0,0 +1,4 @@
+#!/usr/bin/env sh
+
+kubectl create configmap squid-config-file --from-file=squid.conf
+kubectl apply -f ./squid-proxy-deployment.yaml