|
1 year ago | |
---|---|---|
custom/options/label | 1 year ago | |
doc | 1 year ago | |
kubernetes | 1 year ago | |
packer | 1 year ago | |
script | 1 year ago | |
.gitignore | 2 years ago | |
README.md | 1 year ago |
This repository contains configuration files and other assets, that are used to deploy and operate this Gitea instance. Feel free to open issues for questions, suggestions, bugs, to-do items, and whatever else you want to discuss or resolve.
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