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:
@@ -46,7 +46,7 @@ spec:
|
||||
path: /dev/dri
|
||||
- name: merge
|
||||
nfs:
|
||||
server: 192.168.1.4
|
||||
server: 10.0.0.123
|
||||
path: /merge
|
||||
- name: transcode
|
||||
emptyDir: {}
|
||||
|
||||
@@ -33,9 +33,9 @@ spec:
|
||||
- file_mode=0777
|
||||
csi:
|
||||
driver: smb.csi.k8s.io
|
||||
volumeHandle: 192.168.1.4#pictures#immich
|
||||
volumeHandle: 10.0.0.123#pictures#immich
|
||||
volumeAttributes:
|
||||
source: //192.168.1.4/pictures
|
||||
source: //10.0.0.123/pictures
|
||||
nodeStageSecretRef:
|
||||
name: smb-creds
|
||||
namespace: media
|
||||
|
||||
@@ -45,7 +45,7 @@ spec:
|
||||
emptyDir: {}
|
||||
- name: media
|
||||
nfs:
|
||||
server: 192.168.1.4
|
||||
server: 10.0.0.123
|
||||
path: /merge
|
||||
- name: i915
|
||||
hostPath:
|
||||
|
||||
Reference in New Issue
Block a user