mirror of
https://github.com/helm/charts.git
synced 2026-08-20 12:57:55 +00:00
* Add official ingressmonitorcontroller chart Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com> * Remove trailing space from values.yaml in ingressmonitorcontroller chart Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com> * Update chart.yaml in ingressmonitorcontroller chart Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com> * Implement chart review comments Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com> * Fix cluster role api version Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com> * Add labels in rbac Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com> * Update api version of deployment Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>
35 lines
971 B
YAML
35 lines
971 B
YAML
ingressMonitorController:
|
|
watchNamespace: ""
|
|
useFullName: false
|
|
matchLabels: {}
|
|
deployment:
|
|
labels: {}
|
|
annotations: {}
|
|
config:
|
|
labels: {}
|
|
annotations:
|
|
fabric8.io/target-platform: kubernetes
|
|
rbac:
|
|
create: true
|
|
labels: {}
|
|
# Service account config for the agent pods
|
|
serviceAccount:
|
|
# Specifies whether a ServiceAccount should be created
|
|
create: true
|
|
labels: {}
|
|
# The name of the ServiceAccount to use.
|
|
# If not set and create is true, a name is generated using the fullname template
|
|
name: ingressmonitorcontroller
|
|
image:
|
|
name: stakater/ingressmonitorcontroller
|
|
tag: "1.0.47"
|
|
pullPolicy: IfNotPresent
|
|
providers:
|
|
- name: UptimeRobot
|
|
apiKey: your-api-key
|
|
apiURL: https://api.uptimerobot.com/v2
|
|
alertContacts: some-alert-contacts
|
|
enableMonitorDeletion: true
|
|
configFilePath: /etc/IngressMonitorController/config.yaml
|
|
monitorNameTemplate: "{{.Namespace}}-{{.IngressName}}"
|