Compare commits

...

4 Commits

Author SHA1 Message Date
Greg Karékinian
0a60d8831c Merge branch 'master' into feature/4-label_sets 2019-02-27 12:43:45 +01:00
Greg Karékinian
cc6f31b4b9 Update Gitea to 1.7.2
Closes #18
2019-02-25 16:54:59 +01:00
Greg Karékinian
069502d056 Bump the gitea data storage to 20GB 2019-02-25 13:29:09 +01:00
Greg Karékinian
278e6a9cd7 Use a 10GB persistent storage volume for gitea data 2019-02-25 13:18:45 +01:00

View File

@ -31,7 +31,7 @@ spec:
name: label
containers:
- name: gitea-server
image: gitea/gitea:1.7.1
image: gitea/gitea:1.7.2
ports:
- containerPort: 3000
- containerPort: 3001
@ -72,7 +72,7 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 1Gi
storage: 20Gi
---
apiVersion: v1
kind: Service