Skip to content

jefferyb/k8s-gitea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gitea on Kubernetes

Install Gitea on Kubernetes using kustomize, or just edit the files in base/ before applying them.

Deploy Gitea with kustomize | example

Create a kustomization.yaml and a gitea-app.ini file

# Create a kustomization.yaml file
cp kustomization-example.yaml kustomization.yaml

# Create a gitea-app.ini file
cp gitea-app-example.ini gitea-app.ini

Edit/Update kustomization.yaml and gitea-app.ini

To view the Deployment, run:

kustomize build .
# OR 
kubectl kustomize .

To apply/deploy, run:

kubectl kustomize . | kubectl apply -f -
#  OR
kubectl apply --kustomize .

ref:

About

Deploy Gitea on Kubernetes

Resources

Stars

Watchers

Forks

Packages

No packages published