Skip to content

Commit

Permalink
[prometheus-adapter] Add a name to the Service object (KIA0601) (#3808)
Browse files Browse the repository at this point in the history
Signed-off-by: pauloferreira25 <[email protected]>
  • Loading branch information
PauloFerreira25 authored Mar 18, 2024
1 parent 8995925 commit f1b9507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/prometheus-adapter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: prometheus-adapter
version: 4.9.0
version: 4.9.1
appVersion: v0.11.2
description: A Helm chart for k8s prometheus adapter
home: https://github.com/kubernetes-sigs/prometheus-adapter
Expand Down
1 change: 1 addition & 0 deletions charts/prometheus-adapter/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ spec:
{{- end }}
ports:
- port: {{ .Values.service.port }}
name: https
protocol: TCP
targetPort: https
selector:
Expand Down

0 comments on commit f1b9507

Please sign in to comment.