diff options
author | terminaldweller <thabogre@gmail.com> | 2022-01-09 18:36:51 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-01-09 18:36:51 +0000 |
commit | c203dbd7a4fd282ccf68bab0c2e5cd3cf5d8d22f (patch) | |
tree | b38bd8eb30b20e4dc251c616c6f9096b13333c93 /kubernetes/squid/squid-proxy-deployment.yaml | |
parent | update (diff) | |
download | scripts-c203dbd7a4fd282ccf68bab0c2e5cd3cf5d8d22f.tar.gz scripts-c203dbd7a4fd282ccf68bab0c2e5cd3cf5d8d22f.zip |
updates for more images. they seem to work fine now.seem...
Diffstat (limited to 'kubernetes/squid/squid-proxy-deployment.yaml')
-rw-r--r-- | kubernetes/squid/squid-proxy-deployment.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/squid/squid-proxy-deployment.yaml b/kubernetes/squid/squid-proxy-deployment.yaml index 1fa2c4c..3c6f5c5 100644 --- a/kubernetes/squid/squid-proxy-deployment.yaml +++ b/kubernetes/squid/squid-proxy-deployment.yaml @@ -16,13 +16,14 @@ spec: spec: containers: - name: squid - image: b4tman/squid:5.2 + image: ubuntu/squid:4.10-20.04_beta ports: - containerPort: 80 volumeMounts: - name: squid-conf mountPath: /etc/squid/squid.conf readOnly: true + subPath: squid.conf volumes: - name: squid-conf configMap: |