diff --git a/README.md b/README.md index e69de29..4abec10 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,18 @@ +Gitea was installed with the use of helm using the helm-values.yaml +```zsh + helm repo add gitea-charts https://dl.gitea.com/charts/ + + helm install gitea gitea-charts/gitea -f helm-values.yaml +``` + +if you want to upgrade the gitea helm use below command + +```zsh + helm upgrade gitea gitea-charts/gitea -f helm-values.yaml +``` + +Ingress is needed as well + +```zsh + kubectl apply -f gitea.yaml +``` \ No newline at end of file diff --git a/READ_ME.md b/READ_ME.md deleted file mode 100644 index 4abec10..0000000 --- a/READ_ME.md +++ /dev/null @@ -1,18 +0,0 @@ -Gitea was installed with the use of helm using the helm-values.yaml -```zsh - helm repo add gitea-charts https://dl.gitea.com/charts/ - - helm install gitea gitea-charts/gitea -f helm-values.yaml -``` - -if you want to upgrade the gitea helm use below command - -```zsh - helm upgrade gitea gitea-charts/gitea -f helm-values.yaml -``` - -Ingress is needed as well - -```zsh - kubectl apply -f gitea.yaml -``` \ No newline at end of file