Merge branch 'chore/resource_config' of kosmos/gitea.kosmos.org into master
This commit is contained in:
		
						commit
						e3de3af82f
					
				| @ -32,13 +32,19 @@ spec: | |||||||
|           value: gitea |           value: gitea | ||||||
|         image: mariadb:10.3.10 |         image: mariadb:10.3.10 | ||||||
|         name: gitea-db |         name: gitea-db | ||||||
|         resources: {} |  | ||||||
|         ports: |         ports: | ||||||
|           - containerPort: 3306 |           - containerPort: 3306 | ||||||
|             name: mysql |             name: mysql | ||||||
|         volumeMounts: |         volumeMounts: | ||||||
|         - mountPath: /var/lib/mysql |         - mountPath: /var/lib/mysql | ||||||
|           name: gitea-db-data |           name: gitea-db-data | ||||||
|  |         resources: | ||||||
|  |           requests: | ||||||
|  |             cpu: 250m | ||||||
|  |             memory: 150Mi | ||||||
|  |           limits: | ||||||
|  |             cpu: 500m | ||||||
|  |             memory: 300Mi | ||||||
|       restartPolicy: Always |       restartPolicy: Always | ||||||
|       volumes: |       volumes: | ||||||
|       - name: gitea-db-data |       - name: gitea-db-data | ||||||
|  | |||||||
| @ -34,6 +34,13 @@ spec: | |||||||
|         volumeMounts: |         volumeMounts: | ||||||
|         - mountPath: /data |         - mountPath: /data | ||||||
|           name: gitea-server-data |           name: gitea-server-data | ||||||
|  |         resources: | ||||||
|  |           requests: | ||||||
|  |             cpu: 250m | ||||||
|  |             memory: 256Mi | ||||||
|  |           limits: | ||||||
|  |             cpu: 500m | ||||||
|  |             memory: 512Mi | ||||||
|       restartPolicy: Always |       restartPolicy: Always | ||||||
|       volumes: |       volumes: | ||||||
|       - name: gitea-server-data |       - name: gitea-server-data | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user