Skip to content

Commit

Permalink
adding the spark release
Browse files Browse the repository at this point in the history
  • Loading branch information
nctiggy committed Sep 3, 2024
1 parent 606398f commit 0a2d743
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dev-ops/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ resources:
- contour
- cert-manager
- bitwarden
- gitea
- jenkins-bitnami
- spark
5 changes: 5 additions & 0 deletions dev-ops/spark/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- release.yaml
4 changes: 4 additions & 0 deletions dev-ops/spark/namespace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: spark
32 changes: 32 additions & 0 deletions dev-ops/spark/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: spark
namespace: spark
spec:
releaseName: spark
chart:
spec:
chart: spark
sourceRef:
kind: OCIRepository
name: spark
namespace: flux-system
version: "9.2.10"
interval: 30m
install:
remediation:
retries: 3
values:
ingress:
enabled: true
hostname: spark.web.craigcloud.io
pathType: Prefix
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-prod"
ingress.kubernetes.io/force-ssl-redirect: "true"
kubernetes.io/ingress.class: contour
kubernetes.io/tls-acme: "true"
tls: true
worker:
replicaCount: 3

0 comments on commit 0a2d743

Please sign in to comment.