Commit 75d41389 authored by Prout, Ryan's avatar Prout, Ryan
Browse files

Merge branch 'fs-mount-example' into 'master'

update README

See merge request ryu/slate_helm_examples!5
parents 0bb252d7 fb931cf0
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
# Simple deployment that mounts NCCS filesystems

It is assumed you have helm version 3 and the 'oc' command line tool installed locally.

You can look at the [prerequisites](https://docs.olcf.ornl.gov/services_and_applications/slate/building_your_own_application/prerequisites.html#prerequisites) for more information, from the [Slate documentation page](https://docs.olcf.ornl.gov/services_and_applications/slate/index.html).

This simple example utilizes the ["recreate" deployment strategy](https://docs.openshift.com/container-platform/4.4/applications/deployments/deployment-strategies.html#deployments-recreate-strategy_deployment-strategies).

It will mount the NCCS GPFS filesystem and NFS filesystem, running as your projects automation user.

## How To Use This Chart

First, clone this repository if you have not already:

``` git clone https://code.ornl.gov/ryu/slate_helm_examples.git && cd slate_helm_examples/charts```

After that, you can change the resource utilization, CPU and memory, in the [values.yaml](./values.yaml) file to fit your capability.

Finally, you can install the chart and launch the pod in your namespace:

```helm install fs-example nccs-fs-mount/```