infra/home/cluster/argocd/apps/gridmap.yaml

27 lines
810 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: gridmap
namespace: argocd
annotations:
argocd-image-updater.argoproj.io/image-list: gridmap=codeberg.org/gmcintire/gridmap
argocd-image-updater.argoproj.io/gridmap.update-strategy: newest-build
argocd-image-updater.argoproj.io/gridmap.allow-tags: regexp:^main-[0-9]+-[0-9a-f]+$
argocd-image-updater.argoproj.io/write-back-method: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: https://codeberg.org/gmcintire/gridmap.git
targetRevision: main
path: k8s
destination:
server: https://kubernetes.default.svc
namespace: gridmap
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true