We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a8da23 + e3077e8 commit c1661abCopy full SHA for c1661ab
deploy/blobfuse-proxy/blobfuse-proxy.yaml
@@ -47,15 +47,14 @@ spec:
47
echo "Enabling blobfuse proxy systemctl service"
48
systemctl daemon-reload
49
systemctl enable blobfuse-proxy
50
- systemctl stop blobfuse-proxy
51
systemctl start blobfuse-proxy
52
echo "removing the file: /tmp/blobfuse-proxy-v0.1.0.deb"
53
rm /tmp/blobfuse-proxy-v0.1.0.deb
54
echo "waiting for blobfuse-proxy service to start"
55
sleep 3s
56
# tail blobfuse proxy logs
57
journalctl -u blobfuse-proxy -f
58
- image: alpine
+ image: mcr.microsoft.com/oss/nginx/nginx:1.17.3-alpine
59
imagePullPolicy: IfNotPresent
60
name: sysctl-install-blobfuse-proxy
61
resources:
0 commit comments