mirror of
https://github.com/jangraefen/hcloud-pricing-exporter
synced 2024-11-10 05:54:15 +00:00
Release helm chart of bugfix for wrong health check
This commit is contained in:
parent
2b456762e6
commit
de4bc538b8
4 changed files with 10 additions and 11 deletions
|
@ -4,5 +4,5 @@ description: A prometheus exporter for the current pricing and costs of your HCl
|
|||
|
||||
type: application
|
||||
|
||||
version: 0.1.1-r1
|
||||
appVersion: 0.1.1
|
||||
version: 0.1.2-r1
|
||||
appVersion: 0.1.2
|
||||
|
|
|
@ -40,17 +40,17 @@ spec:
|
|||
key: {{ .Values.secret.reference.key }}
|
||||
{{- end }}
|
||||
ports:
|
||||
- name: http
|
||||
- name: http-metrics
|
||||
containerPort: 8080
|
||||
protocol: TCP
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
port: http
|
||||
path: /metrics
|
||||
port: http-metrics
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
port: http
|
||||
path: /metrics
|
||||
port: http-metrics
|
||||
resources:
|
||||
{{- toYaml .Values.resources | nindent 12 }}
|
||||
{{- with .Values.nodeSelector }}
|
||||
|
|
|
@ -8,8 +8,7 @@ spec:
|
|||
type: {{ .Values.service.type }}
|
||||
ports:
|
||||
- port: {{ .Values.service.port }}
|
||||
targetPort: http
|
||||
targetPort: http-metrics
|
||||
protocol: TCP
|
||||
name: http
|
||||
selector:
|
||||
{{- include "hcloud-pricing-exporter.selectorLabels" . | nindent 4 }}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
version: 0.1.1
|
||||
helmRevision: r2
|
||||
version: 0.1.2
|
||||
helmRevision: r1
|
||||
|
|
Loading…
Reference in a new issue