Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
obsint_processing - insights-results-aggregator-cleaner application
Browse files Browse the repository at this point in the history
  • Loading branch information
epapbak committed Jul 23, 2024
1 parent 31c6ce6 commit 6c0ef16
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
apiVersion: appstudio.redhat.com/v1alpha1
kind: Application
metadata:
name: insights-results-aggregator-cleaner
namespace: obsint-processing-tenant
annotations:
# This stub annotation is needed until KFLUXBUGS-1300 is resolved.
hello: world
spec:
displayName: insights-results-aggregator-cleaner
---
apiVersion: appstudio.redhat.com/v1alpha1
kind: Component
metadata:
name: insights-results-aggregator-cleaner
namespace: obsint-processing-tenant
annotations:
build.appstudio.openshift.io/request: configure-pac
build.appstudio.openshift.io/pipeline: '{"name":"docker-build","bundle":"latest"}'
spec:
application: insights-results-aggregator-cleaner
componentName: insights-results-aggregator-cleaner
source:
git:
revision: main
url: https://github.com/RedHatInsights/insights-results-aggregator-cleaner
dockerfileUrl: Dockerfile
context: ./
---
apiVersion: appstudio.redhat.com/v1alpha1
kind: ImageRepository
metadata:
annotations:
image-controller.appstudio.redhat.com/update-component-image: true
name: imagerepository-for-insights-results-aggregator-cleaner-insights-results-aggregator-cleaner
namespace: obsint-processing-tenant
labels:
appstudio.redhat.com/application: insights-results-aggregator-cleaner
appstudio.redhat.com/component: insights-results-aggregator-cleaner
spec:
image:
name: obsint-processing-tenant/insights-results-aggregator-cleaner/insights-results-aggregator-cleaner
visibility: public
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
resources:
- insights-behavioral-spec-component.yaml
- insights-results-aggregator-cleaner
- io-gathering-service-component.yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
Expand Down

0 comments on commit 6c0ef16

Please sign in to comment.