use different interface for in-cluster communication
All checks were successful
Validate Kubernetes Manifests / kubeconform (push) Successful in 2m29s
All checks were successful
Validate Kubernetes Manifests / kubeconform (push) Successful in 2m29s
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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: {}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user