This commit is contained in:
Teddy 2026-03-10 20:52:48 +00:00
parent a83cfb8e28
commit d1e2bf5984
3 changed files with 103 additions and 5 deletions

View file

@ -38,6 +38,9 @@ spec:
- name: os-release
mountPath: /host/etc/os-release
readOnly: true
- name: nextcloud-data
mountPath: /host/mnt/nextcloud-data
readOnly: true
env:
- name: NETDATA_CLAIM_TOKEN
value: ""
@ -51,6 +54,9 @@ spec:
- name: os-release
hostPath:
path: /etc/os-release
- name: nextcloud-data
hostPath:
path: /mnt/nextcloud-data
---
apiVersion: v1
kind: Service
@ -82,8 +88,3 @@ spec:
name: netdata
port:
number: 19999
```
Keeping it on `netdata.local` like Headlamp so it's not exposed to the internet. Add to your hosts file too:
```
192.168.50.49 netdata.local