diff --git a/charts/express-gateway/values.yaml b/charts/express-gateway/values.yaml index 346297f5..6e88822d 100644 --- a/charts/express-gateway/values.yaml +++ b/charts/express-gateway/values.yaml @@ -7,13 +7,14 @@ global: certIssuer: "" # secret where to share sentitive environment variables secret: "" - + # commonAnnotations to be added to all resources (sub-charts are not considered). Evaluated as a template commonAnnotations: {} # commonLabels to be added to all resources (sub-charts are not considered). Evaluated as a template commonLabel: {} -# Number of replicas + +# replicatCount is the number of replicas replicaCount: 1 image: diff --git a/charts/k2/values.yaml b/charts/k2/values.yaml index ad903fe5..cd1429fe 100644 --- a/charts/k2/values.yaml +++ b/charts/k2/values.yaml @@ -10,6 +10,9 @@ commonAnnotations: {} # commonLabels to be added to all resources (sub-charts are not considered). Evaluated as a template commonLabel: {} +# replicatCount is the number of replicas +replicaCount: 1 + image: repository: kalisio/k2 tag: "" diff --git a/charts/kano/values.yaml b/charts/kano/values.yaml index aceddb8e..45adaa3b 100644 --- a/charts/kano/values.yaml +++ b/charts/kano/values.yaml @@ -14,7 +14,7 @@ commonAnnotations: {} # commonLabels to be added to all resources (sub-charts are not considered). Evaluated as a template commonLabel: {} -# Number of replicas +# replicatCount is the number of replicas replicaCount: 1 image: diff --git a/charts/kapp/values.yaml b/charts/kapp/values.yaml index a76152c0..44a1adf6 100644 --- a/charts/kapp/values.yaml +++ b/charts/kapp/values.yaml @@ -14,7 +14,7 @@ commonAnnotations: {} # commonLabels to be added to all resources (sub-charts are not considered). Evaluated as a template commonLabel: {} -# Number of replicas +# replicatCount is the number of replicas replicaCount: 1 image: diff --git a/charts/kapture/values.yaml b/charts/kapture/values.yaml index a84ee24d..9bb0fc15 100644 --- a/charts/kapture/values.yaml +++ b/charts/kapture/values.yaml @@ -10,7 +10,7 @@ commonAnnotations: {} # commonLabels to be added to all resources (sub-charts are not considered). Evaluated as a template commonLabel: {} -# Number of replicas +# replicatCount is the number of replicas replicaCount: 1 image: diff --git a/charts/mapcache/values.yaml b/charts/mapcache/values.yaml index e29a8240..b732761c 100644 --- a/charts/mapcache/values.yaml +++ b/charts/mapcache/values.yaml @@ -10,7 +10,7 @@ commonAnnotations: {} # commonLabels to be added to all resources (sub-charts are not considered). Evaluated as a template commonLabel: {} -# Number of replicas +# replicatCount is the number of replicas replicaCount: 1 image: diff --git a/charts/mapserver/values.yaml b/charts/mapserver/values.yaml index 63cec209..b2c9f93c 100644 --- a/charts/mapserver/values.yaml +++ b/charts/mapserver/values.yaml @@ -10,7 +10,7 @@ commonAnnotations: {} # commonLabels to be added to all resources (sub-charts are not considered). Evaluated as a template commonLabel: {} -# Number of replicas +# replicatCount is the number of replicas replicaCount: 1 image: diff --git a/charts/maputnik/values.yaml b/charts/maputnik/values.yaml index 196ef817..77d17672 100644 --- a/charts/maputnik/values.yaml +++ b/charts/maputnik/values.yaml @@ -14,6 +14,7 @@ commonAnnotations: {} # commonLabels to be added to all resources (sub-charts are not considered). Evaluated as a template commonLabel: {} +# replicatCount is the number of replicas replicaCount: 1 image: diff --git a/charts/mongo-express/templates/deployment.yaml b/charts/mongo-express/templates/deployment.yaml index 79853b77..cb9dfdce 100644 --- a/charts/mongo-express/templates/deployment.yaml +++ b/charts/mongo-express/templates/deployment.yaml @@ -11,7 +11,7 @@ metadata: annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} {{- end }} spec: - replicas: 1 + replicas: {{ .Values.replicaCount }} selector: matchLabels: {{- include "common.labels.matchLabels" . | nindent 6 }} template: diff --git a/charts/mongo-express/values.yaml b/charts/mongo-express/values.yaml index b9a4b24f..80dd93ab 100644 --- a/charts/mongo-express/values.yaml +++ b/charts/mongo-express/values.yaml @@ -14,6 +14,9 @@ commonAnnotations: {} # commonLabels to be added to all resources (sub-charts are not considered). Evaluated as a template commonLabel: {} +# replicatCount is the number of replicas +replicaCount: 1 + image: repository: mongo-express tag: "" diff --git a/charts/redis-commander/templates/deployment.yaml b/charts/redis-commander/templates/deployment.yaml index 1213296f..8d2ed596 100644 --- a/charts/redis-commander/templates/deployment.yaml +++ b/charts/redis-commander/templates/deployment.yaml @@ -11,7 +11,7 @@ metadata: annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} {{- end }} spec: - replicas: 1 + replicas: {{ .Values.replicaCount }} selector: matchLabels: {{- include "common.labels.matchLabels" . | nindent 6 }} template: diff --git a/charts/redis-commander/values.yaml b/charts/redis-commander/values.yaml index 7eb214f4..9fd160f6 100644 --- a/charts/redis-commander/values.yaml +++ b/charts/redis-commander/values.yaml @@ -14,6 +14,9 @@ commonAnnotations: {} # commonLabels to be added to all resources (sub-charts are not considered). Evaluated as a template commonLabel: {} +# replicatCount is the number of replicas +replicaCount: 1 + image: repository: rediscommander/redis-commander tag: "" diff --git a/charts/thredds/values.yaml b/charts/thredds/values.yaml index df0c7b79..7515f056 100644 --- a/charts/thredds/values.yaml +++ b/charts/thredds/values.yaml @@ -14,7 +14,7 @@ commonAnnotations: {} # commonLabels to be added to all resources (sub-charts are not considered). Evaluated as a template commonLabel: {} -# Number of replicas +# replicatCount is the number of replicas replicaCount: 1 image: diff --git a/charts/tileservergl/values.yaml b/charts/tileservergl/values.yaml index db0796f4..1aa34cbd 100644 --- a/charts/tileservergl/values.yaml +++ b/charts/tileservergl/values.yaml @@ -10,7 +10,7 @@ commonAnnotations: {} # commonLabels to be added to all resources (sub-charts are not considered). Evaluated as a template commonLabel: {} -# Number of replicas +# replicatCount is the number of replicas replicaCount: 1 image: diff --git a/charts/weacast/values.yaml b/charts/weacast/values.yaml index 332eb517..06d2c3ff 100644 --- a/charts/weacast/values.yaml +++ b/charts/weacast/values.yaml @@ -10,7 +10,7 @@ commonAnnotations: {} # commonLabels to be added to all resources (sub-charts are not considered). Evaluated as a template commonLabel: {} -# Number of replicas +# replicatCount is the number of replicas replicaCount: 1 image: