diff options
author | terminaldweller <thabogre@gmail.com> | 2022-01-07 19:35:12 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-01-07 19:35:12 +0000 |
commit | 98578c1fd4828a508e64e5a54a844142580b0f54 (patch) | |
tree | 30bd22335b27122889ea37b344b2bd11c6ed580e /kubernetes/squid/deploy.sh | |
parent | ipfs fixed (diff) | |
download | scripts-98578c1fd4828a508e64e5a54a844142580b0f54.tar.gz scripts-98578c1fd4828a508e64e5a54a844142580b0f54.zip |
update
Diffstat (limited to 'kubernetes/squid/deploy.sh')
-rwxr-xr-x | kubernetes/squid/deploy.sh | 4 |
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 |