Skip to content

Commit

Permalink
fix volume mount path in deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
nam20485 committed Feb 29, 2024
1 parent c1e18db commit 04f45db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/kube/OdbDesignServer/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
- containerPort: 8888
name: ods-dep-port
volumeMounts:
- mountPath: /OdbDesign/data
- mountPath: /OdbDesign/designs
name: odbdesign-server-storage
env:
- name: ODBDESIGN_SERVER_REQUEST_USERNAME
Expand Down

0 comments on commit 04f45db

Please sign in to comment.