Skip to content

Commit

Permalink
Merge pull request #7236 from sapcc/gh-ccloud-storage-operations
Browse files Browse the repository at this point in the history
greenhouse-ccloud: plutono for storage operations
  • Loading branch information
richardtief authored Oct 14, 2024
2 parents 2e45a86 + f53c455 commit 87b43f3
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion system/greenhouse-ccloud/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: ccloud
description: A Helm chart for the CCloud organization in Greenhouse.
type: application
version: 1.8.0
version: 1.9.0
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,12 @@ spec:
disabled: false
pluginDefinition: ceph-operations
releaseNamespace: rook-ceph
optionValues:
- name: prometheusRules.ruleSelectors
value:
plugin: 'kube-monitoring-{{ "{{ .Values.global.greenhouse.clusterName | trunc -7 }}" }}'
- name: prometheusRules.additionalRuleLabels
value:
service: ceph
support_group: storage
{{- end -}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{{- if .Values.pluginPreset.enabled }}
apiVersion: greenhouse.sap/v1alpha1
kind: PluginPreset
metadata:
name: plutono
namespace: {{ .Release.Namespace }}
spec:
clusterSelector:
matchLabels:
greenhouse.sap/cluster-presets-enabled: "true"
cluster-type: "storage"
plugin:
disabled: false
optionValues:
- name: plutono.service.labels
value:
greenhouse.sap/expose: "true"
pluginDefinition: plutono
releaseNamespace: kube-monitoring
{{- end -}}

0 comments on commit 87b43f3

Please sign in to comment.