Skip to content
Snippets Groups Projects
Verified Commit 51a2027f authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

fix: correct typos in charts

parent fd011f8a
Branches
No related tags found
No related merge requests found
Pipeline #2816 passed
...@@ -3,4 +3,4 @@ name: asynqmon ...@@ -3,4 +3,4 @@ name: asynqmon
description: Helm Chart for asynqmon description: Helm Chart for asynqmon
type: application type: application
version: 1.0.1 version: 1.0.1
appVersion: "v0.7.1" appVersion: "0.7.1"
...@@ -47,9 +47,9 @@ spec: ...@@ -47,9 +47,9 @@ spec:
name: {{ include "asynqmon-helm.fullname" . }} name: {{ include "asynqmon-helm.fullname" . }}
key: redis-database key: redis-database
args: args:
- "--redis-addr=${REDIS_ADDRESS}" - "--redis-addr=$(REDIS_ADDRESS)"
- "--redis-password=${REDIS_PASSWORD}" - "--redis-password=$(REDIS_PASSWORD)"
- "--redis-db=${REDIS_DATABASE}" - "--redis-db=$(REDIS_DATABASE)"
{{ if .Values.metrics.enabled }} {{ if .Values.metrics.enabled }}
- "--enable-metrics-exporter" - "--enable-metrics-exporter"
{{ end }} {{ end }}
......
...@@ -49,15 +49,15 @@ spec: ...@@ -49,15 +49,15 @@ spec:
startupProbe: startupProbe:
httpGet: httpGet:
path: /healthz path: /healthz
port: metrics port: http
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /healthz path: /healthz
port: metrics port: http
readinessProbe: readinessProbe:
httpGet: httpGet:
path: /healthz path: /healthz
port: metrics port: http
resources: resources:
{{- toYaml .Values.resources | nindent 12 }} {{- toYaml .Values.resources | nindent 12 }}
volumeMounts: volumeMounts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment