@@ -33,11 +33,3 @@ spec:
|
||||
- protocol: TCP
|
||||
containerPort: 3000
|
||||
name: web
|
||||
volumeMounts:
|
||||
- name: client-app
|
||||
mountPath: /usr/app
|
||||
volumes:
|
||||
- name: client-app
|
||||
hostPath:
|
||||
path: /mnt/nfs/AppData/opensign/client
|
||||
type: Directory
|
||||
|
||||
@@ -36,11 +36,3 @@ spec:
|
||||
- protocol: TCP
|
||||
containerPort: 8080
|
||||
name: server
|
||||
volumeMounts:
|
||||
- name: server-app
|
||||
mountPath: /usr/src/app
|
||||
volumes:
|
||||
- name: server-app
|
||||
hostPath:
|
||||
path: /mnt/nfs/AppData/opensign/server
|
||||
type: Directory
|
||||
|
||||
Reference in New Issue
Block a user