Release helm chart of bugfix for wrong health check

This commit is contained in:
Jan Gräfen 2021-03-06 19:15:35 +01:00
parent 2b456762e6
commit de4bc538b8
4 changed files with 10 additions and 11 deletions

View file

@ -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

View file

@ -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 }}

View file

@ -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 }}

View file

@ -1,2 +1,2 @@
version: 0.1.1
helmRevision: r2
version: 0.1.2
helmRevision: r1