[bitnami/phpmyadmin]: add number of replicas (#22825)

* phpmyadmin: add number of replicas

Signed-off-by: Björn Kraus <bjoern.kraus@phoenix-media.eu>

* fix typo in readme

Signed-off-by: Björn Kraus <bjoern.kraus@phoenix-media.eu>

* bump chart version

Signed-off-by: Björn Kraus <bjoern.kraus@phoenix-media.eu>

* add missing @param annotation for replicas

Signed-off-by: Björn Kraus <bjoern.kraus@phoenix-media.eu>

* bump version number

Co-authored-by: Ibone González Mauraza <ibone.gonzalez-mauraza@broadcom.com>
Signed-off-by: Björn Kraus <bjoern.kraus@phoenix-media.eu>

---------

Signed-off-by: Björn Kraus <bjoern.kraus@phoenix-media.eu>
Co-authored-by: Ibone González Mauraza <ibone.gonzalez-mauraza@broadcom.com>
This commit is contained in:
Björn Kraus
2024-01-30 20:29:45 +01:00
committed by GitHub
parent 446e72bf33
commit a089f66475
4 changed files with 6 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ spec:
{{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.podLabels .Values.commonLabels ) "context" . ) }}
selector:
matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }}
replicas: {{ .Values.replicas }}
strategy: {{- include "common.tplvalues.render" (dict "value" .Values.updateStrategy "context" $ ) | nindent 4 }}
template:
metadata: