Skip to content

Commit

Permalink
WINDUP-2261: Updated OS details to indicate shared storage.
Browse files Browse the repository at this point in the history
  • Loading branch information
huffmanca committed Nov 27, 2018
1 parent bc8e942 commit 8e59f92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/topics/web-openshift-environment.adoc
Expand Up @@ -11,10 +11,10 @@ The OpenShift image includes three separate pods:

A separate persistent volume is used for the {WebName} interface and the PostgreSQL pods; however, the executor's storage is dependent on the template used.

* The `web-template.json` is the default template used, and configures the executor pod to use a separate persistent volume.
* The `web-template.json` is the default template used. This template configures the executor pod and the web console pod to use a separate persistent volume with shared storage. All instances of these pods read and write to the same persistent volume, mounted as `ReadWriteMany` in OpenShift.
+
.`web-template.json`
image::webconsole-architecture.png[web-template.json]
image::webconsole-architecture-mod.png[web-template.json]

* The `web-template-empty-dir-executor.json` configures the executor pod to use temporary storage on a single machine, and has no defined persistent volume.
+
Expand Down

0 comments on commit 8e59f92

Please sign in to comment.