Skip to content

Commit

Permalink
set reconcilliation timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
rawagner committed Dec 13, 2023
1 parent 0a856bc commit 9eb3cb1
Show file tree
Hide file tree
Showing 4 changed files with 140 additions and 88 deletions.
Binary file added day2-application-0.0.6.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion day2-application/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.5
version: 0.0.6

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
44 changes: 43 additions & 1 deletion day2-application/templates/argocd.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,46 @@
apiVersion: argoproj.io/v1beta1
kind: ArgoCD
metadata:
name: example
name: example
spec:
server:
autoscale:
enabled: false
grpc:
ingress:
enabled: false
ingress:
enabled: false
route:
enabled: false
service:
type: ''
grafana:
enabled: false
ingress:
enabled: false
route:
enabled: false
monitoring:
enabled: false
notifications:
enabled: false
prometheus:
enabled: false
ingress:
enabled: false
route:
enabled: false
initialSSHKnownHosts: {}
rbac: {}
extraConfig:
timeout.reconciliation: 15s
repo: {}
ha:
enabled: false
tls:
ca: {}
redis: {}
controller:
processors: {}
sharding: {}
Loading

0 comments on commit 9eb3cb1

Please sign in to comment.