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