Skip to content

Commit a216a0f

Browse files
committed
update deploy application doc
1 parent c9789e3 commit a216a0f

File tree

16 files changed

+12729
-21370
lines changed

16 files changed

+12729
-21370
lines changed

.docusaurus/client-modules.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export default [
2-
require('/workspace/glueops-dev/node_modules/infima/dist/css/default/default.css'),
3-
require('/workspace/glueops-dev/node_modules/@docusaurus/theme-classic/lib/prism-include-languages'),
4-
require('/workspace/glueops-dev/node_modules/@docusaurus/theme-classic/lib/nprogress'),
5-
require('/workspace/glueops-dev/src/css/custom.css'),
6-
require('/workspace/glueops-dev/src/css/helpers.css'),
2+
require('/workspace/glueops-dev-1/node_modules/infima/dist/css/default/default.css'),
3+
require('/workspace/glueops-dev-1/node_modules/@docusaurus/theme-classic/lib/prism-include-languages'),
4+
require('/workspace/glueops-dev-1/node_modules/@docusaurus/theme-classic/lib/nprogress'),
5+
require('/workspace/glueops-dev-1/src/css/custom.css'),
6+
require('/workspace/glueops-dev-1/src/css/helpers.css'),
77
];

.docusaurus/docusaurus-plugin-content-docs/default/site-docs-cluster-domains-md-2b5.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"unversionedId": "glueops-cluster-domain",
33
"id": "glueops-cluster-domain",
44
"title": "Cluster Domains",
5-
"description": "GlueOps utilizes a deterministic DNS naming convention for your clusters and associated applications, providing a structured and organized way to access your deployed services. Let's break down the components of a GlueOps cluster domain using an example:",
5+
"description": "GlueOps utilizes a deterministic DNS naming convention for your clusters and associated applications, providing a structured and organized way to access your deployed services.",
66
"source": "@site/docs/cluster-domains.md",
77
"sourceDirName": ".",
88
"slug": "/glueops-cluster-domain",

.docusaurus/docusaurus-plugin-content-docs/default/version-current-metadata-prop-751.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"glueops-cluster-domain": {
105105
"id": "glueops-cluster-domain",
106106
"title": "Cluster Domains",
107-
"description": "GlueOps utilizes a deterministic DNS naming convention for your clusters and associated applications, providing a structured and organized way to access your deployed services. Let's break down the components of a GlueOps cluster domain using an example:",
107+
"description": "GlueOps utilizes a deterministic DNS naming convention for your clusters and associated applications, providing a structured and organized way to access your deployed services.",
108108
"sidebar": "main"
109109
},
110110
"glueops-deployment-configuration": {

.docusaurus/docusaurus-plugin-debug/default/docusaurus-debug-all-content-673.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"editUrlLocalized": "https://github.com/GlueOps/glueops-dev/i18n/en/docusaurus-plugin-content-docs/current",
1616
"isLast": true,
1717
"routePriority": -1,
18-
"sidebarFilePath": "/workspace/glueops-dev/sidebars.js",
19-
"contentPath": "/workspace/glueops-dev/docs",
20-
"contentPathLocalized": "/workspace/glueops-dev/i18n/en/docusaurus-plugin-content-docs/current",
18+
"sidebarFilePath": "/workspace/glueops-dev-1/sidebars.js",
19+
"contentPath": "/workspace/glueops-dev-1/docs",
20+
"contentPathLocalized": "/workspace/glueops-dev-1/i18n/en/docusaurus-plugin-content-docs/current",
2121
"docs": [
2222
{
2323
"unversionedId": "deploy-applications/deploy-docusarus-website-to-glueops",
@@ -118,7 +118,7 @@
118118
"unversionedId": "glueops-cluster-domain",
119119
"id": "glueops-cluster-domain",
120120
"title": "Cluster Domains",
121-
"description": "GlueOps utilizes a deterministic DNS naming convention for your clusters and associated applications, providing a structured and organized way to access your deployed services. Let's break down the components of a GlueOps cluster domain using an example:",
121+
"description": "GlueOps utilizes a deterministic DNS naming convention for your clusters and associated applications, providing a structured and organized way to access your deployed services.",
122122
"source": "@site/docs/cluster-domains.md",
123123
"sourceDirName": ".",
124124
"slug": "/glueops-cluster-domain",

.docusaurus/docusaurus.config.mjs

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ export default {
2929
"classic",
3030
{
3131
"docs": {
32-
"sidebarPath": "/workspace/glueops-dev/sidebars.js",
32+
"sidebarPath": "/workspace/glueops-dev-1/sidebars.js",
3333
"editUrl": "https://github.com/GlueOps/glueops-dev",
3434
"sidebarCollapsed": false
3535
},
3636
"theme": {
3737
"customCss": [
38-
"/workspace/glueops-dev/src/css/custom.css",
39-
"/workspace/glueops-dev/src/css/helpers.css"
38+
"/workspace/glueops-dev-1/src/css/custom.css",
39+
"/workspace/glueops-dev-1/src/css/helpers.css"
4040
]
4141
},
4242
"sitemap": {

.docusaurus/registry.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.docusaurus/routes.js

+11-11
Original file line numberDiff line numberDiff line change
@@ -4,52 +4,52 @@ import ComponentCreator from '@docusaurus/ComponentCreator';
44
export default [
55
{
66
path: '/__docusaurus/debug',
7-
component: ComponentCreator('/__docusaurus/debug', 'f4e'),
7+
component: ComponentCreator('/__docusaurus/debug', '381'),
88
exact: true
99
},
1010
{
1111
path: '/__docusaurus/debug/config',
12-
component: ComponentCreator('/__docusaurus/debug/config', 'fa4'),
12+
component: ComponentCreator('/__docusaurus/debug/config', 'ae0'),
1313
exact: true
1414
},
1515
{
1616
path: '/__docusaurus/debug/content',
17-
component: ComponentCreator('/__docusaurus/debug/content', 'c7e'),
17+
component: ComponentCreator('/__docusaurus/debug/content', '782'),
1818
exact: true
1919
},
2020
{
2121
path: '/__docusaurus/debug/globalData',
22-
component: ComponentCreator('/__docusaurus/debug/globalData', 'a6a'),
22+
component: ComponentCreator('/__docusaurus/debug/globalData', 'afa'),
2323
exact: true
2424
},
2525
{
2626
path: '/__docusaurus/debug/metadata',
27-
component: ComponentCreator('/__docusaurus/debug/metadata', 'd38'),
27+
component: ComponentCreator('/__docusaurus/debug/metadata', '591'),
2828
exact: true
2929
},
3030
{
3131
path: '/__docusaurus/debug/registry',
32-
component: ComponentCreator('/__docusaurus/debug/registry', 'cfe'),
32+
component: ComponentCreator('/__docusaurus/debug/registry', '2a8'),
3333
exact: true
3434
},
3535
{
3636
path: '/__docusaurus/debug/routes',
37-
component: ComponentCreator('/__docusaurus/debug/routes', '5ea'),
37+
component: ComponentCreator('/__docusaurus/debug/routes', 'e85'),
3838
exact: true
3939
},
4040
{
4141
path: '/markdown-page',
42-
component: ComponentCreator('/markdown-page', '9f1'),
42+
component: ComponentCreator('/markdown-page', '68c'),
4343
exact: true
4444
},
4545
{
4646
path: '/upgrade',
47-
component: ComponentCreator('/upgrade', '8e0'),
47+
component: ComponentCreator('/upgrade', '169'),
4848
exact: true
4949
},
5050
{
5151
path: '/docs',
52-
component: ComponentCreator('/docs', 'da7'),
52+
component: ComponentCreator('/docs', '238'),
5353
routes: [
5454
{
5555
path: '/docs/deploy-applications',
@@ -120,7 +120,7 @@ export default [
120120
},
121121
{
122122
path: '/',
123-
component: ComponentCreator('/', '7aa'),
123+
component: ComponentCreator('/', '882'),
124124
exact: true
125125
},
126126
{

.docusaurus/routesChunkNames.json

+22-22
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,65 @@
11
{
2-
"/__docusaurus/debug-f4e": {
2+
"/__docusaurus/debug-381": {
33
"__comp": "__comp---theme-debug-config-23-a-2ff",
44
"__context": {
5-
"plugin": "plugin---docusaurus-debugd-56-4fa"
5+
"plugin": "plugin---docusaurus-debug-1-a-5-050"
66
}
77
},
8-
"/__docusaurus/debug/config-fa4": {
8+
"/__docusaurus/debug/config-ae0": {
99
"__comp": "__comp---theme-debug-config-23-a-2ff",
1010
"__context": {
11-
"plugin": "plugin---docusaurus-debugd-56-4fa"
11+
"plugin": "plugin---docusaurus-debug-1-a-5-050"
1212
}
1313
},
14-
"/__docusaurus/debug/content-c7e": {
14+
"/__docusaurus/debug/content-782": {
1515
"__comp": "__comp---theme-debug-contentba-8-ce7",
1616
"__context": {
17-
"plugin": "plugin---docusaurus-debugd-56-4fa"
17+
"plugin": "plugin---docusaurus-debug-1-a-5-050"
1818
},
1919
"allContent": "allContent---docusaurus-debug-content-246-9aa"
2020
},
21-
"/__docusaurus/debug/globalData-a6a": {
21+
"/__docusaurus/debug/globalData-afa": {
2222
"__comp": "__comp---theme-debug-global-dataede-0fa",
2323
"__context": {
24-
"plugin": "plugin---docusaurus-debugd-56-4fa"
24+
"plugin": "plugin---docusaurus-debug-1-a-5-050"
2525
}
2626
},
27-
"/__docusaurus/debug/metadata-d38": {
27+
"/__docusaurus/debug/metadata-591": {
2828
"__comp": "__comp---theme-debug-site-metadata-68-e-3d4",
2929
"__context": {
30-
"plugin": "plugin---docusaurus-debugd-56-4fa"
30+
"plugin": "plugin---docusaurus-debug-1-a-5-050"
3131
}
3232
},
33-
"/__docusaurus/debug/registry-cfe": {
33+
"/__docusaurus/debug/registry-2a8": {
3434
"__comp": "__comp---theme-debug-registry-679-501",
3535
"__context": {
36-
"plugin": "plugin---docusaurus-debugd-56-4fa"
36+
"plugin": "plugin---docusaurus-debug-1-a-5-050"
3737
}
3838
},
39-
"/__docusaurus/debug/routes-5ea": {
39+
"/__docusaurus/debug/routes-e85": {
4040
"__comp": "__comp---theme-debug-routes-946-699",
4141
"__context": {
42-
"plugin": "plugin---docusaurus-debugd-56-4fa"
42+
"plugin": "plugin---docusaurus-debug-1-a-5-050"
4343
}
4444
},
45-
"/markdown-page-9f1": {
45+
"/markdown-page-68c": {
4646
"__comp": "__comp---theme-mdx-page-1-f-3-b90",
4747
"__context": {
48-
"plugin": "plugin---markdown-pageca-1-118"
48+
"plugin": "plugin---markdown-page-81-a-00f"
4949
},
5050
"content": "content---markdown-page-393-028"
5151
},
52-
"/upgrade-8e0": {
52+
"/upgrade-169": {
5353
"__comp": "__comp---site-src-pages-upgrade-tsx-623-772",
5454
"__context": {
55-
"plugin": "plugin---markdown-pageca-1-118"
55+
"plugin": "plugin---markdown-page-81-a-00f"
5656
},
5757
"config": "config---upgrade-5-e-9-a0a"
5858
},
59-
"/docs-da7": {
59+
"/docs-238": {
6060
"__comp": "__comp---theme-doc-page-1-be-9be",
6161
"__context": {
62-
"plugin": "plugin---docsc-31-4a5"
62+
"plugin": "plugin---docs-7-f-9-8c4"
6363
},
6464
"versionMetadata": "versionMetadata---docs-935-398"
6565
},
@@ -107,10 +107,10 @@
107107
"__comp": "__comp---theme-doc-item-178-a40",
108108
"content": "content---docs-predeployment-create-github-oauth-for-glueopse-82-250"
109109
},
110-
"/-7aa": {
110+
"/-882": {
111111
"__comp": "__comp---site-src-pages-index-tsx-1-df-d3e",
112112
"__context": {
113-
"plugin": "plugin---markdown-pageca-1-118"
113+
"plugin": "plugin---markdown-page-81-a-00f"
114114
},
115115
"config": "config---upgrade-5-e-9-a0a"
116116
}

docs/cluster-domains.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,19 @@ type: tutorial
77

88
# GlueOps Cluster Domains
99

10-
GlueOps utilizes a deterministic DNS naming convention for your clusters and associated applications, providing a structured and organized way to access your deployed services. Let's break down the components of a GlueOps cluster domain using an example:
11-
12-
```
13-
order-api.nonprod.antoniostacos.onglueops.com
14-
```
10+
GlueOps utilizes a deterministic DNS naming convention for your clusters and associated applications, providing a structured and organized way to access your deployed services.
1511

1612
:::info
1713
The cluster domain is automatically provided by GlueOps as part of its service.
1814
:::
1915

20-
In this example, the domain consists of the following parts:
16+
Let's break down the components of a GlueOps cluster domain using an example:
17+
18+
```
19+
order-api.nonprod.antoniostacos.onglueops.com
20+
```
21+
22+
The domain consists of the following parts:
2123

2224
1. **Subdomain for the Application or Service (`order-api`):** This is the unique subdomain specific to a single application deployment. You can fully customize this name, making it easier to identify both applications and environments.
2325

docs/deploy-applications/docusaurs.md

+8-16
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,6 @@ Each workflow file uses the `GlueOps/github-workflows/.github/workflows/argocd-t
9797
9898
In the `prod-ci.yaml` file add the following content:
9999
100-
:::info
101-
Replace `GH_TOKEN` with your secret name.
102-
:::
103-
104100
105101
```yaml
106102
# .github/workflows/prod-ci.yaml
@@ -121,15 +117,13 @@ jobs:
121117
ENV: 'prod'
122118
CREATE_PR: true
123119
```
124-
125-
### `stage-ci.yaml` Environment Sample Configuration:
126-
127-
In the `stage-ci.yaml` file add the following content:
128-
129120
:::info
130121
Replace `GH_TOKEN` with your secret name.
131122
:::
132123

124+
### `stage-ci.yaml` Environment Sample Configuration:
125+
126+
In the `stage-ci.yaml` file add the following content:
133127

134128
```yaml
135129
# .github/workflows/stage-ci.yaml
@@ -151,15 +145,15 @@ jobs:
151145
ENV: 'stage'
152146
CREATE_PR: false
153147
```
148+
:::info
149+
Replace `GH_TOKEN` with your secret name.
150+
:::
151+
154152

155153
### `uat-ci.yaml` Environment Sample Configuration:
156154

157155
In the `uat-ci.yaml` file add the following content:
158156

159-
:::info
160-
Replace `GH_TOKEN` with your secret name.
161-
:::
162-
163157
```yaml
164158
# .github/workflows/uat-ci.yaml
165159
@@ -179,12 +173,10 @@ jobs:
179173
ENV: 'uat'
180174
CREATE_PR: true
181175
```
182-
183176
:::info
184-
Replace `GH_TOKEN` with the correct secret name if you used a different name for the GitHub token secret.
177+
Replace `GH_TOKEN` with your secret name.
185178
:::
186179

187-
188180
## Deploy the App and Register Environments
189181

190182
Next, deploy the app and register the specified environments (prod, stage, uat) inside the GlueOps Argo CD. Here's what you need to do:

0 commit comments

Comments
 (0)