streams-manifests/jupyter/jupyter-application.yaml

19 lines
435 B
YAML
Raw Permalink Normal View History

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: jupyter
namespace: argocd
spec:
project: default
source:
repoURL: https://platform.sunet.se/streams/streams-manifests.git
targetRevision: streams-manifests-2025-01-30-v23
path: jupyter/overlays/test
destination:
server: https://kubernetes.default.svc
namespace: jupyter
syncPolicy:
automated:
prune: true
selfHeal: true