WIP: StatefulSet config for gitea-server #41

Closed
raucao wants to merge 1 commits from feature/stateful-set into master

1 Commits

Author SHA1 Message Date
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