Merge pull request #754 from 3dwardch3ng/app/opensign

add app opensign
This commit is contained in:
2024-08-07 04:41:03 +10:00
committed by GitHub
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