Commit graph

57 commits

Author SHA1 Message Date
3296387255 Merge branch 'backup' of gitlab.com:domaindrivenarchitecture/c4k-gitea into backup 2022-09-23 11:36:57 +02:00
f8b4137c60 Added more necessary env variables to backup-restore-deployment 2022-09-16 12:26:18 +02:00
0a3bde26ed Merge branch 'backup' of gitlab.com:domaindrivenarchitecture/c4k-gitea into backup 2022-09-08 11:02:22 +02:00
cf70e2f07b Removed root-volume
/var/lib/gitea is used in gitea-rootless image.
We effectively only use the /data volumen mount and PVC.

Removed the logic creating a root-volume, the yamls and the tests.
2022-09-07 13:20:50 +02:00
dd5d835b21 Added backup skeleton 2022-08-19 11:59:04 +02:00
992d226216 Resolve TODO for volume-total-storage-size schema 2022-08-05 12:05:24 +02:00
42f6542b49 Reverted commits c74c22e3 6420387e 8936b488 e1929dd3 2022-08-05 12:00:18 +02:00
e1929dd312 TODOs resolved 2022-08-05 09:44:21 +02:00
8a2156b907 merged 2022-08-03 16:44:35 +02:00
117f809c9e Merge branch 'main' of gitlab.com:domaindrivenarchitecture/c4k-gitea into main 2022-08-03 16:44:19 +02:00
6689cfb8c9 minor config adjust 2022-08-02 09:18:12 +02:00
8d9aadb1c8 use newest gittea 2022-08-02 09:17:49 +02:00
9f818cf321 Adjusted appini todo 2022-07-29 16:56:05 +02:00
22b25bcd33 config fine tuning 2022-07-29 16:34:20 +02:00
7323675d96 mv traeffic-middleware to provs 2022-07-29 15:30:43 +02:00
5af737505b Fixed concat-vec error 2022-07-29 09:54:54 +02:00
865b475bfc Configurable storage sizes
Storage sizes can now be configured.
Due to limitations of yaml/load-as-edn volumes.yaml was
split into datavolume.yaml and rootvolume.yaml. This
way, we are able to follow volume size recommendations
described in jira.
Valid config was updated. Tests were updated.
2022-07-27 16:48:04 +02:00
az
91feb38f57 changes from review 2022-07-27 09:02:45 +02:00
5b9a397b67 adjust review 2022-07-27 08:48:50 +02:00
c286faf084 added review comments 2022-07-26 19:35:35 +02:00
bom
1ae2722150 Update default values in configs 2022-07-22 13:09:49 +02:00
bom
ea8ec76461 Use correct defautl ssh port 2022-07-22 10:16:41 +02:00
d3fbd8d88b Add annotations
allow-shared-ip to gitea-ssh-service
2022-07-22 10:00:50 +02:00
4e6e82c392 remove app-ini from deployment 2022-07-21 15:42:37 +02:00
01200b589a Cleanup. 2022-07-20 17:01:19 +02:00
ed09c164c3 Tweaked settings 2022-07-20 16:44:56 +02:00
2c62f1caaf Quoted Numbers 2022-07-20 16:17:03 +02:00
7510589e47 Migrated appini-configmap to appini-env-configmap
We now have a basic config for our gitea installation.
We might want to have a closer look on the security config.

Also updated tests and gitea.cljc code with params and formating.
2022-07-20 15:56:37 +02:00
fd92acef46 Fixed tests
Removed unused issuer key in tests and generate-appini-env.
Combined host and port keys for ease of programming.
2022-07-15 15:09:32 +02:00
9113bc2677 Removed meissa-specifics
Moved database user and pw to secrets.yaml
2022-07-15 13:49:23 +02:00
178cbc8fa3 disabled reg 2022-07-14 16:48:04 +02:00
73e77b82fb updated gitea dep, changed tls port
disabled registration
2022-07-14 16:47:09 +02:00
bom
6114cdf2f6 Move mailer config to environment 2022-07-14 15:00:12 +02:00
bom
1499ddad63 Remove secret mount 2022-07-14 14:01:32 +02:00
e4946b4fa0 Started updating mailer-config
Configured secret env vars for mailer credentials to be loaded at pod runtime.
We may want to write our credentials to an encrypted file so we can use
the __FILE feature described here: https://github.com/go-gitea/gitea/issues/19856.
Or we may want to encrypt our secrets as described here:
https://kubernetes.io/docs/tasks/administer-cluster/encrypt-data/
2022-07-13 16:11:13 +02:00
09a471d5e5 new way of trafik redirect 2022-07-06 18:25:02 +02:00
581577ea2d we will need some kind of reg whitelist 2022-07-06 18:24:43 +02:00
75849d00c1 config-finetuning 2022-07-06 08:47:19 +02:00
997ecf5305 do not create cert twice 2022-07-06 08:21:27 +02:00
d9691bee9c more space for repos 2022-07-06 08:20:41 +02:00
ee76092789 better restart times / no external deps while running 2022-07-06 08:20:13 +02:00
2a92d03982 will work in other namespaces also 2022-07-06 08:19:44 +02:00
f815cb8beb emails should stay private 2022-07-06 08:19:13 +02:00
0077d56a82 fix wrong ports & cert names 2022-07-04 09:11:28 +02:00
bom
cf640e1f68 revert exposing gitea-ssh on port 22 2022-06-24 13:19:37 +02:00
bom
c1014edb50 Fix volumes 2022-06-24 12:56:59 +02:00
bom
909af565f8 Update storage class to use local-path 2022-06-24 12:31:46 +02:00
bom
45de52410b Remove hostPath from volumes 2022-06-24 11:31:16 +02:00
bom
b443269e28 Expose ssh service as LoadBalancer 2022-06-24 10:58:28 +02:00
bom
2966901cf9 Create volumes only using PVCs 2022-06-24 10:54:53 +02:00