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 | ||||
|         image: mariadb:10.3.10 | ||||
|         name: gitea-db | ||||
|         resources: {} | ||||
|         ports: | ||||
|           - containerPort: 3306 | ||||
|             name: mysql | ||||
|         volumeMounts: | ||||
|         - mountPath: /var/lib/mysql | ||||
|           name: gitea-db-data | ||||
|         resources: | ||||
|           requests: | ||||
|             cpu: 250m | ||||
|             memory: 150Mi | ||||
|           limits: | ||||
|             cpu: 500m | ||||
|             memory: 300Mi | ||||
|       restartPolicy: Always | ||||
|       volumes: | ||||
|       - name: gitea-db-data | ||||
|  | ||||
| @ -34,6 +34,13 @@ spec: | ||||
|         volumeMounts: | ||||
|         - mountPath: /data | ||||
|           name: gitea-server-data | ||||
|         resources: | ||||
|           requests: | ||||
|             cpu: 250m | ||||
|             memory: 256Mi | ||||
|           limits: | ||||
|             cpu: 500m | ||||
|             memory: 512Mi | ||||
|       restartPolicy: Always | ||||
|       volumes: | ||||
|       - name: gitea-server-data | ||||
|  | ||||
		Reference in New Issue
	
	Block a user