address review comments
This commit is contained in:
		
							parent
							
								
									27c9ce8757
								
							
						
					
					
						commit
						904f05ef89
					
				|  | @ -15,7 +15,8 @@ spec: | ||||||
|     - createdb |     - createdb | ||||||
| 
 | 
 | ||||||
|     # role for application foo |     # role for application foo | ||||||
|     foo_user: |     foo_user: [] | ||||||
|  | 
 | ||||||
|    |    | ||||||
|   #databases: name->owner |   #databases: name->owner | ||||||
|   databases: |   databases: | ||||||
|  |  | ||||||
|  | @ -16,11 +16,11 @@ spec: | ||||||
|         imagePullPolicy: IfNotPresent |         imagePullPolicy: IfNotPresent | ||||||
|         resources: |         resources: | ||||||
|           requests: |           requests: | ||||||
|             cpu: 100m |             cpu: 500m | ||||||
|             memory: 100Mi |             memory: 250Mi | ||||||
|           limits: |           limits: | ||||||
|             cpu: 200m |             cpu: 2000m | ||||||
|             memory: 200Mi |             memory: 500Mi | ||||||
|         env: |         env: | ||||||
|         # provided additional ENV vars can overwrite individual config map entries   |         # provided additional ENV vars can overwrite individual config map entries   | ||||||
|         - name: CONFIG_MAP_NAME |         - name: CONFIG_MAP_NAME | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue