Skip to content

Commit 9216c92

Browse files
authored
Image changes in documentation (#1491)
1 parent 7f9e89e commit 9216c92

7 files changed

+16
-17
lines changed

docs/user-guide/creating-application/config-maps.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ You can select `Kubernetes External ConfigMap` in the `data type` field if you h
101101

102102
By default, the data type is set to `Kubernetes ConfigMap`.
103103

104-
Kubernetes External ConfigMap is created using the `kubectl create configmap` command. You can also use the ConfigMap generator in `kustomization.yaml` to create a ConfigMap.
105-
104+
Kubernetes External ConfigMap is created using the `kubectl create configmap` command.
106105
If you are using `Kubernetes External ConfigMap`, make sure you give the name of ConfigMap the same as the name that you have given using kubectl create `Configmap <configmap-name> <data source>` command, otherwise, it might result in an error during the built.
107106

108107
You have to ensure that the External ConfigMap exists and is available to the pod.

docs/user-guide/debugging-deployment-and-monitoring.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,27 @@ Over here, you can see the status of the app as Healthy. If there are some error
1010

1111
### Events
1212

13-
![](../.gitbook/assets/events1%20%281%29.jpg)
13+
![](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/debugging-deployment-and-monitoring/events.jpg)
1414

1515
Events of the application are accessible from the bottom left corner.
1616

1717
Events section displays you the events that took place during the deployment of an app. These events are available until 15 minutes of deployment of the application.
1818

1919
### Logs
2020

21-
![](../.gitbook/assets/events2%20%281%29.jpg)
21+
![](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/debugging-deployment-and-monitoring/logs.jpg)
2222

2323
Logs contain the logs of the Pods and Containers deployed which you can use for the process of debugging.
2424

2525
### Manifest
2626

27-
![](../.gitbook/assets/events3%20%282%29.jpg)
27+
![](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/debugging-deployment-and-monitoring/manifest.jpg)
2828

2929
The Manifest shows the critical information such as Container-image, restartCount, state, phase, podIP, startTime etc. and status of the pods deployed.
3030

3131
### Deleting Pods
3232

33-
![](../.gitbook/assets/events5%20%281%29.png)
33+
![](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/debugging-deployment-and-monitoring/delete-pod.jpg)
3434

3535
You might run into a situation where you need to delete Pods. You may need to bounce or restart a pod.
3636

@@ -49,15 +49,15 @@ You can view `Application Objects` in this section of `App Details`, such as:
4949
| `Config & Storage` | _ConfigMap_\( API object used to store non-confidential data in key-value pairs\) |
5050
| `Custom Resource` | _Rollout_\(new Pods will be scheduled on Nodes with available resources\), _ServiceMonitor_\(specifies how groups of services should be monitored\) |
5151

52-
![](../.gitbook/assets/app-details-application-object-ingress.png)
52+
![](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/debugging-deployment-and-monitoring/ingress.jpg)
5353

5454
## Monitoring
5555

56-
![](../.gitbook/assets/events4%20%282%29.jpg)
56+
![](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/debugging-deployment-and-monitoring/monitoring.jpg)
5757

58-
You can monitor the application in the `App Details`section.
58+
You can monitor the application in the `App Details` section.
5959

60-
Metrics like CPU Usage, Memory Usage, Throughput and Latency can be viewed here.
60+
Metrics like `CPU Usage`, `Memory Usage`, `Throughput` and `Latency` can be viewed here.
6161

6262
| Key | Description |
6363
| :--- | :--- |

docs/user-guide/security-features.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ Click on the `Show Source Info` option. A window will be expanded with two optio
6969

7070
You can find Vulnerabilities on the `App Details` page too. Here we are displaying the total number of vulnerabilities found in the code and their Severity Level wise segregation.
7171

72-
![](../.gitbook/assets/security-feature-app-details-vulnerability.png)
72+
![](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/security-features/security-feature-app-details-vulnerability.jpg)
7373

7474
## Security
7575

7676
You can check Vulnerabilities for all your applications in one place. On the Home page, there is an option named `Security`. Here, you can see a list of applications under the `Security Scan` tab. Here all the applications are listed which have the `Scan for Vulnerabilities` feature enabled. You can see the vulnerability count along with the Severity Level for all your applications.
7777

7878
**Note:-**
7979

80-
It displays the “Vulnerability count and Severity Level” on a priority basis. And critical level has the highest priority, so it displays the critical level vulnerabilities and there counts if any application is having critical Vulnerability in it.
80+
It displays the “Vulnerability count and Severity Level” on a priority basis. And critical level has the highest priority, so it displays the critical level vulnerabilities and there counts if any application is having critical vulnerability in it.
8181

8282
You can directly `Search` your application using the Search bar or you can `filter out` your requirement according to Severity, Clusters, and Environment.
8383

docs/user-guide/use-cases/connect-django-with-mysql-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The `settings.py` contains the configuration for your SQL database. Make sure th
3737

3838
To learn how to create an application on Devtron, refer to our documentation on [Creating Application](../creating-application/)
3939

40-
#### _\*Git Material_
40+
#### _\*Git Repository_
4141

4242
In this example, we are using the url of the forked Git Repository.
4343

docs/user-guide/use-cases/connect-expressjs-with-mongodb-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module.exports = {
4848

4949
To learn how to create an application on Devtron, refer to our documentation on [Creating Application](../creating-application/)
5050

51-
### _\*Git Material_
51+
### _\*Git Repository_
5252

5353
In this example, we are using the url of the forked Git Repository.
5454

docs/user-guide/use-cases/connect-springboot-with-mysql-database.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ ENTRYPOINT ["java","-jar", "app.jar"]
5555

5656
To learn how to create an application on Devtron, refer to our documentation on [Creating Application](../creating-application/)
5757

58-
#### _\*Git Material_
58+
#### _\*Git Repository_
5959

60-
In this example, we are using the url of the forked Git Repository.
60+
In this example, we are using the url of the forked Git repository.
6161

6262
#### _\*Docker configuration_
6363

docs/user-guide/use-cases/devtron-generic-helm-chart-to-run-cron-job-or-one-time-job.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Select the `Devtron-generic Helm Chart` from the Devtron Chart Store.
1212

1313
Select the Chart Version and the Chart Value of the Chart.
1414

15-
And, then Click on `Deploy`
15+
And, then click on `Deploy`
1616

1717
![](../../.gitbook/assets/use-case-deploy-chart%20%282%29.jpg)
1818

0 commit comments

Comments
 (0)