Skip to content

Commit

Permalink
replica is set to one
Browse files Browse the repository at this point in the history
  • Loading branch information
Hermsi1337 committed Mar 19, 2020
1 parent 62ea3da commit e4c4509
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
{{- include "kubernetes-replicator.labels" . | nindent 4 }}
spec:
replicas: {{ .Values.replicaCount }}
replicas: 1
selector:
matchLabels:
{{- include "kubernetes-replicator.selectorLabels" . | nindent 6 }}
Expand Down
2 changes: 0 additions & 2 deletions deploy/helm-chart/kubernetes-replicator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
replicaCount: 1

image:
repository: quay.io/mittwald/kubernetes-replicator
#tag: stable # if no tag is given, the chart's appVersion is used
Expand Down

0 comments on commit e4c4509

Please sign in to comment.