Skip to content

Commit c1661ab

Browse files
authored
Merge pull request #416 from andyzhangx/blobfuse-proxy-image
chore: use mcr alpine image in blobfuse-proxy
2 parents 7a8da23 + e3077e8 commit c1661ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

deploy/blobfuse-proxy/blobfuse-proxy.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,14 @@ spec:
4747
echo "Enabling blobfuse proxy systemctl service"
4848
systemctl daemon-reload
4949
systemctl enable blobfuse-proxy
50-
systemctl stop blobfuse-proxy
5150
systemctl start blobfuse-proxy
5251
echo "removing the file: /tmp/blobfuse-proxy-v0.1.0.deb"
5352
rm /tmp/blobfuse-proxy-v0.1.0.deb
5453
echo "waiting for blobfuse-proxy service to start"
5554
sleep 3s
5655
# tail blobfuse proxy logs
5756
journalctl -u blobfuse-proxy -f
58-
image: alpine
57+
image: mcr.microsoft.com/oss/nginx/nginx:1.17.3-alpine
5958
imagePullPolicy: IfNotPresent
6059
name: sysctl-install-blobfuse-proxy
6160
resources:

0 commit comments

Comments
 (0)