add app opensign
This commit is contained in:
@@ -33,11 +33,3 @@ spec:
|
|||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
containerPort: 3000
|
containerPort: 3000
|
||||||
name: web
|
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
|
- protocol: TCP
|
||||||
containerPort: 8080
|
containerPort: 8080
|
||||||
name: server
|
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