Skip to content

Commit 0308d2e

Browse files
committed
try
1 parent bedadfa commit 0308d2e

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

infrastructure/argocd/apps/infrastructure-appset.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ spec:
1313
template:
1414
metadata:
1515
name: 'infra-{{path.basename}}'
16+
labels:
17+
app.kubernetes.io/part-of: infrastructure
1618
spec:
1719
project: infrastructure
1820
source:
@@ -34,5 +36,11 @@ spec:
3436
- RespectIgnoreDifferences=true
3537
- ApplyOutOfSyncOnly=true
3638
info:
37-
- name: 'Description'
39+
- name: Description
3840
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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,14 @@ repoServer:
7171
# Dex is disabled; external authentication (e.g. SSO) is used
7272
dex:
7373
enabled: false
74+
75+
76+
metrics:
77+
enabled: true
78+
serviceMonitor:
79+
enabled: true
80+
81+
notifications:
82+
enabled: true
83+
secret:
84+
create: true

0 commit comments

Comments
 (0)