use different interface for in-cluster communication
All checks were successful
Validate Kubernetes Manifests / kubeconform (push) Successful in 2m29s

This commit is contained in:
2026-01-01 07:50:13 +05:30
parent bd8c8404c7
commit 7e0abca0ab
9 changed files with 13 additions and 13 deletions

View File

@@ -39,10 +39,10 @@ spec:
claimName: bazarr-longhorn claimName: bazarr-longhorn
- name: tv - name: tv
nfs: nfs:
server: 192.168.1.4 server: 10.0.0.123
path: /merge/series path: /merge/series
- name: movies - name: movies
nfs: nfs:
server: 192.168.1.4 server: 10.0.0.123
path: /merge/movies path: /merge/movies

View File

@@ -59,5 +59,5 @@ spec:
claimName: qbittorrent-longhorn claimName: qbittorrent-longhorn
- name: downloads - name: downloads
nfs: nfs:
server: 192.168.1.4 server: 10.0.0.123
path: /merge/downloads path: /merge/downloads

View File

@@ -38,11 +38,11 @@ spec:
volumes: volumes:
- name: movies - name: movies
nfs: nfs:
server: 192.168.1.4 server: 10.0.0.123
path: /merge/movies path: /merge/movies
- name: downloads - name: downloads
nfs: nfs:
server: 192.168.1.4 server: 10.0.0.123
path: /merge/downloads path: /merge/downloads
- name: config - name: config
persistentVolumeClaim: persistentVolumeClaim:

View File

@@ -36,5 +36,5 @@ spec:
claimName: sabnzbd-longhorn claimName: sabnzbd-longhorn
- name: downloads - name: downloads
nfs: nfs:
server: 192.168.1.4 server: 10.0.0.123
path: /merge/downloads path: /merge/downloads

View File

@@ -41,9 +41,9 @@ spec:
claimName: sonarr-longhorn claimName: sonarr-longhorn
- name: downloads - name: downloads
nfs: nfs:
server: 192.168.1.4 server: 10.0.0.123
path: /merge/downloads path: /merge/downloads
- name: tv - name: tv
nfs: nfs:
server: 192.168.1.4 server: 10.0.0.123
path: /merge/series path: /merge/series

View File

@@ -46,7 +46,7 @@ spec:
path: /dev/dri path: /dev/dri
- name: merge - name: merge
nfs: nfs:
server: 192.168.1.4 server: 10.0.0.123
path: /merge path: /merge
- name: transcode - name: transcode
emptyDir: {} emptyDir: {}

View File

@@ -33,9 +33,9 @@ spec:
- file_mode=0777 - file_mode=0777
csi: csi:
driver: smb.csi.k8s.io driver: smb.csi.k8s.io
volumeHandle: 192.168.1.4#pictures#immich volumeHandle: 10.0.0.123#pictures#immich
volumeAttributes: volumeAttributes:
source: //192.168.1.4/pictures source: //10.0.0.123/pictures
nodeStageSecretRef: nodeStageSecretRef:
name: smb-creds name: smb-creds
namespace: media namespace: media

View File

@@ -45,7 +45,7 @@ spec:
emptyDir: {} emptyDir: {}
- name: media - name: media
nfs: nfs:
server: 192.168.1.4 server: 10.0.0.123
path: /merge path: /merge
- name: i915 - name: i915
hostPath: hostPath:

View File

@@ -45,7 +45,7 @@ spec:
- name: nextcloud-data - name: nextcloud-data
nfs: nfs:
path: /home/akshun/nextcloud-data path: /home/akshun/nextcloud-data
server: 192.168.1.151 server: 10.0.0.10
- name: nextcloud-config - name: nextcloud-config
persistentVolumeClaim: persistentVolumeClaim:
claimName: nextcloud-longhorn claimName: nextcloud-longhorn