Compare commits

...

4 Commits

Author SHA1 Message Date
Ultradesu 70d785769e Update longhorn tolerations
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 13s
Check with kubeconform / lint (push) Successful in 10s
Auto-update README / Generate README and Create MR (push) Successful in 10s
2026-06-17 15:27:17 +01:00
Ultradesu f129977993 Update longhorn
Check with kubeconform / lint (push) Successful in 10s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Failing after 11m23s
Auto-update README / Generate README and Create MR (push) Failing after 14m14s
2026-06-17 15:02:52 +01:00
Ultradesu cf4c70075c N8N: Disable yacy
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 13s
Auto-update README / Generate README and Create MR (push) Failing after 10m15s
Check with kubeconform / lint (push) Failing after 11m22s
2026-06-17 14:51:47 +01:00
Ultradesu 2b979b5f43 Changed uk-desktop llm context window 2026-06-17 13:18:07 +01:00
4 changed files with 57 additions and 10 deletions
+1 -1
View File
@@ -7,6 +7,6 @@ data:
LLAMA_ARG_HOST: 0.0.0.0
LLAMA_ARG_PORT: "8080"
LLAMA_ARG_HF_REPO: "unsloth/gemma-4-12b-it-GGUF:Q6_K"
LLAMA_ARG_CTX_SIZE: "32768"
LLAMA_ARG_CTX_SIZE: "128000"
LLAMA_ARG_FLASH_ATTN: auto
LLAMA_ARG_FIT: "on"
+8 -8
View File
@@ -15,14 +15,14 @@ resources:
- service.yaml
- ingress.yaml
helmCharts:
- name: yacy
repo: https://gt.hexor.cy/api/packages/ab/helm
version: 0.1.2
releaseName: yacy
namespace: n8n
valuesFile: values-yacy.yaml
includeCRDs: true
# helmCharts:
# - name: yacy
# repo: https://gt.hexor.cy/api/packages/ab/helm
# version: 0.1.2
# releaseName: yacy
# namespace: n8n
# valuesFile: values-yacy.yaml
# includeCRDs: true
commonLabels:
app.kubernetes.io/name: n8n
+1 -1
View File
@@ -7,7 +7,7 @@ kind: Kustomization
helmCharts:
- name: longhorn
repo: https://charts.longhorn.io
version: 1.11.2
version: 1.12.0
releaseName: longhorn
namespace: longhorn
valuesFile: values.yaml
+47
View File
@@ -1,7 +1,54 @@
global:
tolerations:
- key: "workload"
operator: "Exists"
effect: "NoSchedule"
- key: "node.kubernetes.io/unreachable"
operator: "Exists"
effect: "NoSchedule"
- key: "node.kubernetes.io/unreachable"
operator: "Exists"
effect: "NoExecute"
longhornManager:
tolerations:
- key: "workload"
operator: "Exists"
effect: "NoSchedule"
- key: "node.kubernetes.io/unreachable"
operator: "Exists"
effect: "NoSchedule"
- key: "node.kubernetes.io/unreachable"
operator: "Exists"
effect: "NoExecute"
longhornDriver:
tolerations:
- key: "workload"
operator: "Exists"
effect: "NoSchedule"
- key: "node.kubernetes.io/unreachable"
operator: "Exists"
effect: "NoSchedule"
- key: "node.kubernetes.io/unreachable"
operator: "Exists"
effect: "NoExecute"
longhornUI:
replicas: 1
tolerations:
- key: "workload"
operator: "Exists"
effect: "NoSchedule"
- key: "node.kubernetes.io/unreachable"
operator: "Exists"
effect: "NoSchedule"
- key: "node.kubernetes.io/unreachable"
operator: "Exists"
effect: "NoExecute"
defaultSettings:
taintToleration: "workload=ai:NoSchedule; workload=desktop:NoSchedule; node.kubernetes.io/unreachable:NoSchedule; node.kubernetes.io/unreachable:NoExecute"
# Keep new instance-manager pods schedulable on nodes with high CPU requests.
guaranteedInstanceManagerCPU: '{"v1":"6","v2":"6"}'