We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bedadfa commit 0308d2eCopy full SHA for 0308d2e
2 files changed
infrastructure/argocd/apps/infrastructure-appset.yaml
@@ -13,6 +13,8 @@ spec:
13
template:
14
metadata:
15
name: 'infra-{{path.basename}}'
16
+ labels:
17
+ app.kubernetes.io/part-of: infrastructure
18
spec:
19
project: infrastructure
20
source:
@@ -34,5 +36,11 @@ spec:
34
36
- RespectIgnoreDifferences=true
35
37
- ApplyOutOfSyncOnly=true
38
info:
- - name: 'Description'
39
+ - name: Description
40
value: 'Infrastructure component: {{path.basename}}'
41
+ retry:
42
+ limit: 5
43
+ backoff:
44
+ duration: 5s
45
+ factor: 2
46
+ maxDuration: 3m
infrastructure/argocd/values.yaml
@@ -71,3 +71,14 @@ repoServer:
71
# Dex is disabled; external authentication (e.g. SSO) is used
72
dex:
73
enabled: false
74
+
75
76
+metrics:
77
+ enabled: true
78
+ serviceMonitor:
79
80
81
+notifications:
82
83
+ secret:
84
+ create: true
0 commit comments