File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ namespace : postgres-operator 
2+ 
3+ resources :
4+ - postgres.yaml 
Original file line number Diff line number Diff line change 1+ apiVersion : postgres-operator.crunchydata.com/v1beta1 
2+ kind : PostgresCluster 
3+ metadata :
4+   name : hippo 
5+ spec :
6+   image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-13.8-1 
7+   postgresVersion : 13 
8+   instances :
9+     - name : instance1 
10+       dataVolumeClaimSpec :
11+         accessModes :
12+         - " ReadWriteOnce" 
13+         resources :
14+           requests :
15+             storage : 1Gi 
16+   backups :
17+     pgbackrest :
18+       image : registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.40-1 
19+       repos :
20+       - name : repo1 
21+         volume :
22+           volumeClaimSpec :
23+             accessModes :
24+             - " ReadWriteOnce" 
25+             resources :
26+               requests :
27+                 storage : 1Gi 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments