chore(nas): update TrueNAS IP after router change

New router is trash and can't set static IPs, some device stole the old one
This commit is contained in:
Vegard Hagen
2024-08-13 15:58:44 +02:00
parent 5abde08753
commit e03f701119
9 changed files with 9 additions and 15 deletions

View File

@@ -13,5 +13,5 @@ ports:
port: 443 port: 443
endpoints: endpoints:
- addresses: - addresses:
- 192.168.1.55 - 192.168.1.117
conditions: { } # https://github.com/argoproj/argo-cd/issues/15554 conditions: { } # https://github.com/argoproj/argo-cd/issues/15554

View File

@@ -51,8 +51,6 @@ spec:
volumeMounts: volumeMounts:
- name: remark42 - name: remark42
mountPath: /srv/var mountPath: /srv/var
- name: backup
mountPath: /backup
resources: resources:
requests: requests:
cpu: 50m cpu: 50m
@@ -64,7 +62,3 @@ spec:
- name: remark42 - name: remark42
persistentVolumeClaim: persistentVolumeClaim:
claimName: remark42 claimName: remark42
- name: backup
nfs:
server: 192.168.1.55
path: /mnt/pool-0/backup

View File

@@ -65,5 +65,5 @@ spec:
emptyDir: { } emptyDir: { }
- name: data - name: data
nfs: nfs:
server: 192.168.1.55 server: 192.168.1.117
path: /mnt/pool-0/data path: /mnt/pool-0/data

View File

@@ -65,5 +65,5 @@ spec:
emptyDir: { } emptyDir: { }
- name: data - name: data
nfs: nfs:
server: 192.168.1.55 server: 192.168.1.117
path: /mnt/pool-0/data path: /mnt/pool-0/data

View File

@@ -65,5 +65,5 @@ spec:
emptyDir: { } emptyDir: { }
- name: data - name: data
nfs: nfs:
server: 192.168.1.55 server: 192.168.1.117
path: /mnt/pool-0/data path: /mnt/pool-0/data

View File

@@ -90,5 +90,5 @@ spec:
emptyDir: { } emptyDir: { }
- name: data - name: data
nfs: nfs:
server: 192.168.1.55 server: 192.168.1.117
path: /mnt/pool-0/data path: /mnt/pool-0/data

View File

@@ -58,7 +58,7 @@ spec:
claimName: jellyfin-config claimName: jellyfin-config
- name: media - name: media
nfs: nfs:
server: 192.168.1.55 server: 192.168.1.117
path: /mnt/pool-0/data/media path: /mnt/pool-0/data/media
- name: cache - name: cache
emptyDir: { } emptyDir: { }

View File

@@ -63,7 +63,7 @@ spec:
claimName: plex-config claimName: plex-config
- name: media - name: media
nfs: nfs:
server: 192.168.1.55 server: 192.168.1.117
path: /mnt/pool-0/data/media path: /mnt/pool-0/data/media
- name: transcode - name: transcode
emptyDir: emptyDir:

View File

@@ -15,8 +15,8 @@ ingress:
originRequest: originRequest:
originServerName: proxmox.stonegarden.dev originServerName: proxmox.stonegarden.dev
- hostname: truenas.stonegarden.dev - hostname: truenas.stonegarden.dev
service: https://192.168.1.55:443 #service: https://192.168.1.114:443
#service: https://truenas.truenas.svc.cluster.local:443 service: https://truenas.truenas.svc.cluster.local:443
#service: https://cilium-gateway-tls-passthrough.gateway.svc.cluster.local:443 #service: https://cilium-gateway-tls-passthrough.gateway.svc.cluster.local:443
originRequest: originRequest:
originServerName: truenas.stonegarden.dev originServerName: truenas.stonegarden.dev