Skip to content

Commit aef6916

Browse files
Merge pull request openstack-k8s-operators#1139 from cschwede/fix-swift-replicas
Change number of Swift replicas in documentation
2 parents d00f4fe + f6c5bc2 commit aef6916

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs_user/modules/proc_adopting-the-object-storage-service.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ spec:
5353
template:
5454
memcachedInstance: memcached
5555
swiftRing:
56-
ringReplicas: 1
56+
ringReplicas: 3
5757
swiftStorage:
5858
replicas: 0
5959
networkAttachments:
@@ -62,7 +62,7 @@ spec:
6262
storageRequest: 10Gi
6363
swiftProxy:
6464
secret: osp-secret
65-
replicas: 1
65+
replicas: 2
6666
passwordSelectors:
6767
service: SwiftPassword
6868
serviceUser: swift

docs_user/modules/proc_deploying-backend-services.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -318,11 +318,11 @@ spec:
318318
enabled: false
319319
template:
320320
swiftRing:
321-
ringReplicas: 1
321+
ringReplicas: 3
322322
swiftStorage:
323323
replicas: 0
324324
swiftProxy:
325-
replicas: 1
325+
replicas: 2
326326
EOF
327327
----
328328
+
@@ -559,11 +559,11 @@ spec:
559559
enabled: false
560560
template:
561561
swiftRing:
562-
ringReplicas: 1
562+
ringReplicas: 3
563563
swiftStorage:
564564
replicas: 0
565565
swiftProxy:
566-
replicas: 1
566+
replicas: 2
567567
EOF
568568
----
569569
+

0 commit comments

Comments
 (0)