Skip to content

Commit

Permalink
feat: mount kubeconfig in example (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii-Klimov authored Dec 5, 2024
1 parent 3760a39 commit c36229b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ AI-Dial App Controller is a Java-based web service application that orchestrates
docker run -p 8080:8080 \
-e APP_DOCKER_REGISTRY=your-docker-registry \
-e APP_DIAL_BASE_URL=https://your-dial-base-url \
-v ~/.kube/config:/home/appuser/.kube/config \
ai-dial-app-controller
```

Expand Down Expand Up @@ -87,7 +88,7 @@ Builds a Docker image from the specified source code.
```bash
curl -N -X POST http://localhost:8080/v1/image/my-python-app \
-H "Content-Type: application/json" \
-H "Authorization: Bearer DIAL_JWT_TOKEN" \
-H "Authorization: Bearer JWT_TOKEN" \
-d '{
"sources": "files/dial bucket/sources folder",
"runtime": "python3.11"
Expand Down

0 comments on commit c36229b

Please sign in to comment.