mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
🐛 LOCAL_LAN_TRUENAS var
This commit is contained in:
@@ -116,7 +116,7 @@ spec:
|
||||
video:
|
||||
enabled: true
|
||||
type: nfs
|
||||
server: ${LOCAL_LAN_TRUENAS}
|
||||
server: 192.168.9.10
|
||||
path: /mnt/storage/video
|
||||
globalMounts:
|
||||
- path: /mnt/storage/video
|
||||
|
@@ -81,7 +81,7 @@ spec:
|
||||
books:
|
||||
enabled: true
|
||||
type: nfs
|
||||
server: ${LOCAL_LAN_TRUENAS}
|
||||
server: 192.168.9.10
|
||||
path: /mnt/storage/home/claude/books
|
||||
globalMounts:
|
||||
- path: /mnt/storage/home/claude/books
|
||||
|
@@ -128,7 +128,7 @@ spec:
|
||||
readOnly: true
|
||||
media:
|
||||
type: nfs
|
||||
server: ${LOCAL_LAN_TRUENAS}
|
||||
server: 192.168.9.10
|
||||
path: /mnt/storage/apps/frigate
|
||||
globalMounts:
|
||||
- path: /media/frigate
|
||||
|
@@ -111,21 +111,21 @@ spec:
|
||||
music:
|
||||
enabled: true
|
||||
type: nfs
|
||||
server: ${LOCAL_LAN_TRUENAS}
|
||||
server: 192.168.9.10
|
||||
path: /mnt/storage/music
|
||||
globalMounts:
|
||||
- path: /mnt/storage/music
|
||||
photo:
|
||||
enabled: true
|
||||
type: nfs
|
||||
server: ${LOCAL_LAN_TRUENAS}
|
||||
server: 192.168.9.10
|
||||
path: /mnt/storage/photo
|
||||
globalMounts:
|
||||
- path: /mnt/storage/photo
|
||||
video:
|
||||
enabled: true
|
||||
type: nfs
|
||||
server: ${LOCAL_LAN_TRUENAS}
|
||||
server: 192.168.9.10
|
||||
path: /mnt/storage/video
|
||||
globalMounts:
|
||||
- path: /mnt/storage/video
|
||||
|
@@ -74,7 +74,7 @@ spec:
|
||||
- path: /config
|
||||
comics:
|
||||
type: nfs
|
||||
server: ${LOCAL_LAN_TRUENAS}
|
||||
server: 192.168.9.10
|
||||
path: /mnt/storage/home/claude/comics
|
||||
globalMounts:
|
||||
- path: /mnt/storage/home/claude/comics
|
||||
|
@@ -104,13 +104,13 @@ spec:
|
||||
- path: /config
|
||||
music:
|
||||
type: nfs
|
||||
server: ${LOCAL_LAN_TRUENAS}
|
||||
server: 192.168.9.10
|
||||
path: /mnt/storage/music
|
||||
globalMounts:
|
||||
- path: /mnt/storage/music
|
||||
downloads:
|
||||
type: nfs
|
||||
server: ${LOCAL_LAN_TRUENAS}
|
||||
server: 192.168.9.10
|
||||
path: /mnt/storage/downloads
|
||||
globalMounts:
|
||||
- path: /mnt/storage/downloads
|
||||
|
@@ -90,19 +90,19 @@ spec:
|
||||
- path: /srv/squeezebox
|
||||
music:
|
||||
type: nfs
|
||||
server: ${LOCAL_LAN_TRUENAS}
|
||||
server: 192.168.9.10
|
||||
path: *music
|
||||
globalMounts:
|
||||
- path: *music
|
||||
music-helene:
|
||||
type: nfs
|
||||
server: ${LOCAL_LAN_TRUENAS}
|
||||
server: 192.168.9.10
|
||||
path: /mnt/storage/home/helene/Musique
|
||||
globalMounts:
|
||||
- path: /mnt/storage/home/helene/Musique
|
||||
playlists:
|
||||
type: nfs
|
||||
server: ${LOCAL_LAN_TRUENAS}
|
||||
server: 192.168.9.10
|
||||
path: *playlist
|
||||
globalMounts:
|
||||
- path: *playlist
|
||||
|
@@ -95,7 +95,7 @@ spec:
|
||||
photo:
|
||||
enabled: true
|
||||
type: nfs
|
||||
server: ${LOCAL_LAN_TRUENAS}
|
||||
server: 192.168.9.10
|
||||
path: /mnt/storage/photo
|
||||
globalMounts:
|
||||
- path: /mnt/storage/photo
|
||||
|
@@ -165,7 +165,7 @@ spec:
|
||||
scrape_interval: 60s
|
||||
metrics_path: "/metrics"
|
||||
static_configs:
|
||||
- targets: ["${LOCAL_LAN_TRUENAS}:9273"]
|
||||
- targets: ["192.168.9.10:9273"]
|
||||
labels:
|
||||
app: "truenas"
|
||||
- job_name: "truenas-remote"
|
||||
|
Reference in New Issue
Block a user