docs: add storageclass to complete-postgres-manifest example (#586)
This commit is contained in:
		
							parent
							
								
									2886027516
								
							
						
					
					
						commit
						ad5fec9bee
					
				|  | @ -11,6 +11,7 @@ spec: | ||||||
|   teamId: "ACID" |   teamId: "ACID" | ||||||
|   volume: |   volume: | ||||||
|     size: 1Gi |     size: 1Gi | ||||||
|  |     #storageClass: my-sc | ||||||
|   numberOfInstances: 2 |   numberOfInstances: 2 | ||||||
|   users: #Application/Robot users |   users: #Application/Robot users | ||||||
|     zalando: |     zalando: | ||||||
|  | @ -46,13 +47,13 @@ spec: | ||||||
|     pg_hba: |     pg_hba: | ||||||
|     - hostssl all all 0.0.0.0/0 md5 |     - hostssl all all 0.0.0.0/0 md5 | ||||||
|     - host    all all 0.0.0.0/0 md5 |     - host    all all 0.0.0.0/0 md5 | ||||||
|     slots: |     #slots: | ||||||
|       permanent_physical_1: |     #  permanent_physical_1: | ||||||
|         type: physical |     #    type: physical | ||||||
|       permanent_logical_1: |     #  permanent_logical_1: | ||||||
|         type: logical |     #    type: logical | ||||||
|         database: foo |     #    database: foo | ||||||
|         plugin: pgoutput |     #    plugin: pgoutput | ||||||
|     ttl: 30 |     ttl: 30 | ||||||
|     loop_wait: &loop_wait 10 |     loop_wait: &loop_wait 10 | ||||||
|     retry_timeout: 10 |     retry_timeout: 10 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue