more manifest fixes
This commit is contained in:
		
							parent
							
								
									f1cb6aa866
								
							
						
					
					
						commit
						4e9c32b135
					
				|  | @ -55,7 +55,7 @@ configKubernetes: | ||||||
|   # additional labels assigned to the cluster objects |   # additional labels assigned to the cluster objects | ||||||
|   cluster_labels: application:spilo |   cluster_labels: application:spilo | ||||||
|   # label assigned to Kubernetes objects created by the operator |   # label assigned to Kubernetes objects created by the operator | ||||||
|   cluster_name_label: version |   cluster_name_label: cluster-name | ||||||
|   # annotations attached to each database pod |   # annotations attached to each database pod | ||||||
|   # custom_pod_annotations: keya:valuea,keyb:valueb |   # custom_pod_annotations: keya:valuea,keyb:valueb | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -22,7 +22,7 @@ configuration: | ||||||
|     cluster_domain: cluster.local |     cluster_domain: cluster.local | ||||||
|     cluster_labels: |     cluster_labels: | ||||||
|       application: spilo |       application: spilo | ||||||
|     cluster_name_label: version |     cluster_name_label: cluster-name | ||||||
|     # custom_pod_annotations: |     # custom_pod_annotations: | ||||||
|     #   keya: valuea |     #   keya: valuea | ||||||
|     #   keyb: valueb |     #   keyb: valueb | ||||||
|  |  | ||||||
|  | @ -9,7 +9,7 @@ spec: | ||||||
|     size: 1Gi |     size: 1Gi | ||||||
|   numberOfInstances: 1 |   numberOfInstances: 1 | ||||||
|   postgresql: |   postgresql: | ||||||
|     version: "10" |     version: "11" | ||||||
| # Make this a standby cluster and provide the s3 bucket path of source cluster for continuous streaming. | # Make this a standby cluster and provide the s3 bucket path of source cluster for continuous streaming. | ||||||
|   standby: |   standby: | ||||||
|     s3_wal_path: "s3://path/to/bucket/containing/wal/of/source/cluster/" |     s3_wal_path: "s3://path/to/bucket/containing/wal/of/source/cluster/" | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue