You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Uncomment to set the image tag of the application to use separately from the chart version
47
+
# set {
48
+
# name = "image.tag"
49
+
# value = "0.0.0"
50
+
# }
51
+
35
52
set {
36
53
name ="autoscaling.enabled"
37
54
value = var.notification_service_highly_available ?"true":"false"# If false, deployment replicas will be set to 1 and the replica options below will be ignored
Copy file name to clipboardExpand all lines: zero-module.yml
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -82,9 +82,19 @@ parameters:
82
82
options:
83
83
- "none"
84
84
- "prometheus"
85
+
- field: notificationServiceEnabled
86
+
label: "Install the Zero Notification Service in your cluster?"
87
+
info: Provides easy notification capability through email, slack, etc. - https://github.com/commitdev/zero-notification-service
88
+
default: yes
89
+
options:
90
+
- "yes"
91
+
- "no"
85
92
- field: sendgridApiKey
86
93
label: "API key to setup email integration (optional: leave blank to opt-out of Sendgrid setup)"
87
-
info: Signup at https://signup.sendgrid.com or create an API key from https://app.sendgrid.com/settings/api_keys. Sendgrid is an email delivery service enabling transactional email sending and more.
94
+
info: Signup at https://signup.sendgrid.com or create an API key at https://app.sendgrid.com/settings/api_keys - Sendgrid is an email delivery service enabling transactional email sending and more.
95
+
- field: notificationServiceSlackApiKey
96
+
label: "API key of your Slack bot if you want to use Slack with the Zero Notification Service. Leave blank if not applicable."
97
+
info: See https://slack.com/intl/en-ca/help/articles/215770388-Create-and-regenerate-API-tokens
0 commit comments