423f5aa497
Cluster saturated at 100% CPU due to Spark executor crash loop. Disabling automated sync on spark-analytics and spark-cluster to prevent further changes until cluster is stable. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
16 lines
376 B
YAML
Executable File
16 lines
376 B
YAML
Executable File
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: spark-analytics
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
destination:
|
|
namespace: nowchess
|
|
server: https://kubernetes.default.svc
|
|
sources:
|
|
- repoURL: git@git.janis-eccarius.de:NowChess/Gitops.git
|
|
path: ./spark-analytics/eu-central-1-prod
|
|
targetRevision: main
|
|
syncPolicy: {}
|