Skip to content

Commit

Permalink
resolve conflicts with master
Browse files Browse the repository at this point in the history
  • Loading branch information
eric9204 committed Dec 10, 2024
1 parent 99e27d4 commit f8fa51f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/kyuubi/templates/kyuubi-podmonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ metadata:
name: {{ .Release.Name }}
labels:
{{- include "kyuubi.labels" . | nindent 4 }}
{{- if .Values.metrics.podMonitor.labels }}
{{- toYaml .Values.metrics.podMonitor.labels | nindent 4 }}
{{- end }}
spec:
selector:
matchLabels:
Expand Down
2 changes: 2 additions & 0 deletions charts/kyuubi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,8 @@ metrics:
# podMetricsEndpoints:
# - path: /metrics
# port: prometheus
# Additional labels to be used to make podMonitor discovered by Prometheus
labels: {}

# ServiceMonitor by Prometheus Operator
serviceMonitor:
Expand Down

0 comments on commit f8fa51f

Please sign in to comment.