Set proper update strategy for Postgres operator deployment.
This commit is contained in:
		
							parent
							
								
									0c0474c95c
								
							
						
					
					
						commit
						3d734b13a6
					
				| 
						 | 
					@ -4,6 +4,8 @@ metadata:
 | 
				
			||||||
  name: postgres-operator
 | 
					  name: postgres-operator
 | 
				
			||||||
spec:
 | 
					spec:
 | 
				
			||||||
  replicas: 1
 | 
					  replicas: 1
 | 
				
			||||||
 | 
					  strategy:
 | 
				
			||||||
 | 
					    type: "Recreate"
 | 
				
			||||||
  selector:
 | 
					  selector:
 | 
				
			||||||
    matchLabels:
 | 
					    matchLabels:
 | 
				
			||||||
      name: postgres-operator
 | 
					      name: postgres-operator
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue