Skip to content

Commit

Permalink
Merge pull request stakater#103 from davidkarlsen/supportReplicas
Browse files Browse the repository at this point in the history
add param for replicas
  • Loading branch information
faizanahmad055 authored Apr 2, 2022
2 parents a3a8e30 + e51bc6e commit 5adef7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
name: {{ template "gitwebhookproxy.name" . }}
{{- end }}
spec:
replicas: 1
replicas: {{ .Values.gitWebhookProxy.replicas }}
revisionHistoryLimit: 2
selector:
matchLabels:
Expand Down
1 change: 1 addition & 0 deletions deployments/kubernetes/chart/gitwebhookproxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ kubernetes:
host: https://kubernetes.default

gitWebhookProxy:
replicas: 1
useCustomName: false
customName: gitlabwebhookproxy
# name of existing secret containing secret for hashes
Expand Down

0 comments on commit 5adef7d

Please sign in to comment.