Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
corrected instructions and deployment files
Browse files Browse the repository at this point in the history
  • Loading branch information
rashley-iqt committed Dec 21, 2021
1 parent d97c976 commit 089174f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ docker-compose up -d --build
This has been tested using Minikube.It should be applicable in other Kuberenetes environments but has not been explicitly tested.

```
minikube start --driver none --mount --mount-string $(pwd)/data/:/ff-data/
minikube start --driver docker --mount --mount-string $(pwd)/data/:/ff-data/
eval $(minikube docker-env) && \
docker build -t iqtlabs/fakefinder-api ./api && \
docker build -t iqtlabs/fakefinder-dash ./dash && \
Expand Down
2 changes: 1 addition & 1 deletion ff-deployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Deployment
metadata:
labels:
service: api
name: FakeFinder
name: api
spec:
replicas: 1
selector:
Expand Down

0 comments on commit 089174f

Please sign in to comment.