Skip to content

Commit

Permalink
add K8sgpt as default plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mfahlandt committed Feb 2, 2024
1 parent b798f54 commit ef24a9d
Showing 1 changed file with 53 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# Kubermatic Enterprise Read-Only License
# Version 1.0 ("KERO-1.0”)
# Copyright © 2024 Kubermatic GmbH
#
# 1. You may only view, read and display for studying purposes the source
# code of the software licensed under this license, and, to the extent
# explicitly provided under this license, the binary code.
# 2. Any use of the software which exceeds the foregoing right, including,
# without limitation, its execution, compilation, copying, modification
# and distribution, is expressly prohibited.
# 3. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
# IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
# CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#
# END OF TERMS AND CONDITIONS

apiVersion: apps.kubermatic.k8c.io/v1
kind: ApplicationDefinition
metadata:
name: k8sgpt
spec:
description: K8sGPT is a tool for scanning your kubernetes clusters, diagnosing and triaging issues in simple english.
method: helm
versions:
- template:
source:
helm:
chartName: k8sgpt-operator
chartVersion: 0.1.0
url: https://charts.k8sgpt.ai/
version: v0.3.26
defaultValues:
serviceMonitor:
enabled: false
additionalLabels: {}
# The namespace where Prometheus expects to find the serviceMonitor
# namespace: ""
grafanaDashboard:
enabled: false
# The namespace where Grafana expects to find the dashboard
# namespace: ""
folder:
annotation: grafana_folder
name: ai
label:
key: grafana_dashboard
value: "1"


0 comments on commit ef24a9d

Please sign in to comment.