[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:
Maciej Moleda 2020-07-23 01:58:59 +01:00 committed by GitHub
parent 9b80bd95e4
commit c716c1795e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 94 additions and 1 deletions

View file

@ -3,6 +3,10 @@ apiVersion: v1
kind: Service
metadata:
name: {{ include "argocd-notifications.name" . }}-bot
{{- if .Values.bots.slack.service.annotations }}
annotations:
{{- toYaml .Values.bots.slack.service.annotations | nindent 4 }}
{{- end }}
spec:
ports:
- name: server