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-multizone.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@ storage:
9
9
serverPlugins:
10
10
accessMode: ReadWriteOnce
11
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 nonclusteredMode. StorageClass is null here to ensure the same behavior across all cloud providers
13
-
# (it forces storage class to fall back to "default" diskbased ReadWriteOnce platformspecific storage class)
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
14
storageClass: null
15
15
storage: 5Gi
16
16
@@ -55,7 +55,7 @@ flowCredentials:
55
55
## will be read from the secret instead of the plain-text `adminPassword` (not recommended for production).
56
56
##
57
57
## The data field must contain base64 encoded value for key 'CBF_SERVER_ADMIN_PASSWORD'.
0 commit comments