From f5b40df56811b78a4c5317f1ad44f97cd9e0f035 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 23 Nov 2021 22:55:31 +0000 Subject: [PATCH] Commit new App releases for TrueCharts Signed-off-by: TrueCharts-Bot --- incubator/grafana/0.0.1/CHANGELOG.md | 10 + incubator/grafana/0.0.1/CONFIG.md | 8 + incubator/grafana/0.0.1/Chart.lock | 6 + incubator/grafana/0.0.1/Chart.yaml | 32 + incubator/grafana/0.0.1/README.md | 38 + incubator/grafana/0.0.1/app-readme.md | 3 + .../grafana/0.0.1/charts/common-8.9.3.tgz | Bin 0 -> 37191 bytes incubator/grafana/0.0.1/helm-values.md | 44 + incubator/grafana/0.0.1/ix_values.yaml | 72 + incubator/grafana/0.0.1/questions.yaml | 1935 +++++++++++++++++ incubator/grafana/0.0.1/templates/common.yaml | 1 + .../0.0.1/templates/prometheusrules.yaml | 18 + .../0.0.1/templates/servicemonitor.yaml | 24 + incubator/grafana/0.0.1/values.yaml | 0 incubator/grafana/item.yaml | 5 + 15 files changed, 2196 insertions(+) create mode 100644 incubator/grafana/0.0.1/CHANGELOG.md create mode 100644 incubator/grafana/0.0.1/CONFIG.md create mode 100644 incubator/grafana/0.0.1/Chart.lock create mode 100644 incubator/grafana/0.0.1/Chart.yaml create mode 100644 incubator/grafana/0.0.1/README.md create mode 100644 incubator/grafana/0.0.1/app-readme.md create mode 100644 incubator/grafana/0.0.1/charts/common-8.9.3.tgz create mode 100644 incubator/grafana/0.0.1/helm-values.md create mode 100644 incubator/grafana/0.0.1/ix_values.yaml create mode 100644 incubator/grafana/0.0.1/questions.yaml create mode 100644 incubator/grafana/0.0.1/templates/common.yaml create mode 100644 incubator/grafana/0.0.1/templates/prometheusrules.yaml create mode 100644 incubator/grafana/0.0.1/templates/servicemonitor.yaml create mode 100644 incubator/grafana/0.0.1/values.yaml create mode 100644 incubator/grafana/item.yaml diff --git a/incubator/grafana/0.0.1/CHANGELOG.md b/incubator/grafana/0.0.1/CHANGELOG.md new file mode 100644 index 00000000000..4d13276c25e --- /dev/null +++ b/incubator/grafana/0.0.1/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog
+ + + +### grafana-0.0.1 (2021-11-23) + +#### Add + +* Add grafana to incubator Apps ([#1391](https://github.com/truecharts/apps/issues/1391)) + diff --git a/incubator/grafana/0.0.1/CONFIG.md b/incubator/grafana/0.0.1/CONFIG.md new file mode 100644 index 00000000000..fc9b2fa2d5f --- /dev/null +++ b/incubator/grafana/0.0.1/CONFIG.md @@ -0,0 +1,8 @@ +# Configuration Options + +##### Connecting to other apps +If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide: +https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/ + +##### Available config options +In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/incubator/grafana/0.0.1/Chart.lock b/incubator/grafana/0.0.1/Chart.lock new file mode 100644 index 00000000000..702791aeb60 --- /dev/null +++ b/incubator/grafana/0.0.1/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.3 +digest: sha256:8e3b075bc94570b49db18d1ea9431f95ed06504fb372ee04f43c667c784d7b14 +generated: "2021-11-23T22:53:11.108856679Z" diff --git a/incubator/grafana/0.0.1/Chart.yaml b/incubator/grafana/0.0.1/Chart.yaml new file mode 100644 index 00000000000..abf5fdddd81 --- /dev/null +++ b/incubator/grafana/0.0.1/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "8.2.5" +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.3 +deprecated: false +description: Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB. +home: https://github.com/truecharts/apps/tree/master/charts/stable/grafana +icon: https://bitnami.com/assets/stacks/grafana/img/grafana-stack-220x234.png +keywords: + - analytics + - monitoring + - metrics + - logs +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: grafana +sources: + - https://github.com/bitnami/bitnami-docker-grafana + - https://grafana.com/ +type: application +version: 0.0.1 +annotations: + truecharts.org/catagories: | + - media + - test + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/grafana/0.0.1/README.md b/incubator/grafana/0.0.1/README.md new file mode 100644 index 00000000000..538d87665e5 --- /dev/null +++ b/incubator/grafana/0.0.1/README.md @@ -0,0 +1,38 @@ +# Introduction + +Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB. + +TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://truecharts.org | common | 8.9.3 | + +## Installing the Chart + +To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/). + +## Uninstalling the Chart + +To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/). + +## Support + +- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first. +- See the [Wiki](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) +--- +All Rights Reserved - The TrueCharts Project diff --git a/incubator/grafana/0.0.1/app-readme.md b/incubator/grafana/0.0.1/app-readme.md new file mode 100644 index 00000000000..e024583cd76 --- /dev/null +++ b/incubator/grafana/0.0.1/app-readme.md @@ -0,0 +1,3 @@ +Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB. + +This App is supplied by TrueCharts, for more information please visit https://truecharts.org diff --git a/incubator/grafana/0.0.1/charts/common-8.9.3.tgz b/incubator/grafana/0.0.1/charts/common-8.9.3.tgz new file mode 100644 index 0000000000000000000000000000000000000000..e580310fbc4d90f1c970649d7fdf3e8554bdc02f GIT binary patch literal 37191 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�mBv{}of1gu6oMGf?3EGl1QJl2}qWJMS3 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 literal 0 HcmV?d00001 diff --git a/incubator/grafana/0.0.1/helm-values.md b/incubator/grafana/0.0.1/helm-values.md new file mode 100644 index 00000000000..fe0bd528ba5 --- /dev/null +++ b/incubator/grafana/0.0.1/helm-values.md @@ -0,0 +1,44 @@ +# Default Helm-Values + +TrueCharts is primarily build to supply TrueNAS SCALE Apps. +However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file. + +Most of our Apps also consume our "common" Helm Chart. +If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart. +You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document. + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| env.GF_AUTH_LDAP_ALLOW_SIGN_UP | string | `"false"` | | +| env.GF_AUTH_LDAP_CONFIG_FILE | string | `"/opt/bitnami/grafana/conf/ldap.toml"` | | +| env.GF_AUTH_LDAP_ENABLED | string | `"false"` | | +| env.GF_INSTALL_PLUGINS | string | `""` | | +| env.GF_PATHS_CONFIG | string | `"/opt/bitnami/grafana/conf/grafana.ini"` | | +| env.GF_PATHS_DATA | string | `"/opt/bitnami/grafana/data"` | | +| env.GF_PATHS_LOGS | string | `"/opt/bitnami/grafana/logs"` | | +| env.GF_PATHS_PLUGINS | string | `"/opt/bitnami/grafana/data/plugins"` | | +| env.GF_PATHS_PROVISIONING | string | `"/opt/bitnami/grafana/conf/provisioning"` | | +| env.GF_SECURITY_ADMIN_USER | string | `"admin"` | | +| image.pullPolicy | string | `"IfNotPresent"` | | +| image.repository | string | `"bitnami/grafana"` | | +| image.tag | string | `"8.2.5@sha256:105ca819eb14dc773a3df6fd56f5e78e68bd2abdb1b5d9007ff803528a84be70"` | | +| metrics.enabled | bool | See values.yaml | Enable and configure a Prometheus serviceMonitor for the chart under this key. | +| metrics.prometheusRule | object | See values.yaml | Enable and configure Prometheus Rules for the chart under this key. | +| metrics.prometheusRule.rules | list | See prometheusrules.yaml | Configure additionial rules for the chart under this key. | +| metrics.serviceMonitor.interval | string | `"1m"` | | +| metrics.serviceMonitor.labels | object | `{}` | | +| metrics.serviceMonitor.scrapeTimeout | string | `"30s"` | | +| persistence.config.enabled | bool | `true` | | +| persistence.config.mountPath | string | `"/opt/bitnami/grafana/data"` | | +| probes.liveness.path | string | `"/api/health"` | | +| probes.readiness.path | string | `"/api/health"` | | +| probes.startup.path | string | `"/api/health"` | | +| secret.GF_SECURITY_ADMIN_PASSWORD | string | `"testpassword"` | | +| securityContext.readOnlyRootFilesystem | bool | `false` | | +| service.main.ports.main.port | int | `3000` | | +| service.main.ports.main.targetPort | int | `3000` | | +| service.main.protocol | string | `"HTTP"` | | + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/grafana/0.0.1/ix_values.yaml b/incubator/grafana/0.0.1/ix_values.yaml new file mode 100644 index 00000000000..643739fc266 --- /dev/null +++ b/incubator/grafana/0.0.1/ix_values.yaml @@ -0,0 +1,72 @@ +image: + repository: bitnami/grafana + pullPolicy: IfNotPresent + tag: 8.2.5@sha256:105ca819eb14dc773a3df6fd56f5e78e68bd2abdb1b5d9007ff803528a84be70 + +securityContext: + readOnlyRootFilesystem: false + +service: + main: + protocol: "HTTP" + ports: + main: + targetPort: 3000 + port: 3000 + +probes: + liveness: + path: "/api/health" + + readiness: + path: "/api/health" + + startup: + path: "/api/health" + +secret: + GF_SECURITY_ADMIN_PASSWORD: "testpassword" + +env: + GF_SECURITY_ADMIN_USER: "admin" + GF_INSTALL_PLUGINS: "" + GF_PATHS_PLUGINS: "/opt/bitnami/grafana/data/plugins" + GF_AUTH_LDAP_ENABLED: "false" + GF_AUTH_LDAP_CONFIG_FILE: "/opt/bitnami/grafana/conf/ldap.toml" + GF_AUTH_LDAP_ALLOW_SIGN_UP: "false" + GF_PATHS_PROVISIONING: "/opt/bitnami/grafana/conf/provisioning" + GF_PATHS_CONFIG: "/opt/bitnami/grafana/conf/grafana.ini" + GF_PATHS_DATA: "/opt/bitnami/grafana/data" + GF_PATHS_LOGS: "/opt/bitnami/grafana/logs" + + +persistence: + config: + enabled: true + mountPath: "/opt/bitnami/grafana/data" + +metrics: + # -- Enable and configure a Prometheus serviceMonitor for the chart under this key. + # @default -- See values.yaml + enabled: false + serviceMonitor: + interval: 1m + scrapeTimeout: 30s + labels: {} + # -- Enable and configure Prometheus Rules for the chart under this key. + # @default -- See values.yaml + prometheusRule: + enabled: false + labels: {} + # -- Configure additionial rules for the chart under this key. + # @default -- See prometheusrules.yaml + rules: [] + # - alert: UnifiPollerAbsent + # annotations: + # description: Unifi Poller has disappeared from Prometheus service discovery. + # summary: Unifi Poller is down. + # expr: | + # absent(up{job=~".*unifi-poller.*"} == 1) + # for: 5m + # labels: + # severity: critical diff --git a/incubator/grafana/0.0.1/questions.yaml b/incubator/grafana/0.0.1/questions.yaml new file mode 100644 index 00000000000..4b78a074ead --- /dev/null +++ b/incubator/grafana/0.0.1/questions.yaml @@ -0,0 +1,1935 @@ +groups: + - name: "Container Image" + description: "Image to be used for container" + - name: "Controller" + description: "Configure workload deployment" + - name: "Container Configuration" + description: "additional container configuration" + - name: "App Configuration" + description: "App specific config options" + - name: "Networking and Services" + description: "Configure Network and Services for container" + - name: "Storage and Persistence" + description: "Persist and share data that is separate from the container" + - name: "Ingress" + description: "Ingress Configuration" + - name: "Security and Permissions" + description: "Configure security context and permissions" + - name: "Resources and Devices" + description: "Specify resources/devices to be allocated to workload" + - name: "Middlewares" + description: "Traefik Middlewares" + - name: "Metrics" + description: "Metrics" + - name: "Addons" + description: "Addon Configuration" + - name: "Advanced" + description: "Advanced Configuration" +portals: + web_portal: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - variable: portal + group: "Container Image" + label: "Configure Portal Button" + schema: + type: dict + hidden: true + attrs: + - variable: enabled + label: "Enable" + description: "enable the portal button" + schema: + hidden: true + editable: false + type: boolean + default: true + - variable: global + label: "global settings" + group: "Controller" + schema: + type: dict + hidden: true + attrs: + - variable: isSCALE + label: "flag this is SCALE" + schema: + type: boolean + default: true + hidden: true + + - variable: controller + group: "Controller" + label: "" + schema: + type: dict + attrs: + - variable: advanced + label: "Show Advanced Controller Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: type + description: "Please specify type of workload to deploy" + label: "(Advanced) Controller Type" + schema: + type: string + default: "deployment" + required: true + enum: + - value: "deployment" + description: "Deployment" + - value: "statefulset" + description: "Statefulset" + - value: "daemonset" + description: "Daemonset" + - variable: replicas + description: "Number of desired pod replicas" + label: "Desired Replicas" + schema: + type: int + default: 1 + required: true + - variable: strategy + description: "Please specify type of workload to deploy" + label: "(Advanced) Update Strategy" + schema: + type: string + default: "Recreate" + required: true + enum: + - value: "Recreate" + description: "Recreate: Kill existing pods before creating new ones" + - value: "RollingUpdate" + description: "RollingUpdate: Create new pods and then kill old ones" + - value: "OnDelete" + description: "(Legacy) OnDelete: ignore .spec.template changes" + - variable: expert + label: "Show Expert Configuration Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: "Extra Args" + schema: + type: list + default: [] + items: + - variable: argItem + label: "Arg" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: labelsList + label: "Controller Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: " Controller Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: env + group: "Container Configuration" + label: "Image Environment" + schema: + type: dict + attrs: + - variable: TZ + label: "Timezone" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: UMASK + label: "UMASK" + description: "Sets the UMASK env var for LinuxServer.io (compatible) containers" + schema: + type: string + default: "002" + - variable: GF_SECURITY_ADMIN_USER + label: "Admin User" + schema: + type: string + default: "" + required: true + - variable: GF_INSTALL_PLUGINS + label: "Extra Plugins to Install" + description: "comma seperated" + schema: + type: string + default: "" + required: true + - variable: GF_AUTH_LDAP_ENABLED + label: "enable LDAP" + schema: + type: boolean + default: false + - variable: GF_AUTH_LDAP_ALLOW_SIGN_UP + label: "Allow LDAP Signup" + schema: + type: boolean + default: false + - variable: GF_AUTH_LDAP_CONFIG_FILE + label: "LDAP Config Path" + schema: + type: string + default: "/opt/bitnami/grafana/conf/ldap.toml" + + - variable: envList + label: "Image environment" + group: "Container Configuration" + schema: + type: list + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: expertpodconf + group: "Container Configuration" + label: "Show Expert Config" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: termination + group: "Container Configuration" + label: "Termination settings" + schema: + type: dict + attrs: + - variable: gracePeriodSeconds + label: "Grace Period Seconds" + schema: + type: int + default: 10 + - variable: podLabelsList + group: "Container Configuration" + label: "Pod Labels" + schema: + type: list + default: [] + items: + - variable: podLabelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: podAnnotationsList + group: "Container Configuration" + label: "Pod Annotations" + schema: + type: list + default: [] + items: + - variable: podAnnotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: secret + group: "Container Configuration" + label: "Secret Image Environment" + schema: + type: dict + attrs: + - variable: GF_SECURITY_ADMIN_PASSWORD + label: "Admin Password" + schema: + type: string + default: "" + required: true + + - variable: service + group: "Networking and Services" + label: "Configure Service(s)" + schema: + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the service" + schema: + type: boolean + default: true + hidden: true + - variable: type + label: "Service Type" + description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: "Simple" + enum: + - value: "Simple" + description: "Simple" + - value: "ClusterIP" + description: "ClusterIP" + - value: "NodePort" + description: "NodePort (Advanced)" + - value: "LoadBalancer" + description: "LoadBalancer (Advanced)" + - variable: loadBalancerIP + label: "LoadBalancer IP" + description: "LoadBalancerIP" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: list + default: [] + items: + - variable: externalIP + label: "External IP" + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + type: dict + attrs: + - variable: advanced + label: "Show Advanced settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + - variable: protocol + label: "Port Type" + schema: + type: string + default: "HTTP" + enum: + - value: HTTP + description: "HTTP" + - value: "HTTPS" + description: "HTTPS" + - value: TCP + description: "TCP" + - value: "UDP" + description: "UDP" + - variable: nodePort + label: "Node Port (Optional)" + description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer" + schema: + type: int + min: 9000 + max: 65535 + - variable: targetPort + label: "Target Port" + description: "The internal(!) port on the container the Application runs on" + schema: + type: int + default: 3000 + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 3000 + required: true + + - variable: serviceexpert + group: "Networking and Services" + label: "Show Expert Config" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + group: "Networking and Services" + label: "Host-Networking (Complicated)" + schema: + type: boolean + default: false + + - variable: dnsPolicy + group: "Networking and Services" + label: "dnsPolicy" + schema: + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "ClusterFirst" + description: "ClusterFirst" + - value: "ClusterFirstWithHostNet" + description: "ClusterFirstWithHostNet" + - value: "None" + description: "None" + + - variable: dnsConfig + label: "DNS Configuration" + group: "Networking and Services" + description: "Specify custom DNS configuration which will be applied to the pod" + schema: + type: dict + attrs: + - variable: nameservers + label: "Nameservers" + schema: + default: [] + type: list + items: + - variable: nameserver + label: "Nameserver" + schema: + type: string + - variable: options + label: "options" + schema: + default: [] + type: list + items: + - variable: option + label: "Option Entry" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: searches + label: "Searches" + schema: + default: [] + type: list + items: + - variable: search + label: "Search Entry" + schema: + type: string + + - variable: serviceList + label: "Add Manual Custom Services" + group: "Networking and Services" + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: "Custom Service" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the service" + schema: + type: boolean + default: true + hidden: true + - variable: name + label: "Name" + schema: + type: string + default: "" + - variable: type + label: "Service Type" + description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: "Simple" + enum: + - value: "Simple" + description: "Simple" + - value: "NodePort" + description: "NodePort" + - value: "ClusterIP" + description: "ClusterIP" + - value: "LoadBalancer" + description: "LoadBalancer" + - variable: loadBalancerIP + label: "LoadBalancer IP" + description: "LoadBalancerIP" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: list + default: [] + items: + - variable: externalIP + label: "External IP" + schema: + type: string + - variable: portsList + label: "Additional Service Ports" + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: "Custom ports" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true + - variable: name + label: "Port Name" + schema: + type: string + default: "" + - variable: protocol + label: "Port Type" + schema: + type: string + default: "TCP" + enum: + - value: HTTP + description: "HTTP" + - value: "HTTPS" + description: "HTTPS" + - value: TCP + description: "TCP" + - value: "UDP" + description: "UDP" + - variable: targetPort + label: "Target Port" + description: "This port exposes the container port on the service" + schema: + type: int + required: true + - variable: port + label: "Container Port" + schema: + type: int + required: true + - variable: nodePort + label: "Node Port (Optional)" + description: "This port gets exposed to the node. Only considered when service type is NodePort" + schema: + type: int + min: 9000 + max: 65535 + + - variable: persistence + label: "Integrated Persistent Storage" + description: "Integrated Persistent Storage" + group: "Storage and Persistence" + schema: + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + hidden: true + - variable: type + label: "Type of Storage" + description: "Sets the persistence type, Anything other than PVC could break rollback!" + schema: + type: string + default: "simplePVC" + enum: + - value: "simplePVC" + description: "PVC (simple)" + - value: "simpleHP" + description: "HostPath (simple)" + - value: "emptyDir" + description: "emptyDir" + - value: "pvc" + description: "pvc" + - value: "hostPath" + description: "hostPath" + - variable: setPermissionsSimple + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: true + - variable: setPermissions + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPathSimple + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: "mountPath" + description: "Path inside the container the storage is mounted" + schema: + type: string + default: "/opt/bitnami/grafana/data" + hidden: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: "EmptyDir Medium" + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "Memory" + description: "Memory" + - variable: size + label: "Size quotum of storage" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "999Gi" + - variable: hostPathType + label: "(Advanced) hostPath Type" + schema: + show_if: [["type", "=", "hostPath"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "DirectoryOrCreate" + description: "DirectoryOrCreate" + - value: "Directory" + description: "Directory" + - value: "FileOrCreate" + description: "FileOrCreate" + - value: "File" + description: "File" + - value: "Socket" + description: "Socket" + - value: "CharDevice" + description: "CharDevice" + - value: "BlockDevice" + description: "BlockDevice" + - variable: storageClass + label: "(Advanced) storageClass" + description: "Warning: Anything other than SCALE-ZFS or empty will break rollback!" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "SCALE-ZFS" + - variable: accessMode + label: "(Advanced) Access Mode" + description: "Allow or disallow multiple PVC's writhing to the same PV" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "ReadWriteOnce" + enum: + - value: "ReadWriteOnce" + description: "ReadWriteOnce" + - value: "ReadOnlyMany" + description: "ReadOnlyMany" + - value: "ReadWriteMany" + description: "ReadWriteMany" + - variable: advanced + label: "Show Advanced Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: persistenceList + label: "Additional app storage" + group: "Storage and Persistence" + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: "Custom Storage" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + hidden: true + - variable: name + label: "Name (optional)" + description: "Not required, please set to config when mounting /config or temp when mounting /tmp" + schema: + type: string + - variable: type + label: "Type of Storage" + description: "Sets the persistence type, Anything other than PVC could break rollback!" + schema: + type: string + default: "simpleHP" + enum: + - value: "simplePVC" + description: "PVC (simple)" + - value: "simpleHP" + description: "HostPath (simple)" + - value: "emptyDir" + description: "emptyDir" + - value: "pvc" + description: "pvc" + - value: "hostPath" + description: "hostPath" + - variable: setPermissionsSimple + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: true + - variable: setPermissions + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPathSimple + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: "mountPath" + description: "Path inside the container the storage is mounted" + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: "EmptyDir Medium" + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "Memory" + description: "Memory" + - variable: size + label: "Size quotum of storage" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "999Gi" + - variable: hostPathType + label: "(Advanced) hostPath Type" + schema: + show_if: [["type", "=", "hostPath"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "DirectoryOrCreate" + description: "DirectoryOrCreate" + - value: "Directory" + description: "Directory" + - value: "FileOrCreate" + description: "FileOrCreate" + - value: "File" + description: "File" + - value: "Socket" + description: "Socket" + - value: "CharDevice" + description: "CharDevice" + - value: "BlockDevice" + description: "BlockDevice" + - variable: storageClass + label: "(Advanced) storageClass" + description: "Warning: Anything other than SCALE-ZFS or empty will break rollback!" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "SCALE-ZFS" + - variable: accessMode + label: "(Advanced) Access Mode" + description: "Allow or disallow multiple PVC's writhing to the same PV" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "ReadWriteOnce" + enum: + - value: "ReadWriteOnce" + description: "ReadWriteOnce" + - value: "ReadOnlyMany" + description: "ReadOnlyMany" + - value: "ReadWriteMany" + description: "ReadWriteMany" + - variable: advanced + label: "Show Advanced Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: ingress + label: "" + group: "Ingress" + schema: + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable Ingress" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: "Hosts" + schema: + type: list + default: [] + items: + - variable: hostEntry + label: "Host" + schema: + type: dict + attrs: + - variable: host + label: "HostName" + schema: + type: string + default: "" + required: true + - variable: paths + label: "Paths" + schema: + type: list + default: [] + items: + - variable: pathEntry + label: "Host" + schema: + type: dict + attrs: + - variable: path + label: "path" + schema: + type: string + required: true + default: "/" + - variable: pathType + label: "pathType" + schema: + type: string + required: true + default: "Prefix" + + - variable: tls + label: "TLS-Settings" + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: "Host" + schema: + type: dict + attrs: + - variable: hosts + label: "Certificate Hosts" + schema: + type: list + default: [] + items: + - variable: host + label: "Host" + schema: + type: string + default: "" + required: true + - variable: scaleCert + label: "Select TrueNAS SCALE Certificate" + schema: + type: int + $ref: + - "definitions/certificate" + + - variable: entrypoint + label: "(Advanced) Traefik Entrypoint" + description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" + schema: + type: string + default: "websecure" + required: true + - variable: middlewares + label: "Traefik Middlewares" + description: "Add previously created Traefik Middlewares to this Ingress" + schema: + type: list + default: [] + items: + - variable: name + label: "Name" + schema: + type: string + default: "" + required: true + + - variable: expert + label: "Show Expert Configuration Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: enableFixedMiddlewares + description: "These middlewares enforce a number of best practices." + label: "Enable Default Middlewares" + schema: + type: boolean + default: true + - variable: ingressClassName + label: "IngressClass Name" + schema: + type: string + default: "" + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: ingressList + label: "Add Manual Custom Ingresses" + group: "Ingress" + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: "Custom Ingress" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable Ingress" + schema: + type: boolean + default: true + hidden: true + - variable: name + label: "Name" + schema: + type: string + default: "" + - variable: ingressClassName + label: "IngressClass Name" + schema: + type: string + default: "" + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: hosts + label: "Hosts" + schema: + type: list + default: [] + items: + - variable: hostEntry + label: "Host" + schema: + type: dict + attrs: + - variable: host + label: "HostName" + schema: + type: string + default: "" + required: true + - variable: paths + label: "Paths" + schema: + type: list + default: [] + items: + - variable: pathEntry + label: "Host" + schema: + type: dict + attrs: + - variable: path + label: "path" + schema: + type: string + required: true + default: "/" + - variable: pathType + label: "pathType" + schema: + type: string + required: true + default: "Prefix" + - variable: service + label: "Linked Service" + schema: + type: dict + attrs: + - variable: name + label: "Service Name" + schema: + type: string + default: "" + - variable: port + label: "Service Port" + schema: + type: int + - variable: tls + label: "TLS-Settings" + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: "Host" + schema: + type: dict + attrs: + - variable: hosts + label: "Certificate Hosts" + schema: + type: list + default: [] + items: + - variable: host + label: "Host" + schema: + type: string + default: "" + required: true + - variable: scaleCert + label: "Select TrueNAS SCALE Certificate" + schema: + type: int + $ref: + - "definitions/certificate" + - variable: entrypoint + label: "Traefik Entrypoint" + description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" + schema: + type: string + default: "websecure" + required: true + - variable: middlewares + label: "Traefik Middlewares" + description: "Add previously created Traefik Middlewares to this Ingress" + schema: + type: list + default: [] + items: + - variable: name + label: "Name" + schema: + type: string + default: "" + required: true + + - variable: advancedSecurity + label: "Show Advanced Security Settings" + group: "Security and Permissions" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: securityContext + label: "Security Context" + schema: + type: dict + attrs: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: false + - variable: allowPrivilegeEscalation + label: "Allow Privilege Escalation" + schema: + type: boolean + default: false + - variable: runAsNonRoot + label: "runAsNonRoot" + schema: + type: boolean + default: true + + - variable: podSecurityContext + group: "Security and Permissions" + label: "Pod Security Context" + schema: + type: dict + attrs: + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: The groupID this App of the user running the application" + schema: + type: int + default: 568 + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: supplementalGroups + label: "supplemental Groups" + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: "supplemental Group" + schema: + type: int + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: "OnRootMismatch" + enum: + - value: "OnRootMismatch" + description: "OnRootMismatch" + - value: "Always" + description: "Always" + + + - variable: advancedresources + label: "Set Custom Resource Limits/Requests (Advanced)" + group: "Resources and Devices" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: resources + label: "" + schema: + type: dict + attrs: + - variable: limits + label: "Advanced Limit Resource Consumption" + schema: + type: dict + attrs: + - variable: cpu + label: "CPU" + schema: + type: string + default: "4000m" + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "Memory RAM" + schema: + type: string + default: "8Gi" + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Advanced Request minimum resources required" + schema: + type: dict + attrs: + - variable: cpu + label: "CPU" + schema: + type: string + default: "10m" + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "Memory RAM" + schema: + type: string + default: "50Mi" + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + + - variable: deviceList + label: "Mount USB devices" + group: "Resources and Devices" + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: "Device" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "Host Device Path" + description: "Path to the device on the host system" + schema: + type: path + - variable: mountPath + label: "Container Device Path" + description: "Path inside the container the device is mounted" + schema: + type: string + default: "/dev/ttyACM0" + + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + + - variable: metrics + group: "Metrics" + label: "Prometheus Metrics" + schema: + type: dict + attrs: + - variable: enabled + label: "Enabled" + description: "Enable Prometheus Metrics" + schema: + type: boolean + default: true + show_subquestions_if: true + subquestions: + - variable: serviceMonitor + label: "Service Monitor Settings" + schema: + type: dict + attrs: + - variable: interval + label: "Scrape Interval" + description: "Scrape interval time" + schema: + type: string + default: "1m" + required: true + - variable: scrapeTimeout + label: "Scrape Timeout" + description: "Scrape timeout Time" + schema: + type: string + default: "30s" + required: true + + - variable: prometheusRule + label: "PrometheusRule" + description: "Enable and configure Prometheus Rules for the App." + schema: + type: dict + attrs: + - variable: enabled + label: "Enabled" + description: "Enable Prometheus Metrics" + schema: + type: boolean + default: false + # TODO: Rule List section + + - variable: autoscaling + group: "Advanced" + label: "(Advanced) Horizontal Pod Autoscaler" + schema: + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: target + label: "Target" + description: "deployment name, defaults to main deployment" + schema: + type: string + default: "" + - variable: minReplicas + label: "Minimum Replicas" + schema: + type: int + default: 1 + - variable: maxReplicas + label: "Maximum Replicas" + schema: + type: int + default: 5 + - variable: targetCPUUtilizationPercentage + label: "Target CPU Utilization Percentage" + schema: + type: int + default: 80 + - variable: targetMemoryUtilizationPercentage + label: "Target Memory Utilization Percentage" + schema: + type: int + default: 80 + + + - variable: addons + group: "Addons" + label: "" + schema: + type: dict + attrs: + - variable: vpn + label: "VPN" + schema: + type: dict + attrs: + - variable: type + label: "Type" + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: "disabled" + - value: "openvpn" + description: "OpenVPN" + - value: "wireguard" + description: "Wireguard" + - variable: openvpn + label: "OpenVPN Settings" + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: "authentication username" + description: "authentication username, optional" + schema: + type: string + default: "" + - variable: password + label: "authentication password" + description: "authentication credentials" + schema: + type: string + default: "" + required: true + - variable: killSwitch + label: "Enable killswitch" + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: "Killswitch Excluded IPv4 networks" + description: "list of killswitch excluded ipv4 addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: "IPv4 Network" + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: "Killswitch Excluded IPv6 networks" + description: "list of killswitch excluded ipv4 addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: "IPv6 Network" + schema: + type: string + required: true + + - variable: configFile + label: "VPN Config File Location" + schema: + type: dict + show_if: [["type", "!=", "disabled"]] + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: true + hidden: true + - variable: type + label: "type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: hostPathType + label: "hostPathType" + schema: + type: string + default: "File" + hidden: true + - variable: noMount + label: "noMount" + schema: + type: boolean + default: true + hidden: true + - variable: hostPath + label: "Full path to file" + description: "path to your local VPN config file for example: /mnt/tank/vpn.conf or /mnt/tank/vpn.ovpn" + schema: + type: string + default: "" + required: true + - variable: envList + label: "VPN environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true + + - variable: codeserver + label: "Codeserver" + schema: + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: "Git Settings" + schema: + type: dict + attrs: + - variable: deployKey + description: "Raw SSH private key" + label: "deployKey" + schema: + type: string + - variable: deployKeyBase64 + description: "Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence" + label: "deployKeyBase64" + schema: + type: string + - variable: service + label: "" + schema: + type: dict + attrs: + - variable: type + label: "Service Type" + description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: "NodePort" + enum: + - value: "NodePort" + description: "NodePort" + - value: "ClusterIP" + description: "ClusterIP" + - value: "LoadBalancer" + description: "LoadBalancer" + - variable: loadBalancerIP + label: "LoadBalancer IP" + description: "LoadBalancerIP" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: list + default: [] + items: + - variable: externalIP + label: "External IP" + schema: + type: string + - variable: ports + label: "" + schema: + type: dict + attrs: + - variable: codeserver + label: "" + schema: + type: dict + attrs: + - variable: nodePort + description: "leave empty to disable" + label: "nodePort" + schema: + type: int + default: 36107 + - variable: envList + label: "Codeserver environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true + + + - variable: promtail + label: "Promtail" + schema: + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: loki + label: "Loki URL" + schema: + type: string + required: true + - variable: logs + label: "Log Paths" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: path + label: "Path" + schema: + type: string + required: true + - variable: args + label: "Promtail ecommand line arguments" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: arg + label: "Arg" + schema: + type: string + required: true + - variable: envList + label: "Promtail environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true + + + + + - variable: netshoot + label: "Netshoot" + schema: + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: "Netshoot environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true diff --git a/incubator/grafana/0.0.1/templates/common.yaml b/incubator/grafana/0.0.1/templates/common.yaml new file mode 100644 index 00000000000..a6613c2ce21 --- /dev/null +++ b/incubator/grafana/0.0.1/templates/common.yaml @@ -0,0 +1 @@ +{{ include "common.all" . }} diff --git a/incubator/grafana/0.0.1/templates/prometheusrules.yaml b/incubator/grafana/0.0.1/templates/prometheusrules.yaml new file mode 100644 index 00000000000..ae2e511cac2 --- /dev/null +++ b/incubator/grafana/0.0.1/templates/prometheusrules.yaml @@ -0,0 +1,18 @@ +{{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }} +apiVersion: monitoring.coreos.com/v1 +kind: PrometheusRule +metadata: + name: {{ include "common.names.fullname" . }} + labels: + {{- include "common.labels" . | nindent 4 }} + {{- with .Values.metrics.prometheusRule.labels }} + {{- toYaml . | nindent 4 }} + {{- end }} +spec: + groups: + - name: {{ include "common.names.fullname" . }} + rules: + {{- with .Values.metrics.prometheusRule.rules }} + {{- toYaml . | nindent 8 }} + {{- end }} +{{- end }} diff --git a/incubator/grafana/0.0.1/templates/servicemonitor.yaml b/incubator/grafana/0.0.1/templates/servicemonitor.yaml new file mode 100644 index 00000000000..3edd7fd70b1 --- /dev/null +++ b/incubator/grafana/0.0.1/templates/servicemonitor.yaml @@ -0,0 +1,24 @@ +{{- if .Values.metrics.enabled }} +apiVersion: monitoring.coreos.com/v1 +kind: ServiceMonitor +metadata: + name: {{ include "common.names.fullname" . }} + labels: + {{- include "common.labels" . | nindent 4 }} + {{- with .Values.metrics.serviceMonitor.labels }} + {{- toYaml . | nindent 4 }} + {{- end }} +spec: + selector: + matchLabels: + {{- include "common.labels.selectorLabels" . | nindent 6 }} + endpoints: + - port: main + {{- with .Values.metrics.serviceMonitor.interval }} + interval: {{ . }} + {{- end }} + {{- with .Values.metrics.serviceMonitor.scrapeTimeout }} + scrapeTimeout: {{ . }} + {{- end }} + path: /metrics +{{- end }} diff --git a/incubator/grafana/0.0.1/values.yaml b/incubator/grafana/0.0.1/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/incubator/grafana/item.yaml b/incubator/grafana/item.yaml new file mode 100644 index 00000000000..c5e6413e01e --- /dev/null +++ b/incubator/grafana/item.yaml @@ -0,0 +1,5 @@ +icon_url: https://bitnami.com/assets/stacks/grafana/img/grafana-stack-220x234.png +categories: +- media +- test +