changes
This commit is contained in:
parent
a83cfb8e28
commit
d1e2bf5984
3 changed files with 103 additions and 5 deletions
11
netdata.yaml
11
netdata.yaml
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue