Skip to content

Commit

Permalink
build: modify config directory path under deploy/helm/config
Browse files Browse the repository at this point in the history
  • Loading branch information
ImMin5 committed Nov 29, 2024
1 parent 9207a03 commit b81d50d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ RUN pip install --upgrade spaceone-api
EXPOSE ${SPACEONE_PORT}

ENTRYPOINT ["spaceone"]
CMD ["run", "grpc-server", "spaceone.inventory_V2", "-m", "/opt"]
CMD ["run", "grpc-server", "spaceone.inventory_v2", "-m", "/opt"]
6 changes: 3 additions & 3 deletions deploy/helm/config/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
REMOTE_URL:
- file:///opt/spaceone/inventory_v2/config/database.yaml
- file:///opt/spaceone/inventory_v2/config/shared.yaml
- file:///opt/spaceone/inventory_v2/config/application.yaml
- file:///opt/spaceone/inventory-v2/config/database.yaml
- file:///opt/spaceone/inventory-v2/config/shared.yaml
- file:///opt/spaceone/inventory-v2/config/application.yaml
GLOBAL:
MAX_WORKERS: 1000
DATABASES:
Expand Down

0 comments on commit b81d50d

Please sign in to comment.