2023-11-28 19:40:09 +00:00
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
kind: Application
|
|
|
|
metadata:
|
|
|
|
name: writefreely
|
|
|
|
namespace: argocd
|
|
|
|
spec:
|
|
|
|
destination:
|
2023-11-28 22:16:44 +00:00
|
|
|
namespace: blog
|
2023-11-28 19:40:09 +00:00
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
project: apps
|
|
|
|
source:
|
|
|
|
path: apps-kustomized/writefreely
|
|
|
|
repoURL: https://git.martyn.berlin/martyn/infra4talos
|
|
|
|
targetRevision: HEAD
|
|
|
|
syncPolicy:
|
|
|
|
automated:
|
|
|
|
selfHeal: true
|