e9926cbf62
Cluster stable. Re-enabling automated sync on spark-analytics and spark-cluster. Driver DNS fix and Recreate strategy already in main, so next sync deploys the corrected manifests. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
19 lines
423 B
YAML
Executable File
19 lines
423 B
YAML
Executable File
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: spark-cluster
|
|
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-cluster/eu-central-1-prod
|
|
targetRevision: main
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|