-
Notifications
You must be signed in to change notification settings - Fork 247
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KFLUXINFRA-1131: Overlays for kflux-prd-rh02 (#5028)
* KFLUXINFRA-1131: Overlays for kflux-prd-rh02 Create the overlays for: - build-service - mintmaker - pipelines-service - integration-service console urls for the pipeline service and integration will be added after the cluster will be ready. Signed-off-by: Gal Ben Haim <[email protected]> * KFLUXINFRA-1131: Overlays for kflux-prd-rh02 - monitoring Add overlays for the monitoring components for kflux-prd-rh02. Signed-off-by: Gal Ben Haim <[email protected]> --------- Signed-off-by: Gal Ben Haim <[email protected]>
- Loading branch information
Showing
20 changed files
with
2,471 additions
and
0 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
components/build-service/production/kflux-prd-rh02/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- ../base | ||
namespace: build-service | ||
patches: | ||
- path: pipelines-as-code-secret-path.yaml | ||
target: | ||
name: pipelines-as-code-secret | ||
group: external-secrets.io | ||
version: v1beta1 | ||
kind: ExternalSecret |
4 changes: 4 additions & 0 deletions
4
components/build-service/production/kflux-prd-rh02/pipelines-as-code-secret-path.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
- op: add | ||
path: /spec/dataFrom/0/extract/key | ||
value: production/pipeline-service/kflux-prd-rh02/github-app |
12 changes: 12 additions & 0 deletions
12
components/integration/production/kflux-prd-rh02/console-url-config-patch.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[ | ||
{ | ||
"op": "replace", | ||
"path": "/data/CONSOLE_URL", | ||
"value": "https://TBA/ns/{{ .Namespace }}/pipelinerun/{{ .PipelineRunName }}" | ||
}, | ||
{ | ||
"op": "replace", | ||
"path": "/data/CONSOLE_URL_TASKLOG", | ||
"value": "TBA/ns/{{ .Namespace }}/pipelinerun/{{ .PipelineRunName }}/logs/{{ .TaskName }}" | ||
} | ||
] |
15 changes: 15 additions & 0 deletions
15
components/integration/production/kflux-prd-rh02/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- ../base | ||
patches: | ||
- path: pipelines-as-code-secret-path.yaml | ||
target: | ||
name: pipelines-as-code-secret | ||
group: external-secrets.io | ||
version: v1beta1 | ||
kind: ExternalSecret | ||
- path: console-url-config-patch.json | ||
target: | ||
kind: ConfigMap | ||
name: integration-config |
4 changes: 4 additions & 0 deletions
4
components/integration/production/kflux-prd-rh02/pipelines-as-code-secret-path.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
- op: add | ||
path: /spec/dataFrom/0/extract/key | ||
value: production/pipeline-service/kflux-prd-rh02/github-app |
12 changes: 12 additions & 0 deletions
12
components/mintmaker/production/kflux-prd-rh02/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- ../base | ||
namespace: mintmaker | ||
patches: | ||
- path: pipelines-as-code-secret-path.yaml | ||
target: | ||
name: pipelines-as-code-secret | ||
group: external-secrets.io | ||
version: v1beta1 | ||
kind: ExternalSecret |
4 changes: 4 additions & 0 deletions
4
components/mintmaker/production/kflux-prd-rh02/pipelines-as-code-secret-path.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
- op: add | ||
path: /spec/dataFrom/0/extract/key | ||
value: production/pipeline-service/kflux-prd-rh02/github-app |
5 changes: 5 additions & 0 deletions
5
components/monitoring/logging/production/kflux-prd-rh02/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- ../base | ||
- ../../base/logging-operator-prerequisite |
4 changes: 4 additions & 0 deletions
4
components/monitoring/prometheus/production/kflux-prd-rh02/cluster-id-label.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
- op: add | ||
path: /spec/prometheusConfig/externalLabels/source_cluster | ||
value: kflux-prd-rh02 |
12 changes: 12 additions & 0 deletions
12
components/monitoring/prometheus/production/kflux-prd-rh02/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- ../base | ||
|
||
patches: | ||
- path: cluster-id-label.yaml | ||
target: | ||
name: appstudio-federate-ms | ||
kind: MonitoringStack | ||
group: monitoring.rhobs | ||
version: v1alpha1 |
Oops, something went wrong.