Skip to content

Commit

Permalink
wip(charts): homogenized values.yaml (replicaCount) #281 [pack]
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Feb 4, 2022
1 parent eae90c3 commit 2391d59
Show file tree
Hide file tree
Showing 15 changed files with 23 additions and 12 deletions.
5 changes: 3 additions & 2 deletions charts/express-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions charts/k2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down
2 changes: 1 addition & 1 deletion charts/kano/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/kapp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/kapture/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/mapcache/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/mapserver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions charts/maputnik/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/mongo-express/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions charts/mongo-express/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down
2 changes: 1 addition & 1 deletion charts/redis-commander/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions charts/redis-commander/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down
2 changes: 1 addition & 1 deletion charts/thredds/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/tileservergl/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/weacast/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2391d59

Please sign in to comment.