This repository has been archived on 2023-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
gitea.kosmos.org/kubernetes
Basti 1928fdad6e
WIP: StatefulSet config for gitea-server
A deployment cannot actually attach the same persistent storage across
nodes. We have to switch to a StatefulSet for any and all programs that
need shared persistent storage.

I tried applying this config, but it didn't attach the same volume/disk
as before, so I had to revert to the Deployment for now.
2019-12-19 14:10:57 +01:00
..
config Add a script to copy the content of the custom folder to a running pod 2019-02-27 17:47:48 +01:00
gitea-db.yaml Add resource requests and limits for Gitea 2019-03-04 13:48:20 +07:00
gitea-server-statefulset.yaml WIP: StatefulSet config for gitea-server 2019-12-19 14:10:57 +01:00
gitea-server.yaml Upgrade Gitea to 1.10.1 2019-12-19 14:09:35 +01:00