28 lines
619 B
YAML
28 lines
619 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: llama
|
|
namespace: argocd
|
|
finalizers:
|
|
- resources-finalizer.argocd.argoproj.io
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: http://gitea.gitea.svc.cluster.local:3000/gitea/k3s-manifests.git
|
|
targetRevision: main
|
|
path: manifests/llama
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: llama
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
ignoreDifferences:
|
|
- group: apps
|
|
kind: Deployment
|
|
jsonPointers:
|
|
- /spec/replicas
|