diff --git a/ceph/README.md b/ceph/README.md index dfa65f708..c50ecefb3 100644 --- a/ceph/README.md +++ b/ceph/README.md @@ -29,7 +29,11 @@ To install Ceph Object Storage add the following to the `kfctl` yaml file. ### Additional Info * When `ceph-nano` is deployed, pods in the namespace can access the object storage using the `ceph-nano-0` service name `http://ceph-nano-0` -* Deployment of `ceph-nano` will create a route to a `ceph-nano-dashboard` that provides a S3 web portal for the in pod object storage. +* For S3 web portal, execute this command and access the portal with `http://localhost:5001` + ~~~ + oc port-forward pod/ceph-nano-0 5001 8000 + ~~~ + If you hit `ACCESS_DENY`, please clean brower cache and try it again. * The ACCESS_KEY and SECRET_KEY created for this deployment can be found in `ceph-nano-credentials` secret. ``` diff --git a/ceph/object-storage/nano/base/statefulset.yaml b/ceph/object-storage/nano/base/statefulset.yaml index 45e66fdae..93ec36673 100644 --- a/ceph/object-storage/nano/base/statefulset.yaml +++ b/ceph/object-storage/nano/base/statefulset.yaml @@ -35,6 +35,7 @@ spec: name: ceph-nano ports: - containerPort: 8000 + - containerPort: 5001 protocol: TCP resources: limits: @@ -53,6 +54,8 @@ spec: value: "8000" - name: SREE_PORT value: "5001" + - name: EXPOSED_IP + value: "127.0.0.1" - name: CEPH_DEMO_UID value: "nano" # Enable all of the ceph daemons to run