project reorganization
This commit is contained in:
9
deploy/setup.sh
Executable file
9
deploy/setup.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
helm repo add gitea-charts https://dl.gitea.com/charts/
|
||||
helm repo update
|
||||
|
||||
helm upgrade --install gitea gitea-charts/gitea \
|
||||
--values ./values.yaml \
|
||||
--values ./values.private.yaml \
|
||||
--namespace=git-limbosolutions-com
|
||||
|
||||
kubectl apply -f ./ssh-ingress.yaml
|
||||
Reference in New Issue
Block a user