mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 07:59:02 +00:00
Merge branch 'master' into master
This commit is contained in:
commit
20047cade1
@ -2,7 +2,7 @@ apiVersion: v2
|
||||
name: uptimerobot-prometheus
|
||||
description: Prometheus Exporter for the official uptimerobot CLI
|
||||
type: application
|
||||
version: 2.0.0
|
||||
version: 2.0.1
|
||||
appVersion: 0.0.1
|
||||
keywords:
|
||||
- uptimerobot
|
||||
|
@ -4,6 +4,10 @@ metadata:
|
||||
name: {{ include "uptimerobot-prometheus.fullname" . }}
|
||||
labels:
|
||||
{{- include "uptimerobot-prometheus.labels" . | nindent 4 }}
|
||||
{{- if .Values.service.annotations }}
|
||||
annotations:
|
||||
{{ toYaml .Values.service.annotations | indent 4 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
type: {{ .Values.service.type }}
|
||||
ports:
|
||||
|
@ -29,6 +29,10 @@ securityContext: {}
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 9705
|
||||
# Sometimes you may need to add annotations to the service
|
||||
# to integrate with external operators
|
||||
# annotations:
|
||||
# prometheus.io/scrape: "true"
|
||||
|
||||
resources: {}
|
||||
# We usually recommend not to specify default resources and to leave this as a conscious
|
||||
|
Loading…
Reference in New Issue
Block a user