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