Current ste, without octobot

This commit is contained in:
Moritz Graf 2021-11-06 14:56:16 +01:00
parent bff1c05996
commit 7fa9f15c66
3 changed files with 18 additions and 1 deletions

1
.gitattributes vendored
View File

@ -1,2 +1,3 @@
*.secret filter=git-crypt diff=git-crypt *.secret filter=git-crypt diff=git-crypt
*.secret.yaml filter=git-crypt diff=git-crypt *.secret.yaml filter=git-crypt diff=git-crypt
*.secret.values filter=git-crypt diff=git-crypt

View File

@ -336,3 +336,7 @@ nvidia_gpu_nodes:
## Amount of time to retain events. (default 1h0m0s) ## Amount of time to retain events. (default 1h0m0s)
event_ttl_duration: "1h0m0s" event_ttl_duration: "1h0m0s"
# Moritz custom
kubelet_max_pods: 250

View File

@ -322,6 +322,18 @@ chown -R git. ./gitea-repositories/
Then login to git.moritzgraf.de and proceed with default values, or adjust them. 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 ## nextcloud
[Chart GitHub](https://github.com/nextcloud/helm/tree/master/charts/nextcloud) [Chart GitHub](https://github.com/nextcloud/helm/tree/master/charts/nextcloud)