Skip to content

Commit 48b11f7

Browse files
authored
Update README.md
1 parent 5407ac2 commit 48b11f7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

contrib/file-server/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,11 @@ helm install fileserver bitnami/apache -f httpd-values.yaml
6464
[Optional] Expose the service
6565

6666
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 :
6769

6870
```bash
69-
kubectl expose svc fileserver-apache
71+
oc expose svc fileserver-apache
7072
```
7173

7274
If you are on OCP, you can get the fileserver route URL to upload the sample jar or zip file :

0 commit comments

Comments
 (0)