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

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