Skip to content

Commit

Permalink
Merge pull request #30 from GDATASoftwareAG/helm/add-service-monitor
Browse files Browse the repository at this point in the history
quotify port for servicemonitor
  • Loading branch information
doxthree authored Nov 13, 2023
2 parents d8495cb + 892bc2d commit 3c7ed67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/gdscan/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ maintainers:
- name: G DATA CyberDefense AG
email: [email protected]
type: application
version: 1.3.0
version: 1.3.1
2 changes: 1 addition & 1 deletion charts/gdscan/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
matchLabels:
{{- include "gdscan.selectorLabels" . | nindent 8 }}
endpoints:
- port: {{ .Values.metrics.servicemonitor.port }}
- port: {{ .Values.metrics.servicemonitor.port | quote }}
path: {{ .Values.metrics.servicemonitor.path }}
scheme: {{ .Values.metrics.servicemonitor.scheme | quote }}
namespaceSelector:
Expand Down

0 comments on commit 3c7ed67

Please sign in to comment.