mirror of
https://github.com/bitnami/charts.git
synced 2026-03-14 14:57:22 +08:00
[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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user