Use the new replicaCount value for Funkwhale
This commit is contained in:
parent
54fe5d47af
commit
be4a2c2e10
2 changed files with 2 additions and 2 deletions
|
@ -4,4 +4,4 @@ appVersion: "0.19.1"
|
||||||
description: A social platform to enjoy and share music
|
description: A social platform to enjoy and share music
|
||||||
icon: https://funkwhale.audio/favicon.png
|
icon: https://funkwhale.audio/favicon.png
|
||||||
name: funkwhale
|
name: funkwhale
|
||||||
version: 0.2.2
|
version: 0.2.3
|
||||||
|
|
|
@ -10,7 +10,7 @@ metadata:
|
||||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||||
audio.funkwhale/component: app
|
audio.funkwhale/component: app
|
||||||
spec:
|
spec:
|
||||||
replicas: {{ .Values.api.replicaCount }}
|
replicas: {{ .Values.replicaCount }}
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubernetes.io/name: {{ include "funkwhale.name" . }}
|
app.kubernetes.io/name: {{ include "funkwhale.name" . }}
|
||||||
|
|
Loading…
Reference in a new issue