From be4a2c2e10f77481d5d7a0fa4e3087719f9d9e20 Mon Sep 17 00:00:00 2001 From: Alexander Olofsson Date: Tue, 9 Jul 2019 10:04:44 +0200 Subject: [PATCH] Use the new replicaCount value for Funkwhale --- charts/funkwhale/Chart.yaml | 2 +- charts/funkwhale/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/funkwhale/Chart.yaml b/charts/funkwhale/Chart.yaml index 9d77858..129abb2 100644 --- a/charts/funkwhale/Chart.yaml +++ b/charts/funkwhale/Chart.yaml @@ -4,4 +4,4 @@ appVersion: "0.19.1" description: A social platform to enjoy and share music icon: https://funkwhale.audio/favicon.png name: funkwhale -version: 0.2.2 +version: 0.2.3 diff --git a/charts/funkwhale/templates/deployment.yaml b/charts/funkwhale/templates/deployment.yaml index 7fb17f9..563adc1 100644 --- a/charts/funkwhale/templates/deployment.yaml +++ b/charts/funkwhale/templates/deployment.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/managed-by: {{ .Release.Service }} audio.funkwhale/component: app spec: - replicas: {{ .Values.api.replicaCount }} + replicas: {{ .Values.replicaCount }} selector: matchLabels: app.kubernetes.io/name: {{ include "funkwhale.name" . }}