Skip to content

Commit

Permalink
Add Prod Secret Configuration Tekton Logs Collector
Browse files Browse the repository at this point in the history
  • Loading branch information
khrm committed Dec 19, 2024
1 parent 2845925 commit 8d11e3f
Show file tree
Hide file tree
Showing 8 changed files with 797 additions and 292 deletions.
208 changes: 208 additions & 0 deletions argo-cd-apps/overlays/konflux-public-production/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,208 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../base/host
- ../../base/member
- ../../base/all-clusters
- ../../base/backup
- ../../base/tekton-ci
- ../../base/konflux-ci
- ../../base/cluster-secret-store-rh
- ../../base/toolchain-member
- ../../base/eaas

namespace: konflux-public-production

patchesStrategicMerge:
- delete-applications.yaml

patches:
- path: production-overlay-patch.yaml
target:
kind: ApplicationSet
version: v1alpha1
name: pipeline-service
- path: production-overlay-patch.yaml
target:
kind: ApplicationSet
version: v1alpha1
name: build-service
- path: production-overlay-patch.yaml
target:
kind: ApplicationSet
version: v1alpha1
name: build-templates
- path: production-overlay-patch.yaml
target:
kind: ApplicationSet
version: v1alpha1
name: has
target:
kind: ApplicationSet
version: v1alpha1
name: dora-metrics
- path: production-overlay-patch.yaml
target:
kind: ApplicationSet
version: v1alpha1
name: authentication
- path: production-overlay-patch.yaml
target:
kind: ApplicationSet
version: v1alpha1
name: cluster-secret-store
- path: production-overlay-patch.yaml
target:
kind: ApplicationSet
version: v1alpha1
name: sprayproxy
- path: production-overlay-patch.yaml
target:
kind: ApplicationSet
version: v1alpha1
name: tekton-ci
- path: production-overlay-patch.yaml
target:
kind: ApplicationSet
version: v1alpha1
name: konflux-ci
- path: production-overlay-patch.yaml
target:
kind: ApplicationSet
version: v1alpha1
name: image-controller
- path: production-overlay-patch.yaml
target:
kind: ApplicationSet
version: v1alpha1
name: monitoring-workload-logging
- path: production-overlay-patch.yaml
target:
kind: ApplicationSet
version: v1alpha1
name: monitoring-workload-prometheus
- path: production-overlay-patch.yaml
target:
kind: ApplicationSet
version: v1alpha1
name: external-secrets-operator
- path: production-overlay-patch.yaml
target:
kind: ApplicationSet
version: v1alpha1
name: monitoring-workload-grafana
- path: production-overlay-patch.yaml
target:
kind: ApplicationSet
version: v1alpha1
name: toolchain-host-operator
- path: production-overlay-patch.yaml
target:
kind: ApplicationSet
version: v1alpha1
name: toolchain-member-operator
- path: production-overlay-patch.yaml
target:
kind: ApplicationSet
version: v1alpha1
name: cluster-secret-store-rh
- path: production-overlay-patch.yaml
target:
kind: ApplicationSet
version: v1alpha1
name: multi-platform-controller
- path: production-overlay-patch.yaml
target:
kind: ApplicationSet
version: v1alpha1
name: release
- path: production-overlay-patch.yaml
target:
kind: ApplicationSet
version: v1alpha1
name: mintmaker
- path: production-overlay-patch.yaml
target:
kind: ApplicationSet
version: v1alpha1
name: backup
- path: production-overlay-patch.yaml
target:
kind: ApplicationSet
version: v1alpha1
name: integration
- path: production-overlay-patch.yaml
target:
kind: ApplicationSet
version: v1alpha1
name: smee
- path: production-overlay-patch.yaml
target:
kind: ApplicationSet
version: v1alpha1
name: project-controller
- path: production-overlay-patch.yaml
target:
kind: ApplicationSet
version: v1alpha1
name: spacerequest-cleaner
- path: production-overlay-patch.yaml
target:
kind: ApplicationSet
version: v1alpha1
name: tracing-workload-otel-collector
- path: production-overlay-patch.yaml
target:
kind: ApplicationSet
version: v1alpha1
name: tracing-workload-tracing
- path: production-overlay-patch.yaml
target:
kind: ApplicationSet
version: v1alpha1
name: cluster-as-a-service
- path: production-overlay-patch.yaml
target:
kind: ApplicationSet
version: v1alpha1
name: workspaces
- path: production-overlay-patch.yaml
target:
kind: ApplicationSet
version: v1alpha1
name: notification-controller
- path: production-overlay-patch.yaml
target:
kind: ApplicationSet
version: v1alpha1
name: proactive-scaler
- path: production-overlay-patch.yaml
target:
kind: ApplicationSet
version: v1alpha1
name: crossplane-control-plane
- path: production-overlay-patch.yaml
target:
kind: ApplicationSet
version: v1alpha1
name: ingresscontroller
- path: production-overlay-patch.yaml
target:
kind: ApplicationSet
version: v1alpha1
name: konflux-ui
- path: production-overlay-patch.yaml
target:
kind: ApplicationSet
version: v1alpha1
name: konflux-rbac
- path: production-overlay-patch.yaml
target:
kind: ApplicationSet
version: v1alpha1
name: konflux-info
- path: production-overlay-patch.yaml
target:
kind: ApplicationSet
version: v1alpha1
name: vector-tekton-logs-collector
Loading

0 comments on commit 8d11e3f

Please sign in to comment.