set resize mode to pvc in charts and manifests
This commit is contained in:
		
							parent
							
								
									eacb11a274
								
							
						
					
					
						commit
						58984cafab
					
				| 
						 | 
					@ -136,7 +136,7 @@ configKubernetes:
 | 
				
			||||||
  # whether the Spilo container should run in privileged mode
 | 
					  # whether the Spilo container should run in privileged mode
 | 
				
			||||||
  spilo_privileged: false
 | 
					  spilo_privileged: false
 | 
				
			||||||
  # storage resize strategy, available options are: ebs, pvc, off
 | 
					  # storage resize strategy, available options are: ebs, pvc, off
 | 
				
			||||||
  storage_resize_mode: ebs
 | 
					  storage_resize_mode: pvc
 | 
				
			||||||
  # operator watches for postgres objects in the given namespace
 | 
					  # operator watches for postgres objects in the given namespace
 | 
				
			||||||
  watched_namespace: "*"  # listen to all namespaces
 | 
					  watched_namespace: "*"  # listen to all namespaces
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -130,7 +130,7 @@ configKubernetes:
 | 
				
			||||||
  # whether the Spilo container should run in privileged mode
 | 
					  # whether the Spilo container should run in privileged mode
 | 
				
			||||||
  spilo_privileged: "false"
 | 
					  spilo_privileged: "false"
 | 
				
			||||||
  # storage resize strategy, available options are: ebs, pvc, off
 | 
					  # storage resize strategy, available options are: ebs, pvc, off
 | 
				
			||||||
  storage_resize_mode: ebs
 | 
					  storage_resize_mode: pvc
 | 
				
			||||||
  # operator watches for postgres objects in the given namespace
 | 
					  # operator watches for postgres objects in the given namespace
 | 
				
			||||||
  watched_namespace: "*"  # listen to all namespaces
 | 
					  watched_namespace: "*"  # listen to all namespaces
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -107,7 +107,7 @@ data:
 | 
				
			||||||
  # spilo_runasgroup: 103
 | 
					  # spilo_runasgroup: 103
 | 
				
			||||||
  # spilo_fsgroup: 103
 | 
					  # spilo_fsgroup: 103
 | 
				
			||||||
  spilo_privileged: "false"
 | 
					  spilo_privileged: "false"
 | 
				
			||||||
  # storage_resize_mode: "off"
 | 
					  storage_resize_mode: "pvc"
 | 
				
			||||||
  super_username: postgres
 | 
					  super_username: postgres
 | 
				
			||||||
  # team_admin_role: "admin"
 | 
					  # team_admin_role: "admin"
 | 
				
			||||||
  # team_api_role_configuration: "log_statement:all"
 | 
					  # team_api_role_configuration: "log_statement:all"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -72,7 +72,7 @@ configuration:
 | 
				
			||||||
    # spilo_runasgroup: 103
 | 
					    # spilo_runasgroup: 103
 | 
				
			||||||
    # spilo_fsgroup: 103
 | 
					    # spilo_fsgroup: 103
 | 
				
			||||||
    spilo_privileged: false
 | 
					    spilo_privileged: false
 | 
				
			||||||
    storage_resize_mode: ebs
 | 
					    storage_resize_mode: pvc
 | 
				
			||||||
    # toleration: {}
 | 
					    # toleration: {}
 | 
				
			||||||
    # watched_namespace: ""
 | 
					    # watched_namespace: ""
 | 
				
			||||||
  postgres_pod_resources:
 | 
					  postgres_pod_resources:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue