Block a user
Upgrade Gitea to 1.8.1
Upgrade Gitea to 1.8.1
Update Gitea to 1.8.0
Update Gitea to 1.8.0
Add default and Kosmos label sets
Add default and Kosmos label sets
Add resource requests and limits for Gitea
Add resource requests and limits for Gitea
Add resource requests and limits for Gitea
I thought this one was already merged, I think I confused it with the one about our Drone setup for 5apps
Don't lose session data when upgrading GKE pods/containers
Fixed by adding this to the session section of the app.ini:
Don't lose session data when upgrading GKE pods/containers
Add default and Kosmos label sets
I have switched over to ship the custom files as a Docker image, that is based on the busybox image (see e0741b4 for details). The files are copied to the persistent volume in the init container. This is much better than what I had come up with previously and is running on GKE
Add default and Kosmos label sets
I don’t think that’s the case. This seems to be exactly what init containers are for, as you suggested in the beginning:
Add default and Kosmos label sets
Then why does the title say “Add a script to copy the content of the custom folder to a running pod”? Shouldn’t it say “copy the custom folder to the persistent volume” in that case?