feat(spark): add Spark History Server Deployment and Service
The Bitnami spark chart 9.2.10 does not render a history server despite historyServer.enabled=true in values. Add an explicit Deployment and ClusterIP Service (spark-history-server-svc:18080) using the same bitnami/spark:3.5.2 image, wired to the shared spark-events PVC. The existing spark-history-ingress now has a valid backend. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -3,6 +3,7 @@ kind: Kustomization
|
||||
|
||||
resources:
|
||||
- pvc.yaml
|
||||
- history-server.yaml
|
||||
- ingress.yaml
|
||||
|
||||
helmCharts:
|
||||
|
||||
Reference in New Issue
Block a user