2024-02-03 22:27:29 +01:00

20 lines
425 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: physics-application
namespace: argocd
annotations:
spec:
project: apps
source:
repoURL: ssh://git@git.kluster.moll.re:2222/remoll/eth-physics.git
targetRevision: v4
path: deployment/
destination:
server: https://kubernetes.default.svc
namespace: eth-physics
syncPolicy:
automated:
prune: true
selfHeal: true