add app opensign

This commit is contained in:
2024-08-07 04:40:48 +10:00
parent bf0c3728d0
commit 877e16604e
2 changed files with 0 additions and 16 deletions

View File

@@ -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

View File

@@ -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