Files
haven/apps/infra/beszel.yaml
T
ivanchandRenovate Bot e7c419a353 Update ghcr.io/henrygd/beszel/beszel Docker tag to v0.20.0 (#14)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/henrygd/beszel/beszel](https://github.com/henrygd/beszel) | minor | `0.19.0` → `0.20.0` |

---

### Release Notes

<details>
<summary>henrygd/beszel (ghcr.io/henrygd/beszel/beszel)</summary>

### [`v0.20.0`](https://github.com/henrygd/beszel/releases/tag/v0.20.0)

[Compare Source](https://github.com/henrygd/beszel/compare/v0.19.0...v0.20.0)

#### What's Changed

- Add network monitoring from agents ([#&#8203;2266](https://github.com/henrygd/beszel/issues/2266), [#&#8203;1911](https://github.com/henrygd/beszel/issues/1911))
- Add container image update available flag ([#&#8203;2211](https://github.com/henrygd/beszel/issues/2211))
- Add btrfs filesystem reporting as storage pools ([#&#8203;2315](https://github.com/henrygd/beszel/issues/2315))
- Add persistence of view preferences and language to user settings ([#&#8203;1831](https://github.com/henrygd/beszel/issues/1831))
- Add `TRUSTED_PROXY_IPS` allowlist for `TRUSTED_AUTH_HEADER` ([#&#8203;2327](https://github.com/henrygd/beszel/issues/2327))
- Add ZFS utilities to Intel and NVIDIA agent images ([#&#8203;2288](https://github.com/henrygd/beszel/issues/2288), [#&#8203;2311](https://github.com/henrygd/beszel/issues/2311))
- Revert SMART warnings for certain attributes ([#&#8203;2296](https://github.com/henrygd/beszel/issues/2296), [#&#8203;2308](https://github.com/henrygd/beszel/issues/2308), [#&#8203;2347](https://github.com/henrygd/beszel/issues/2347))
- Improve NVMe data units display as human-readable GB/TB ([#&#8203;2303](https://github.com/henrygd/beszel/issues/2303))
- Fix agent disconnects during slow collections by extending WebSocket deadline ([#&#8203;2294](https://github.com/henrygd/beszel/issues/2294))
- Fix missing root CA certificates in base agent image ([#&#8203;2291](https://github.com/henrygd/beszel/issues/2291))
- Fix false RAID health warnings during healthy data scrubbing ([#&#8203;2109](https://github.com/henrygd/beszel/issues/2109))
- Fix ZFS monitoring when /dev/zfs is unavailable ([#&#8203;2325](https://github.com/henrygd/beszel/issues/2325))
- Fix spurious `HUB_URL` warning in SSH-only mode ([#&#8203;2316](https://github.com/henrygd/beszel/issues/2316))
- Fix idle GPU utilization display in systems table ([#&#8203;2312](https://github.com/henrygd/beszel/issues/2312))
- Fix session handling to clear auth store after token expiry ([#&#8203;2310](https://github.com/henrygd/beszel/issues/2310))
- Fix chart history handling when switching to live charts ([#&#8203;2333](https://github.com/henrygd/beszel/issues/2333))
- Update Go dependencies

#### New Contributors

- [@&#8203;arnolicious](https://github.com/arnolicious) made their first contribution in [#&#8203;2288](https://github.com/henrygd/beszel/pull/2288)
- [@&#8203;matth3wdsouza](https://github.com/matth3wdsouza) made their first contribution in [#&#8203;2303](https://github.com/henrygd/beszel/pull/2303)
- [@&#8203;anaisbetts](https://github.com/anaisbetts) made their first contribution in [#&#8203;2315](https://github.com/henrygd/beszel/pull/2315)
- [@&#8203;brunob45](https://github.com/brunob45) made their first contribution in [#&#8203;2211](https://github.com/henrygd/beszel/pull/2211)
- [@&#8203;ChangkeunJ](https://github.com/ChangkeunJ) made their first contribution in [#&#8203;2333](https://github.com/henrygd/beszel/pull/2333)
- [@&#8203;rajtslegr](https://github.com/rajtslegr) made their first contribution in [#&#8203;2328](https://github.com/henrygd/beszel/pull/2328)
- [@&#8203;jmrplens](https://github.com/jmrplens) made their first contribution in [#&#8203;2327](https://github.com/henrygd/beszel/pull/2327)

**Full Changelog**: <https://github.com/henrygd/beszel/compare/v0.19.0...v0.20.0>

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- Branch creation
  - At any time (no schedule defined)
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC44My4wIiwidXBkYXRlZEluVmVyIjoiNDQuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

---------

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Reviewed-on: https://git.ivanch.me/ivanch/haven/pulls/14
2026-09-20 15:35:18 +00:00

94 lines
1.8 KiB
YAML

---
# 1) Deployment
apiVersion: apps/v1
kind: Deployment
metadata:
name: beszel
namespace: infra
spec:
replicas: 1
selector:
matchLabels:
app: beszel
template:
metadata:
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:0.20.0
ports:
- containerPort: 8090
name: beszel-port
resources:
requests:
memory: "128Mi"
cpu: "100m"
limits:
memory: "512Mi"
cpu: "500m"
volumeMounts:
- name: beszel-config
mountPath: /beszel_data
volumes:
- name: beszel-config
persistentVolumeClaim:
claimName: beszel-config
---
# 2) Service
apiVersion: v1
kind: Service
metadata:
name: beszel
namespace: infra
spec:
type: ClusterIP
selector:
app: beszel
ports:
- port: 80
targetPort: beszel-port
---
# 3) PersistentVolumeClaim
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: beszel-config
namespace: infra
spec:
storageClassName: "nfs-client"
accessModes:
- ReadWriteMany
resources:
requests:
storage: 1Gi
---
# 4) Ingress
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: beszel
namespace: infra
spec:
rules:
- host: beszel.haven
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: beszel
port:
number: 80