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

insights-results-aggregator-cleaner application in obsint_processing workspace #511

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: appstudio.redhat.com/v1alpha1
kind: Application
metadata:
annotations:
hello: world
name: insights-results-aggregator-cleaner
namespace: obsint-processing-tenant
spec:
displayName: insights-results-aggregator-cleaner
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
apiVersion: appstudio.redhat.com/v1alpha1
kind: Component
metadata:
annotations:
build.appstudio.openshift.io/pipeline: '{"name":"docker-build","bundle":"latest"}'
build.appstudio.openshift.io/request: configure-pac
name: insights-results-aggregator-cleaner
namespace: obsint-processing-tenant
spec:
application: insights-results-aggregator-cleaner
componentName: insights-results-aggregator-cleaner
source:
git:
context: ./
dockerfileUrl: Dockerfile
revision: main
url: https://github.com/RedHatInsights/insights-results-aggregator-cleaner
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: appstudio.redhat.com/v1alpha1
kind: ImageRepository
metadata:
annotations:
image-controller.appstudio.redhat.com/update-component-image: "true"
labels:
appstudio.redhat.com/application: insights-results-aggregator-cleaner
appstudio.redhat.com/component: insights-results-aggregator-cleaner
name: imagerepository-for-insights-results-aggregator-cleaner-insights-results-aggregator-cleaner
namespace: obsint-processing-tenant
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
@@ -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-component.yaml
- io-gathering-service-component.yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
Expand Down
Loading