39 lines
917 B
YAML
39 lines
917 B
YAML
---
|
|
# Source: stack/templates/application.yaml
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: metrics-server
|
|
namespace: argocd
|
|
labels:
|
|
app.kubernetes.io/name: metrics-server
|
|
app.kubernetes.io/instance: argocd
|
|
app.kubernetes.io/part-of: argocd
|
|
finalizers:
|
|
- resources-finalizer.argocd.argoproj.io
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: http://gitea-http.gitea:3000/alexlebens/infrastructure
|
|
targetRevision: manifests
|
|
path: clusters/cl01tl/manifests/metrics-server
|
|
destination:
|
|
name: in-cluster
|
|
namespace: kube-system
|
|
revisionHistoryLimit: 3
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
retry:
|
|
limit: 3
|
|
backoff:
|
|
duration: 1m
|
|
factor: 2
|
|
maxDuration: 15m
|
|
syncOptions:
|
|
- CreateNamespace=false
|
|
- ApplyOutOfSyncOnly=true
|
|
- ServerSideApply=true
|
|
- PruneLast=true
|