46 lines
1.1 KiB
YAML
46 lines
1.1 KiB
YAML
version: '2'
|
|
catalog:
|
|
name: Grafana
|
|
version: latest
|
|
# description:
|
|
# minimum_rancher_version:
|
|
# maximum_rancher_version:
|
|
# upgrade_from:
|
|
questions:
|
|
|
|
- variable: http_port
|
|
description: "http port to access Grafana"
|
|
label: "Http Port"
|
|
required: true
|
|
default: "3000"
|
|
type: "int"
|
|
|
|
- variable: admin_username
|
|
description: "Grafana admin username"
|
|
label: "Admin Username"
|
|
required: true
|
|
default: "admin"
|
|
type: "string"
|
|
|
|
- variable: admin_password
|
|
description: "Grafana admin password"
|
|
label: "Admin Password"
|
|
required: true
|
|
default: "password"
|
|
type: "string"
|
|
|
|
- variable: secret_key
|
|
description: "Signing secret key"
|
|
label: "Secret Key"
|
|
required: true
|
|
default: "su2Tong2zoocie"
|
|
type: "string"
|
|
|
|
- variable: install_plugins
|
|
description: "Include/Install Grafana Plugins (comma-separated plugin-ids)"
|
|
label: "Install Plugins"
|
|
required: false
|
|
default: "grafana-clock-panel"
|
|
type: "string"
|
|
|
|
grafana: |