Skip to content

Commit 2ef910c

Browse files
authored
Update README.md
1 parent b2f8aec commit 2ef910c

File tree

1 file changed

+14
-22
lines changed

1 file changed

+14
-22
lines changed

README.md

Lines changed: 14 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,37 +4,29 @@
44
This project helps you to balance your daily work as a DevOps engineer, from simple bug fixes to project template generation. you don't need to search on Google for some routine jobs and it helps you with a robust prompt to simplify your career.
55

66

7-
## Run Locally
7+
## Run DevOpsGPT
88

9-
Clone the project
9+
Builds and starts the Docker Compose stack:
10+
11+
make
12+
13+
Stops and removes the Docker Compose stack:
1014

11-
```
12-
git clone https://github.com/devopshobbies/devops-gpt.git
13-
```
14-
15-
Go to the project directory
16-
17-
```
18-
cd devops-gpt
19-
```
15+
make down
2016

21-
Run the project by its docker-compose
22-
23-
```
24-
sh run.sh
25-
```
17+
Installs the Helm chart for the devopsgpt app on a Kubernetes cluster:
2618

19+
make helm-install
2720

21+
Uninstalls the Helm chart for the devopsgpt app:
2822

23+
make helm-uninstall
2924

30-
## Deployment
25+
You can override the release name and namespace for Helm commands by running:
3126

32-
If you want to run and use this chatbot app within your Kubernetes cluster, you can easily install it using the Helm chart provided in this repository
33-
34-
```
35-
helm install [RELEASE_NAME] helm/ -f helm/values.yaml
36-
```
27+
make [helm-install|helm-uninstall] namespace=NAMESPACE releaseName=RELEASENAME
3728

29+
The default namespace is `default` and the default release name is `devopsgpt`.
3830

3931

4032

0 commit comments

Comments
 (0)