Current ste, without octobot
This commit is contained in:
parent
bff1c05996
commit
7fa9f15c66
|
|
@ -1,2 +1,3 @@
|
|||
*.secret filter=git-crypt diff=git-crypt
|
||||
*.secret.yaml filter=git-crypt diff=git-crypt
|
||||
*.secret.values filter=git-crypt diff=git-crypt
|
||||
|
|
@ -336,3 +336,7 @@ nvidia_gpu_nodes:
|
|||
|
||||
## Amount of time to retain events. (default 1h0m0s)
|
||||
event_ttl_duration: "1h0m0s"
|
||||
|
||||
|
||||
# Moritz custom
|
||||
kubelet_max_pods: 250
|
||||
|
|
@ -322,6 +322,18 @@ chown -R git. ./gitea-repositories/
|
|||
|
||||
Then login to git.moritzgraf.de and proceed with default values, or adjust them.
|
||||
|
||||
## octobot
|
||||
|
||||
Deployment instructions for [Octobot](https://github.com/Drakkar-Software/OctoBot). Dex is used for authenticating.
|
||||
|
||||
```sh
|
||||
kubectl create ns octobot
|
||||
helm repo add dex https://charts.dexidp.io
|
||||
helm repo update
|
||||
helm upgrade --install -n octobot dex-octobot dex/dex -f ./octobot/dex.secret.values
|
||||
kubectl apply $(ls octobot/*.yaml | awk ' { print " -f " $1 } ')
|
||||
```
|
||||
|
||||
## nextcloud
|
||||
|
||||
[Chart GitHub](https://github.com/nextcloud/helm/tree/master/charts/nextcloud)
|
||||
|
|
|
|||
Loading…
Reference in New Issue