Merge branch 'chore/update_gitea' of kosmos/gitea.kosmos.org into master

This commit is contained in:
Râu Cao 2019-10-13 11:45:42 +00:00 committed by Gitea
commit d4784e9787
1 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ spec:
name: config
containers:
- name: gitea-server
image: gitea/gitea:1.9.2
image: gitea/gitea:1.9.4
ports:
- containerPort: 3000
- containerPort: 3001
@ -42,10 +42,10 @@ spec:
name: gitea-server-data
resources:
requests:
cpu: 250m
cpu: 150m
memory: 256Mi
limits:
cpu: 500m
cpu: 250m
memory: 512Mi
restartPolicy: Always
volumes: