Skip to content

Commit

Permalink
Merge pull request #15 from linode/sr-fix-rebranding
Browse files Browse the repository at this point in the history
  • Loading branch information
srodenhuis authored Sep 19, 2024
2 parents f4923b4 + af970cf commit 7749a5c
Show file tree
Hide file tree
Showing 165 changed files with 108 additions and 1,175 deletions.
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
# Otomi Catalog quick starts
# Application Platform for LKE Catalog quick starts

This repository contains a set of Helm charts that will be made available as quick starts to all Teams in the Otomi Catalog.
This repository contains a set of Helm charts that will be made available as quick starts to all Teams in the Application Platform for LKE Catalog.

The following charts are added to the Catalog:
The following Helm charts are added to the Catalog:

## otomi-quickstart-k8s-deployment
## Quick start for a regular K8s deployment

The `otomi-quickstart-k8s-deployment` Helm chart can be used to create a Kubernetes `Deployment` (to deploy a single image), a `Service` and a `ServiceAccount`. Optionally a `HorizontalPodAutoscaler`, a Prometheus `ServiceMonitor` and a `Configmap` can be created.
The `quickstart-k8s-deployment` Helm chart can be used to create a Kubernetes `Deployment` (to deploy a single image), a `Service` and a `ServiceAccount`. Optionally a `HorizontalPodAutoscaler`, a Prometheus `ServiceMonitor` and a `Configmap` can be created.

## otomi-quickstart-k8s-deployment-otel
## Quick start for creating a K8s Deployment with Open Telemetry Instrumentation

The `otomi-quickstart-k8s-deployment-otel` Helm chart can be used to create a Kubernetes `Deployment` (to deploy a single image), a `Service`, a `ServiceAccount`, an `OpenTelemetryCollector` and an `Instrumentation`. Optionally a `HorizontalPodAutoscaler`, a Prometheus `ServiceMonitor` and a `Configmap` can be created.
The `quickstart-k8s-deployment-otel` Helm chart can be used to create a Kubernetes `Deployment` (to deploy a single image), a `Service`, a `ServiceAccount`, an `OpenTelemetryCollector` and an `Instrumentation`. Optionally a `HorizontalPodAutoscaler`, a Prometheus `ServiceMonitor` and a `Configmap` can be created.

## otomi-quickstart-k8s-deployments-canary
## Quick start for creating 2 K8s deployments with one service for canary and blue/green

The `otomi-quickstart-k8s-deployments-canary` Helm chart can be used to create 2 Kubernetes `Deployments` (to deploy 2 versions of an image), a `Service` and a `ServiceAccount`. Optionally a `HorizontalPodAutoscaler`, a Prometheus `ServiceMonitor` and a `Configmap` (for each version) can be created.
The `quickstart-k8s-deployments-canary` Helm chart can be used to create 2 Kubernetes `Deployments` (to deploy 2 versions of an image), a `Service` and a `ServiceAccount`. Optionally a `HorizontalPodAutoscaler`, a Prometheus `ServiceMonitor` and a `Configmap` (for each version) can be created.

## otomi-quickstart-knative-service
## Quick start for creating a Knative Service

The `otomi-quickstart-knative-service` Helm chart can be used to create a Knative `Service` (to deploy a single image), a `Service` and a `ServiceAccount`. Optionally a Prometheus `ServiceMonitor` can be created.
The `quickstart-knative-service` Helm chart can be used to create a Knative `Service` (to deploy a single image), a `Service` and a `ServiceAccount`. Optionally a Prometheus `ServiceMonitor` can be created.

## Otomi quick start for creating a PostgreSQL cluster
## Quick start for creating a PostgreSQL cluster

The `otomi-quickstart-postgresql` Helm chart can be used to create a cloudnativepg PostgreSQL `Cluster`. Optionally a Prometheus `PodMonitor` and a `Configmap` (for adding a postgresql dashboard to Grafana) can be created.
The `quickstart-postgresql` Helm chart can be used to create a cloudnativepg PostgreSQL `Cluster`. Optionally a Prometheus `PodMonitor` and a `Configmap` (for adding a postgresql dashboard to Grafana) can be created.

## Otomi quick start for creating a Redis master-replica cluster
## Quick start for creating a Redis master-replica cluster

The `otomi-quickstart-redis` Helm chart can be used to create a Redis master-replica cluster.
The `quickstart-redis` Helm chart can be used to create a Redis master-replica cluster.

## Otomi quick start for creating a RabbitMQ cluster
## Quick start for creating a RabbitMQ cluster

The `otomi-quickstart-rabbitmq` Helm chart can be used to create a RabbitMQ `cluster` with `queues` and `policies`.
The `quickstart-rabbitmq` Helm chart can be used to create a RabbitMQ `cluster` with `queues` and `policies`.
5 changes: 0 additions & 5 deletions deployment/Chart.yaml

This file was deleted.

90 changes: 0 additions & 90 deletions deployment/full-values.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions deployment/minimal-values.yaml

This file was deleted.

128 changes: 0 additions & 128 deletions deployment/templates/_helpers.tpl

This file was deleted.

67 changes: 0 additions & 67 deletions deployment/templates/deployment.yaml

This file was deleted.

Loading

0 comments on commit 7749a5c

Please sign in to comment.