This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new operator version for OLM (#134)
- Loading branch information
Showing
3 changed files
with
596 additions
and
1 deletion.
There are no files selected for viewing
255 changes: 255 additions & 0 deletions
255
deploy/olm-catalog/appsody-operator/0.2.0/appsody-operator.v0.2.0.clusterserviceversion.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,255 @@ | ||
apiVersion: operators.coreos.com/v1alpha1 | ||
kind: ClusterServiceVersion | ||
metadata: | ||
annotations: | ||
capabilities: Seamless Upgrades | ||
categories: Application Runtime | ||
description: Deploys Appsody based applications | ||
containerImage: appsody/application-operator:0.2.0 | ||
createdAt: 2019-09-27T9:00:00Z | ||
repository: https://github.com/appsody/appsody-operator | ||
alm-examples: '[{"apiVersion":"appsody.dev/v1beta1","kind":"AppsodyApplication","metadata":{"name":"example-appsodyapplication"},"spec":{"applicationImage":"APPLICATION_IMAGE","stack":"java-microprofile"}}]' | ||
certified: "true" | ||
support: Appsody | ||
name: appsody-operator.v0.2.0 | ||
spec: | ||
displayName: Appsody Operator | ||
description: | | ||
The Appsody Operator allows easy deployment of applications developed with [Appsody](https://appsody.dev) to Kubernetes environments. The operator provides the following key features: | ||
#### Routing | ||
Expose your application to external users via a single toggle. | ||
#### High Availability | ||
Run multiple instances of your application for high availability. Either specify a static number of replicas or easily configure auto scaling to create (and delete) instances based on resource consumption. | ||
#### Persistence | ||
Enable persistence for your application by specifying storage requirements. | ||
#### Knative | ||
Deploy your serverless application on [Knative](https://knative.dev) using a single toggle. | ||
See our [**documentation**](https://github.com/appsody/appsody-operator/tree/master/doc/) for more information. | ||
### Kubernetes Application Navigator (kAppNav) | ||
Automatically configures the Kubernetes resources for integration with [kAppNav](https://kappnav.io/). | ||
icon: | ||
- base64data: PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni43MSA1MC43NSI+PGRlZnM+PHN0eWxlPi5he2lzb2xhdGlvbjppc29sYXRlO30uYntvcGFjaXR5OjAuODt9LmIsLmV7bWl4LWJsZW5kLW1vZGU6bXVsdGlwbHk7fS5je2ZpbGw6I2VkOGUwMDt9LmR7ZmlsbDojYzQzMDJmO30uZXtmaWxsOiNhZjFmNjQ7b3BhY2l0eTowLjg1O308L3N0eWxlPjwvZGVmcz48dGl0bGU+QXNzZXQgMjwvdGl0bGU+PGcgY2xhc3M9ImEiPjxnIGNsYXNzPSJiIj48cGF0aCBjbGFzcz0iYyIgZD0iTTI1Ljg4LjI4Yy0yLjUtLjgxLTUuNTguMTQtOC42MywzLjA2TDMuODcsMTYuMTdDLTIuMjIsMjItMSwyOC44MSw2LjYyLDMxLjI3bDE2LjcsNS40MWM3LjYxLDIuNDYsMTIuNi0yLjMyLDExLjA4LTEwLjYyTDMxLjA4LDcuODJjLS43Ni00LjE1LTIuNjktNi43My01LjItNy41NFoiLz48L2c+PGcgY2xhc3M9ImIiPjxwYXRoIGNsYXNzPSJkIiBkPSJNMzcuOTQsMy4xNEExNS43MywxNS43MywwLDAsMCwzMi41NSw0LjZMMTQuNjYsMTIuNzNjLTQuNTcsMi4wNy03LjMxLDUuMjYtNy43Miw5LS4zOSwzLjUyLDEuNDIsNyw1LjA4LDkuNzRsMTUsMTEuMzFhMTIuMjgsMTIuMjgsMCwwLDAsOC4wNiwyLjhjNC43Ny0uMzEsOC4yOS00LjM1LDkuMi0xMC41M2wyLjg0LTE5LjQ0QzQ4LjEyLDksNDUuNTEsNiw0My44Nyw0Ljc1YTguNzksOC43OSwwLDAsMC01LjkzLTEuNjFaIi8+PC9nPjxwYXRoIGNsYXNzPSJlIiBkPSJNMzMuOCw1MC43MWMtMi45My0uMzMtNS41Ny0yLjM5LTcuNDktNS44OEwxNywyNy44Yy0yLjExLTMuODMtMi4zLTcuNDYtLjU0LTEwLjIyczUuMjEtNC4yNiw5Ljc2LTQuMjhsMjAuMjctLjA3YzQuNTYsMCw3LjkxLDEuNSw5LjQyLDQuMjVzMSw2LjM5LTEuNDUsMTAuMjNMNDMuNDksNDQuOGMtMi40NCwzLjgzLTUuNTgsNS45NC04LjgzLDZBNi4xMiw2LjEyLDAsMCwxLDMzLjgsNTAuNzFaIi8+PC9nPjwvc3ZnPg== | ||
mediatype: image/svg+xml | ||
customresourcedefinitions: | ||
owned: | ||
- name: appsodyapplications.appsody.dev | ||
version: v1beta1 | ||
kind: AppsodyApplication | ||
displayName: Appsody Application | ||
description: Describes application deployment | ||
resources: | ||
- kind: Deployment | ||
name: "" | ||
- kind: StatefulSet | ||
name: "" | ||
- kind: Service | ||
name: "" | ||
- kind: Route | ||
name: "" | ||
- kind: HorizontalPodAutoscaler | ||
name: "" | ||
specDescriptors: | ||
- description: application stack | ||
displayName: Stack | ||
path: stack | ||
x-descriptors: | ||
- urn:alm:descriptor:com.tectonic.ui:label | ||
- description: application image to be installed | ||
displayName: Application Image | ||
path: applicationImage | ||
x-descriptors: | ||
- urn:alm:descriptor:com.tectonic.ui:text | ||
- description: version of the application | ||
displayName: Application Version | ||
path: version | ||
x-descriptors: | ||
- urn:alm:descriptor:com.tectonic.ui:text | ||
- description: image pull policy for container image | ||
displayName: Pull Policy | ||
path: pullPolicy | ||
x-descriptors: | ||
- urn:alm:descriptor:com.tectonic.ui:imagePullPolicy | ||
- description: number of pods to create | ||
displayName: Replicas | ||
path: replicas | ||
x-descriptors: | ||
- urn:alm:descriptor:com.tectonic.ui:podCount | ||
- description: automatically create HTTP Route | ||
displayName: Expose | ||
path: expose | ||
x-descriptors: | ||
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch | ||
- description: resource requirements for cpu and memory | ||
displayName: Resource Requirements | ||
path: resourceConstraints | ||
x-descriptors: | ||
- urn:alm:descriptor:com.tectonic.ui:resourceRequirements | ||
- description: port to use for kubernetes service | ||
displayName: Service Port | ||
path: service.port | ||
x-descriptors: | ||
- urn:alm:descriptor:com.tectonic.ui:number | ||
- description: type to use for kubernetes service | ||
displayName: Service Type | ||
path: service.type | ||
x-descriptors: | ||
- urn:alm:descriptor:com.tectonic.ui:text | ||
- description: horizontal pod autoscaling | ||
displayName: Autoscaling | ||
path: autoscaling | ||
x-descriptors: | ||
- urn:alm:descriptor:com.tectonic.ui:fieldGroup:label | ||
statusDescriptors: | ||
- description: status conditions | ||
displayName: Status conditions | ||
path: conditions | ||
x-descriptors: | ||
- urn:alm:descriptor:io.kubernetes.conditions | ||
install: | ||
spec: | ||
deployments: | ||
- name: appsody-operator | ||
spec: | ||
replicas: 1 | ||
selector: | ||
matchLabels: | ||
name: appsody-operator | ||
strategy: {} | ||
template: | ||
metadata: | ||
labels: | ||
name: appsody-operator | ||
spec: | ||
containers: | ||
- command: | ||
- appsody-operator | ||
env: | ||
- name: WATCH_NAMESPACE | ||
valueFrom: | ||
fieldRef: | ||
fieldPath: metadata.annotations['olm.targetNamespaces'] | ||
- name: POD_NAME | ||
valueFrom: | ||
fieldRef: | ||
fieldPath: metadata.name | ||
- name: OPERATOR_NAME | ||
value: appsody-operator | ||
image: appsody/application-operator:0.2.0 | ||
imagePullPolicy: Always | ||
name: appsody-operator | ||
resources: {} | ||
serviceAccountName: appsody-operator | ||
clusterPermissions: | ||
- rules: | ||
- apiGroups: | ||
- "" | ||
resources: | ||
- pods | ||
- services | ||
- endpoints | ||
- persistentvolumeclaims | ||
- events | ||
- configmaps | ||
- secrets | ||
- serviceaccounts | ||
verbs: | ||
- '*' | ||
- apiGroups: | ||
- apps | ||
resources: | ||
- deployments | ||
- daemonsets | ||
- replicasets | ||
- statefulsets | ||
verbs: | ||
- '*' | ||
- apiGroups: | ||
- autoscaling | ||
resources: | ||
- horizontalpodautoscalers | ||
verbs: | ||
- '*' | ||
- apiGroups: | ||
- monitoring.coreos.com | ||
resources: | ||
- servicemonitors | ||
verbs: | ||
- '*' | ||
- apiGroups: | ||
- apps | ||
resourceNames: | ||
- appsody-operator | ||
resources: | ||
- deployments/finalizers | ||
verbs: | ||
- update | ||
- apiGroups: | ||
- appsody.dev | ||
resources: | ||
- '*' | ||
verbs: | ||
- '*' | ||
- apiGroups: | ||
- route.openshift.io | ||
resources: | ||
- routes | ||
verbs: | ||
- '*' | ||
- apiGroups: | ||
- serving.knative.dev | ||
resources: | ||
- services | ||
verbs: | ||
- '*' | ||
serviceAccountName: appsody-operator | ||
strategy: deployment | ||
installModes: | ||
- supported: true | ||
type: OwnNamespace | ||
- supported: true | ||
type: SingleNamespace | ||
- supported: true | ||
type: MultiNamespace | ||
- supported: true | ||
type: AllNamespaces | ||
keywords: | ||
- Appsody | ||
- Application | ||
- Node | ||
- Swift | ||
- MicroProfile | ||
- Spring | ||
- Java | ||
- Runtime | ||
- Kabanero | ||
- Open Source | ||
maintainers: | ||
- email: [email protected] | ||
name: Artur Dzmitryieu | ||
- email: [email protected] | ||
name: Navid Shakibapour Tabrizi | ||
- email: [email protected] | ||
name: Leo Christy Jesuraj | ||
- email: [email protected] | ||
name: Arthur De Magalhaes | ||
maturity: beta | ||
provider: | ||
name: Appsody | ||
links: | ||
- name: Documentation | ||
url: https://github.com/appsody/appsody-operator/tree/master/doc/ | ||
- name: Appsody | ||
url: https://appsody.dev | ||
version: 0.2.0 |
Oops, something went wrong.