20 lines
423 B
YAML
20 lines
423 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: journal-application
|
|
namespace: argocd
|
|
annotations:
|
|
spec:
|
|
project: apps
|
|
source:
|
|
repoURL: ssh://git@git.kluster.moll.re:2222/remoll/journal-bot.git
|
|
targetRevision: main
|
|
path: deployment/
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: journal
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|