Skip to content

Commit

Permalink
add basic helm chart
Browse files Browse the repository at this point in the history
Signed-off-by: Charlie Haley <[email protected]>
  • Loading branch information
charlie-haley committed Feb 8, 2024
1 parent b3b2c08 commit 4c0a6b3
Show file tree
Hide file tree
Showing 20 changed files with 333 additions and 392 deletions.
File renamed without changes.
21 changes: 21 additions & 0 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
apiVersion: v2
name: benthos-captain
description: A Kubernetes Operator to orchestrate Benthos pipelines.
# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
# to be deployed.
#
# Library charts provide useful utilities or functions for the chart developer. They're included as
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.1.0"
4 changes: 0 additions & 4 deletions chart/README.md

This file was deleted.

6 changes: 0 additions & 6 deletions chart/benthos-captain/Chart.yaml

This file was deleted.

110 changes: 0 additions & 110 deletions chart/benthos-captain/README.md

This file was deleted.

21 changes: 0 additions & 21 deletions chart/benthos-captain/templates/NOTES.txt

This file was deleted.

61 changes: 0 additions & 61 deletions chart/benthos-captain/templates/deployment.yaml

This file was deleted.

28 changes: 0 additions & 28 deletions chart/benthos-captain/templates/hpa.yaml

This file was deleted.

41 changes: 0 additions & 41 deletions chart/benthos-captain/templates/ingress.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions chart/benthos-captain/templates/service.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions chart/benthos-captain/templates/serviceaccount.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions chart/benthos-captain/templates/tests/test-connection.yaml

This file was deleted.

Loading

0 comments on commit 4c0a6b3

Please sign in to comment.