small improvements

This commit is contained in:
2025-10-04 21:05:48 -03:00
parent 342108f2e2
commit a00fe926e8
5 changed files with 22 additions and 25 deletions

3
infra/README.md Normal file
View File

@@ -0,0 +1,3 @@
```bash
kubectl create secret generic beszel-key --from-literal=SECRET-KEY=<KEY> -n infra
```

View File

@@ -22,22 +22,10 @@ spec:
secretKeyRef:
name: beszel-key
key: SECRET-KEY
image: henrygd/beszel-agent:latest
image: henrygd/beszel-agent:0.12.10
imagePullPolicy: Always
name: beszel-agent
ports:
- containerPort: 45876
hostPort: 45876
restartPolicy: Always
tolerations:
- effect: NoSchedule
key: node-role.kubernetes.io/master
operator: Exists
- effect: NoSchedule
key: node-role.kubernetes.io/control-plane
operator: Exists
updateStrategy:
rollingUpdate:
maxSurge: 0
maxUnavailable: 100%
type: RollingUpdate
restartPolicy: Always

View File

@@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: beszel
image: henrygd/beszel:latest
image: ghcr.io/henrygd/beszel/beszel:0.12.10
imagePullPolicy: Always
env:
- name: PUID