[argocd-notifications] add monitoring and slack bot service annotations (#411)
* feat: add slack bot service annotations to argocd-notifications * feat: add monitoring to argocd-notifications
This commit is contained in:
parent
9b80bd95e4
commit
c716c1795e
7 changed files with 94 additions and 1 deletions
|
|
@ -87,6 +87,18 @@ secret:
|
|||
# email address in from field
|
||||
from:
|
||||
|
||||
logLevel: info
|
||||
|
||||
metrics:
|
||||
enabled: false
|
||||
port: 9001
|
||||
serviceMonitor:
|
||||
enabled: false
|
||||
additionalLabels: {}
|
||||
# namespace: monitoring
|
||||
# interval: 30s
|
||||
# scrapeTimeout: 10s
|
||||
|
||||
resources: {}
|
||||
# limits:
|
||||
# cpu: 100m
|
||||
|
|
@ -194,6 +206,7 @@ bots:
|
|||
imagePullSecrets: []
|
||||
|
||||
service:
|
||||
annotations: {}
|
||||
type: LoadBalancer
|
||||
|
||||
serviceAccount:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue