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