diff --git a/src/pages/index.js b/src/pages/index.js index 0c2c715..cecb33e 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -56,7 +56,9 @@ function Landing() { ` # Helm chart helm repo add s3gw https://aquarist-labs.github.io/s3gw-charts/ -helm install s3gw s3gw/s3gw --namespace s3gw-system --create-namespace +helm install s3gw s3gw/s3gw --namespace s3gw-system --create-namespace \\ + --set publicDomain=YOUR_IP_ADDRESS.sslip.io \\ + --set ui.publicDomain=YOUR_IP_ADDRESS.sslip.io # Docker docker pull quay.io/s3gw/s3gw:latest