Legacy container/kubernetes configs and docs for gitea.kosmos.org
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.
Go to file
gregkare 68771a8e61 Merge branch 'feature/4-label_sets' of kosmos/gitea.kosmos.org into master 2019-05-02 15:27:31 +00:00
custom/options/label Ship the customizations as a Docker image 2019-04-01 17:01:16 +02:00
doc Merge branch 'docs/update' of kosmos/gitea.kosmos.org into master 2019-01-28 22:42:17 +00:00
kubernetes Merge branch 'feature/4-label_sets' of kosmos/gitea.kosmos.org into master 2019-05-02 15:27:31 +00:00
packer Ship the customizations as a Docker image 2019-04-01 17:01:16 +02:00
script Ship the customizations as a Docker image 2019-04-01 17:01:16 +02:00
vendor Add Ark as submodule 2019-01-05 10:14:49 +08:00
.gitignore Add initial Kubernetes config files 2018-12-14 17:14:00 +01:00
.gitmodules Add Ark as submodule 2019-01-05 10:14:49 +08:00
README.md Ship the customizations as a Docker image 2019-04-01 17:01:16 +02:00

README.md

gitea.kosmos.org

This repository contains configuration files and other assets, that are used to deploy and operate this Gitea instance.

To create a new image containing the customizations:

Edit packer/custom.json to increment the tag, then run this script (needs Packer in your path)

./script/build_customizations_image

Then edit kubernetes/gitea-server.yaml to use the new tag (image: eu.gcr.io/fluted-magpie-218106/gitea_custom:$VERSION) and apply the change:

cd kubernetes
kubectl apply -f gitea-server.yaml

Feel free to open issues for questions, suggestions, bugs, to-do items, and whatever else you want to discuss or resolve.