Skip to content

Commit 7bc5b6d

Browse files
author
edge-katanomi-app2[bot]
committed
📚 Sync docs from alaudadevops/tektoncd-operator on d7846388f1ad303c4d233f5ef722f3a9b9241652
Source: docs(deploy): simplify global deployment configuration (#567) Author: l-qing Ref: refs/heads/main Commit: d7846388f1ad303c4d233f5ef722f3a9b9241652 This commit automatically syncs documentation changes from the source-docs repository. 🔗 View source commit: https://github.com/alaudadevops/tektoncd-operator/commit/d7846388f1ad303c4d233f5ef722f3a9b9241652 🤖 Synced on 2025-09-15 05:57:29 UTC
1 parent 14c0d2a commit 7bc5b6d

File tree

2 files changed

+5
-27
lines changed

2 files changed

+5
-27
lines changed

‎.github/SYNC_INFO.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Documentation Sync Information
22

3-
- **Last synced**: 2025-09-12 07:51:55 UTC
3+
- **Last synced**: 2025-09-15 05:57:29 UTC
44
- **Source repository**: alaudadevops/tektoncd-operator
5-
- **Source commit**: [4baf2d5bf174732021ac2c2997986a7c19dbbe2b](https://github.com/alaudadevops/tektoncd-operator/commit/4baf2d5bf174732021ac2c2997986a7c19dbbe2b)
5+
- **Source commit**: [d7846388f1ad303c4d233f5ef722f3a9b9241652](https://github.com/alaudadevops/tektoncd-operator/commit/d7846388f1ad303c4d233f5ef722f3a9b9241652)
66
- **Triggered by**: edge-katanomi-app2[bot]
7-
- **Workflow run**: [#58](https://github.com/alaudadevops/tektoncd-operator/actions/runs/17668233427)
7+
- **Workflow run**: [#61](https://github.com/alaudadevops/tektoncd-operator/actions/runs/17723519378)
88

99
## Files synced:
1010
- docs/

‎docs/en/how_to/deploy_global.mdx‎

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,11 @@ spec:
3939
options:
4040
disabled: false
4141
ingress:
42-
hubs-wrapper: # support for version 4.2 and later
43-
spec:
44-
ingressClassName: global-alb2
45-
tektoncd-hubs-api: # ensure compatibility with version 4.1 and earlier
42+
hubs-wrapper:
4643
spec:
4744
ingressClassName: global-alb2
4845
deployments:
49-
hubs-wrapper: # support for version 4.2 and later
46+
hubs-wrapper:
5047
spec:
5148
template:
5249
spec:
@@ -63,27 +60,8 @@ spec:
6360
- name: KUBERNETES_SERVICE_HOST
6461
value: erebus.cpaas-system
6562
name: hubs-wrapper
66-
tektoncd-hubs-api: # ensure compatibility with version 4.1 and earlier
67-
spec:
68-
template:
69-
spec:
70-
containers:
71-
- env:
72-
- name: KUBERNETES_PORT_443_TCP
73-
value: tcp://erebus.cpaas-system:443
74-
- name: KUBERNETES_PORT_443_TCP_ADDR
75-
value: erebus.cpaas-system
76-
- name: KUBERNETES_PORT
77-
value: tcp://erebus.cpaas-system:443
78-
- name: EREBUS
79-
value: https://erebus.cpaas-system:443
80-
- name: KUBERNETES_SERVICE_HOST
81-
value: erebus.cpaas-system
82-
name: tektoncd-hubs-api
8363
```
8464
85-
> If both `hubs-wrapper` and `tektoncd-hubs-api` are configured simultaneously, versions 4.0 and 4.2 can be supported at the same time.
86-
8765
## Optional: Deploying tekton-results in a global cluster
8866
8967
If users have deployed tekton-results in a global cluster, they also need to configure the `options` for the results component. Similar to the pipeline configuration, you need to configure both ingress and deployment settings for the `tektoncd-results-api` component.

0 commit comments

Comments
 (0)