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:
|
video:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: nfs
|
type: nfs
|
||||||
server: ${LOCAL_LAN_TRUENAS}
|
server: 192.168.9.10
|
||||||
path: /mnt/storage/video
|
path: /mnt/storage/video
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: /mnt/storage/video
|
- path: /mnt/storage/video
|
||||||
|
@@ -81,7 +81,7 @@ spec:
|
|||||||
books:
|
books:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: nfs
|
type: nfs
|
||||||
server: ${LOCAL_LAN_TRUENAS}
|
server: 192.168.9.10
|
||||||
path: /mnt/storage/home/claude/books
|
path: /mnt/storage/home/claude/books
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: /mnt/storage/home/claude/books
|
- path: /mnt/storage/home/claude/books
|
||||||
|
@@ -128,7 +128,7 @@ spec:
|
|||||||
readOnly: true
|
readOnly: true
|
||||||
media:
|
media:
|
||||||
type: nfs
|
type: nfs
|
||||||
server: ${LOCAL_LAN_TRUENAS}
|
server: 192.168.9.10
|
||||||
path: /mnt/storage/apps/frigate
|
path: /mnt/storage/apps/frigate
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: /media/frigate
|
- path: /media/frigate
|
||||||
|
@@ -111,21 +111,21 @@ spec:
|
|||||||
music:
|
music:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: nfs
|
type: nfs
|
||||||
server: ${LOCAL_LAN_TRUENAS}
|
server: 192.168.9.10
|
||||||
path: /mnt/storage/music
|
path: /mnt/storage/music
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: /mnt/storage/music
|
- path: /mnt/storage/music
|
||||||
photo:
|
photo:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: nfs
|
type: nfs
|
||||||
server: ${LOCAL_LAN_TRUENAS}
|
server: 192.168.9.10
|
||||||
path: /mnt/storage/photo
|
path: /mnt/storage/photo
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: /mnt/storage/photo
|
- path: /mnt/storage/photo
|
||||||
video:
|
video:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: nfs
|
type: nfs
|
||||||
server: ${LOCAL_LAN_TRUENAS}
|
server: 192.168.9.10
|
||||||
path: /mnt/storage/video
|
path: /mnt/storage/video
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: /mnt/storage/video
|
- path: /mnt/storage/video
|
||||||
|
@@ -74,7 +74,7 @@ spec:
|
|||||||
- path: /config
|
- path: /config
|
||||||
comics:
|
comics:
|
||||||
type: nfs
|
type: nfs
|
||||||
server: ${LOCAL_LAN_TRUENAS}
|
server: 192.168.9.10
|
||||||
path: /mnt/storage/home/claude/comics
|
path: /mnt/storage/home/claude/comics
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: /mnt/storage/home/claude/comics
|
- path: /mnt/storage/home/claude/comics
|
||||||
|
@@ -104,13 +104,13 @@ spec:
|
|||||||
- path: /config
|
- path: /config
|
||||||
music:
|
music:
|
||||||
type: nfs
|
type: nfs
|
||||||
server: ${LOCAL_LAN_TRUENAS}
|
server: 192.168.9.10
|
||||||
path: /mnt/storage/music
|
path: /mnt/storage/music
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: /mnt/storage/music
|
- path: /mnt/storage/music
|
||||||
downloads:
|
downloads:
|
||||||
type: nfs
|
type: nfs
|
||||||
server: ${LOCAL_LAN_TRUENAS}
|
server: 192.168.9.10
|
||||||
path: /mnt/storage/downloads
|
path: /mnt/storage/downloads
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: /mnt/storage/downloads
|
- path: /mnt/storage/downloads
|
||||||
|
@@ -90,19 +90,19 @@ spec:
|
|||||||
- path: /srv/squeezebox
|
- path: /srv/squeezebox
|
||||||
music:
|
music:
|
||||||
type: nfs
|
type: nfs
|
||||||
server: ${LOCAL_LAN_TRUENAS}
|
server: 192.168.9.10
|
||||||
path: *music
|
path: *music
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: *music
|
- path: *music
|
||||||
music-helene:
|
music-helene:
|
||||||
type: nfs
|
type: nfs
|
||||||
server: ${LOCAL_LAN_TRUENAS}
|
server: 192.168.9.10
|
||||||
path: /mnt/storage/home/helene/Musique
|
path: /mnt/storage/home/helene/Musique
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: /mnt/storage/home/helene/Musique
|
- path: /mnt/storage/home/helene/Musique
|
||||||
playlists:
|
playlists:
|
||||||
type: nfs
|
type: nfs
|
||||||
server: ${LOCAL_LAN_TRUENAS}
|
server: 192.168.9.10
|
||||||
path: *playlist
|
path: *playlist
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: *playlist
|
- path: *playlist
|
||||||
|
@@ -95,7 +95,7 @@ spec:
|
|||||||
photo:
|
photo:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: nfs
|
type: nfs
|
||||||
server: ${LOCAL_LAN_TRUENAS}
|
server: 192.168.9.10
|
||||||
path: /mnt/storage/photo
|
path: /mnt/storage/photo
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: /mnt/storage/photo
|
- path: /mnt/storage/photo
|
||||||
|
@@ -165,7 +165,7 @@ spec:
|
|||||||
scrape_interval: 60s
|
scrape_interval: 60s
|
||||||
metrics_path: "/metrics"
|
metrics_path: "/metrics"
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ["${LOCAL_LAN_TRUENAS}:9273"]
|
- targets: ["192.168.9.10:9273"]
|
||||||
labels:
|
labels:
|
||||||
app: "truenas"
|
app: "truenas"
|
||||||
- job_name: "truenas-remote"
|
- job_name: "truenas-remote"
|
||||||
|
Reference in New Issue
Block a user