You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cloudbees-cd/kubernetes/cloudbees-cd-demo-openshift.yaml
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,15 @@ clusteredMode: false
7
7
storage:
8
8
volumes:
9
9
serverPlugins:
10
-
accessMode: ReadWriteOnce
11
-
# Storage class for plugins directory. Currently it has to be shared across server and web replicas.
12
-
# Server and web are co-located using hard affinity rule for non clusteredMode. StorageClass is null here to ensure the same behavior across all cloud providers
13
-
# (it forces storage class to fall back to "default" disk based ReadWriteOnce platform specific storage class)
14
-
storageClass: null
15
-
storage: 5Gi
16
-
10
+
name: flow-server-shared
11
+
accessMode: ReadWriteMany
12
+
## A ReadWriteMany storage class used for plugins directory.
13
+
## It is shared across all the Flow server and the web server
14
+
## replicas.
15
+
storageClass: nfs-client
16
+
# In order to use any existing pvc. set existingClaim flag to true and
17
+
# set storage.volumes.serverPlugins.name to pvc name
0 commit comments