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.
1 parent 5407ac2 commit 48b11f7Copy full SHA for 48b11f7
contrib/file-server/README.md
@@ -64,9 +64,11 @@ helm install fileserver bitnami/apache -f httpd-values.yaml
64
[Optional] Expose the service
65
66
The service exposition is optional. It's only needed if you want to manage an upload on the file server using an external URL.
67
+On several platform like AWS EKS, a cluster external access is provided.
68
+For OCP, if you want to create a route providing a public URL, you have to do :
69
70
```bash
-kubectl expose svc fileserver-apache
71
+oc expose svc fileserver-apache
72
```
73
74
If you are on OCP, you can get the fileserver route URL to upload the sample jar or zip file :
0 commit comments