blumeops/argocd/apps/kiwix.yaml

24 lines
621 B
YAML
Raw Permalink Normal View History

---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kiwix
namespace: argocd
spec:
project: default
source:
repoURL: ssh://forgejo@indri.tail8d86e.ts.net:2200/eblume/blumeops.git
targetRevision: main
path: argocd/manifests/kiwix
destination:
server: https://kubernetes.default.svc
namespace: kiwix
syncPolicy:
syncOptions:
- CreateNamespace=true
# Ignore zim-hash annotation - updated dynamically by zim-watcher CronJob
ignoreDifferences:
- group: apps
kind: Deployment
jsonPointers:
- /metadata/annotations/kiwix.blumeops~1zim-hash