File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
gitlab-cookbooks/gitlab-kas/attributes Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1964,8 +1964,8 @@ external_url 'GENERATED_EXTERNAL_URL'
1964
1964
# gitlab_kas['enable'] = true
1965
1965
1966
1966
##! Agent configuration for GitLab KAS
1967
- # gitlab_kas['agent_configuration_poll_period'] = 20
1968
- # gitlab_kas['agent_gitops_poll_period'] = 20
1967
+ # gitlab_kas['agent_configuration_poll_period'] = 300
1968
+ # gitlab_kas['agent_gitops_poll_period'] = 300
1969
1969
# gitlab_kas['agent_gitops_project_info_cache_ttl'] = 300
1970
1970
# gitlab_kas['agent_gitops_project_info_cache_error_ttl'] = 60
1971
1971
# gitlab_kas['agent_info_cache_ttl'] = 300
Original file line number Diff line number Diff line change 2
2
# GitLab Kubernetes Agent Server
3
3
####
4
4
default [ 'gitlab_kas' ] [ 'enable' ] = false
5
- default [ 'gitlab_kas' ] [ 'agent_configuration_poll_period' ] = 20
6
- default [ 'gitlab_kas' ] [ 'agent_gitops_poll_period' ] = 20
5
+ default [ 'gitlab_kas' ] [ 'agent_configuration_poll_period' ] = 300
6
+ default [ 'gitlab_kas' ] [ 'agent_gitops_poll_period' ] = 300
7
7
default [ 'gitlab_kas' ] [ 'agent_gitops_project_info_cache_ttl' ] = 300
8
8
default [ 'gitlab_kas' ] [ 'agent_gitops_project_info_cache_error_ttl' ] = 60
9
9
default [ 'gitlab_kas' ] [ 'agent_info_cache_ttl' ] = 300
You can’t perform that action at this time.
0 commit comments