Skip to content

Commit 72353ed

Browse files
authored
docs: Some correction in Documentation at install devtron/ configuration / ingress setup (#2981)
* Update ingress-setup.md * Update configurations-overview.md * Update configurations-overview.md
1 parent d72a2b1 commit 72353ed

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

docs/setup/configurations/configurations-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ The configuration allows you to quickly roll back a configuration change if nece
55

66
There are two ways you can perform configurations while setting up Devtron dashboard:
77

8-
* [Installation Configurations](setup/install/installation-configuration.md)
9-
* [Override Configurations](setup/install/override-default-devtron-installation-configs.md)
8+
* [Installation Configurations](../install/installation-configuration.md)
9+
* [Override Configurations](../install/override-default-devtron-installation-configs.md)
1010

1111

12-
You can also setup `ingress` while setting up Devtron dashboard. Refer [here](setup/install/ingress-setup.md) for ingress setup.
12+
You can also setup `ingress` while setting up Devtron dashboard. Refer [here](../install/ingress-setup.md) for ingress setup.

docs/setup/install/ingress-setup.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ You can use [this yaml file](https://github.com/devtron-labs/devtron/blob/main/m
1414
apiVersion: networking.k8s.io/v1
1515
kind: Ingress
1616
metadata:
17-
annotations: nginx.ingress.kubernetes.io/app-root: /dashboard
17+
annotations:
18+
nginx.ingress.kubernetes.io/app-root: /dashboard
1819
labels:
1920
app: devtron
2021
release: devtron
@@ -54,7 +55,8 @@ You can access Devtron from any host after applying this yaml. For k8s versions
5455
apiVersion: extensions/v1beta1
5556
kind: Ingress
5657
metadata:
57-
annotations: nginx.ingress.kubernetes.io/app-root: /dashboard
58+
annotations:
59+
nginx.ingress.kubernetes.io/app-root: /dashboard
5860
labels:
5961
app: devtron
6062
release: devtron
@@ -81,7 +83,8 @@ Optionally, you also can access Devtron through a specific host by running the f
8183
apiVersion: networking.k8s.io/v1
8284
kind: Ingress
8385
metadata:
84-
annotations: nginx.ingress.kubernetes.io/app-root: /dashboard
86+
annotations:
87+
nginx.ingress.kubernetes.io/app-root: /dashboard
8588
labels:
8689
app: devtron
8790
release: devtron

0 commit comments

Comments
 (0)