adding loki and fixing version

This commit is contained in:
2025-10-24 22:41:40 -03:00
parent 7d88137084
commit 5d436bb632
3 changed files with 123 additions and 3 deletions

View File

@@ -15,9 +15,18 @@ spec:
labels:
app: beszel
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: kubernetes.io/arch
operator: In
values:
- amd64
containers:
- name: beszel
image: ghcr.io/henrygd/beszel/beszel:14.1
image: ghcr.io/henrygd/beszel/beszel:0.14.1
imagePullPolicy: Always
ports:
- containerPort: 8090