Use the new replicaCount value for Funkwhale

This commit is contained in:
Alexander Olofsson 2019-07-09 10:04:44 +02:00
parent 54fe5d47af
commit be4a2c2e10
No known key found for this signature in database
GPG key ID: D439C9470CB04C73
2 changed files with 2 additions and 2 deletions

View file

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

View file

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