add physics

This commit is contained in:
2024-02-03 22:19:09 +01:00
parent 33c23ee42b
commit e28c6ffd52
5 changed files with 44 additions and 6 deletions

View File

@@ -0,0 +1,19 @@
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: main
path: deployment/
destination:
server: https://kubernetes.default.svc
namespace: eth-physics
syncPolicy:
automated:
prune: true
selfHeal: true