Skip to content

Commit 8e12937

Browse files
author
edge-katanomi-app2[bot]
committed
📚 Sync docs from alaudadevops/tektoncd-operator on b2ce8cc3cb7179ed661002ef3d2bb451d7a063c1
Source: docs(deploy): simplify global deployment configuration (#570) Author: edge-katanomi-app2[bot] Ref: refs/heads/release-4.1 Commit: b2ce8cc3cb7179ed661002ef3d2bb451d7a063c1 This commit automatically syncs documentation changes from the source-docs repository. 🔗 View source commit: https://github.com/alaudadevops/tektoncd-operator/commit/b2ce8cc3cb7179ed661002ef3d2bb451d7a063c1 🤖 Synced on 2025-09-15 06:07:01 UTC
1 parent f0373dc commit 8e12937

File tree

2 files changed

+3
-25
lines changed

2 files changed

+3
-25
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-05 09:56:22 UTC
3+
- **Last synced**: 2025-09-15 06:07:01 UTC
44
- **Source repository**: alaudadevops/tektoncd-operator
5-
- **Source commit**: [e19af982df30bbc64c0c1ef7991a731ee8307572](https://github.com/alaudadevops/tektoncd-operator/commit/e19af982df30bbc64c0c1ef7991a731ee8307572)
5+
- **Source commit**: [b2ce8cc3cb7179ed661002ef3d2bb451d7a063c1](https://github.com/alaudadevops/tektoncd-operator/commit/b2ce8cc3cb7179ed661002ef3d2bb451d7a063c1)
66
- **Triggered by**: edge-katanomi-app2[bot]
7-
- **Workflow run**: [#48](https://github.com/alaudadevops/tektoncd-operator/actions/runs/17489936504)
7+
- **Workflow run**: [#65](https://github.com/alaudadevops/tektoncd-operator/actions/runs/17723689049)
88

99
## Files synced:
1010
- docs/

‎docs/en/how_to/deploy_global.mdx‎

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ spec:
4242
hubs-wrapper:
4343
spec:
4444
ingressClassName: global-alb2
45-
tektoncd-hubs-api: # ensure compatibility with earlier versions
46-
spec:
47-
ingressClassName: global-alb2
4845
deployments:
4946
hubs-wrapper:
5047
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 earlier versions
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, all versions 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)