/
githubmirror
/
charts
Обзор
Документация
Войти
/
githubmirror
/
charts
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
stable/ingressmonitorcontroller/values.yaml
34 строки
971 B
Faizan Ahmad
Add ingressmonitorcontroller (#8975)
17 ноя 2018, 23:43
17 ноя 2018, 23:43
2da0fb4
Код
Авторство
О чём код?
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}}"