Skip to content

Commit

Permalink
Added the template file for domain rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman Shah committed Nov 18, 2024
1 parent ed1216e commit f678f88
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{{- if .Values.prometheusRule.domain }}
apiVersion: monitoring.coreos.com/v1
kind: PrometheusRule
metadata:
name: domain-rules
namespace: monitoring-{{ .Values.customerid }}
spec:
{{- $.Files.Get "rules/domain.yaml" | nindent 4 }}
{{- end }}

0 comments on commit f678f88

Please sign in to comment.