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