summaryrefslogtreecommitdiff
path: root/f3s/argocd-apps/services/tracing-demo.yaml.disabled
blob: 854d209eca49d4faae180225fef0e70cf12287e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
  name: tracing-demo
  namespace: cicd
  finalizers:
    - resources-finalizer.argocd.argoproj.io
spec:
  project: default
  source:
    repoURL: http://git-server.cicd.svc.cluster.local/conf.git
    targetRevision: master
    path: f3s/tracing-demo/helm-chart
  destination:
    server: https://kubernetes.default.svc
    namespace: services
  syncPolicy:
    automated:
      prune: true
      selfHeal: true
    syncOptions:
      - CreateNamespace=false
      - RespectIgnoreDifferences=true
    retry:
      limit: 3
      backoff:
        duration: 5s
        factor: 2
        maxDuration: 1m
  ignoreDifferences:
  # Let Argo Rollouts manage tracing-demo-frontend Rollout runtime state
  - group: argoproj.io
    kind: Rollout
    name: tracing-demo-frontend
    namespace: services
    jsonPointers:
    # Ignore template env vars (kubectl patch adds env vars for triggering)
    - /spec/template/spec/containers/0/env
    # Ignore status fields (Argo Rollouts manages these)
    - /status