Skip to content

Commit

Permalink
initial Banzai Cloud Pipeline commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Magyari Sándor Szilárd committed Feb 5, 2020
1 parent 2737018 commit 5d98186
Show file tree
Hide file tree
Showing 19 changed files with 5,266 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .banzaicloud/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Spotguide for Spark

Spotguides provide automated configuration, logging, monitoring, security, and scaling for your application stacks.

## Development

Deploy your spark application to Kubernetes easily. Follow the official spark documentation to see configurations.
[Spark Configuration](https://spark.apache.org/docs/2.3.2/)
9 changes: 9 additions & 0 deletions .banzaicloud/charts/spotguide-spark/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common backup files
*.swp
*.bak
*.tmp
*~
4 changes: 4 additions & 0 deletions .banzaicloud/charts/spotguide-spark/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: v1
description: Spotguide chart for spark
name: spotguide-spark
version: 1.0.0
Loading

0 comments on commit 5d98186

Please sign in to comment.