diff --git a/jupyter/jupyter-application.yaml b/jupyter/jupyter-application.yaml index e69de29..076a12a 100644 --- a/jupyter/jupyter-application.yaml +++ b/jupyter/jupyter-application.yaml @@ -0,0 +1,18 @@ +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-28-v03 + path: jupyter/overlays/test + destination: + server: https://kubernetes.default.svc + namespace: jupyter + syncPolicy: + automated: + prune: true + selfHeal: true