Commit graph

68 commits

Author SHA1 Message Date
Micke Nordin ae3fc1b456
Same subpath name? 2023-04-03 13:08:43 +02:00
Micke Nordin 336cef0540
Use init container 2023-04-03 13:03:38 +02:00
Micke Nordin 3357192b5d
Is there really a problem here? 2023-04-03 12:55:48 +02:00
Micke Nordin ae41bb03b8
Missing volume 2023-04-03 12:48:32 +02:00
Micke Nordin a5d58c8660
Try explicit paths 2023-04-03 12:42:48 +02:00
Micke Nordin 7ffbb9492c
Fix paths 2023-04-03 12:37:08 +02:00
Micke Nordin 5e54655e78
Add back php settings 2023-04-03 12:08:26 +02:00
Micke Nordin b4d976459d
try something more with paths 2023-04-03 09:55:55 +02:00
Micke Nordin 43e60b8556
Fix path for upgrade script 2023-04-03 09:52:41 +02:00
Micke Nordin 274a4597bb
Add upgrade script 2023-04-03 09:46:00 +02:00
Micke Nordin 3fe3331add
New nextcloud version and post init command 2023-03-31 15:56:49 +02:00
Micke Nordin 3e3203a389
ReadWriteOnce 2023-03-31 13:53:34 +02:00
Micke Nordin 8eee8bc34f
Try ReadWriteMany 2023-03-31 12:44:11 +02:00
Micke Nordin 0b4372cce9
Try ReadWriteOncePod 2023-03-31 12:38:31 +02:00
Micke Nordin b47613efa4
Fix bucket name 2023-03-30 11:15:31 +02:00
Micke Nordin fdb2321fd2
Can these be autoassigned? 2023-03-30 10:53:42 +02:00
Micke Nordin df38c96e04
Add vinnova in test 2023-03-30 10:50:16 +02:00
Micke 1c192c41fd
Nextcloud in K8s: MVP
This is the minumum needed to run a multinode customer in kubernetes.
Each customer will run in their own namespace with a nextcloud
container and a redis container. There is a proxysql cluster running in
its own namespace, used by all customer.

This is a monorepo that uses kustomize to allow using this repo for both
prod and test (and other things we can think of in the future).
2023-03-29 19:25:29 +02:00