File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
resources/kubernetes_template Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1717 logging:
1818 # Logging mode. Can be "friendly" or "json", which is indicated to be consumed by logging applications
1919 mode: friendly
20- # Settings for formatting the "friendly" logs
21- use_colors: true
2220 format: "%(asctime)s [%(levelname)s] %(name)s.%(funcName)s.%(lineno)d: %(message)s"
2321 # Fields to include in the "json" logs
2422 fields:
6361 controller_process_schedule: "* * * * *"
6462 # How many monitors can be processed at the same time by the Controller
6563 controller_concurrency: 5
64+ # Controller procedures settings
65+ controller_procedures:
66+ # Fix monitors stuck in "queued" or "running" status
67+ monitors_stuck:
68+ schedule: "*/5 * * * *"
69+ params:
70+ time_tolerance: 300
6671
6772 # Executor settings
6873 # How many tasks can be executed at the same time by each Executor
Original file line number Diff line number Diff line change 3030 value : U07NFGGMB98
3131 - name : SLACK_WEBSOCKET_ENABLED
3232 value : " true"
33+ - name : SLACK_MAIN_CHANNEL
34+ value : C07NCL94SDT
35+ - name : SLACK_MAIN_MENTION
36+ value : U07NFGGMB98
3337 - name : DATABASE_APPLICATION
3438 valueFrom :
3539 secretKeyRef :
Original file line number Diff line number Diff line change 3030 value : U07NFGGMB98
3131 - name : SLACK_WEBSOCKET_ENABLED
3232 value : " true"
33+ - name : SLACK_MAIN_CHANNEL
34+ value : C07NCL94SDT
35+ - name : SLACK_MAIN_MENTION
36+ value : U07NFGGMB98
3337 - name : DATABASE_APPLICATION
3438 valueFrom :
3539 secretKeyRef :
You can’t perform that action at this time.
0 commit comments