Skip to content

Commit

Permalink
Merge pull request goharbor#270 from Staffbase/add-nginx-replicas
Browse files Browse the repository at this point in the history
Add replicas option to NGINX deployment
  • Loading branch information
ywk253100 authored Jun 26, 2019
2 parents f0c95c8 + 222cf26 commit 3016ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/nginx/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
{{ include "harbor.labels" . | indent 4 }}
component: nginx
spec:
replicas: 1
replicas: {{ .Values.nginx.replicas }}
selector:
matchLabels:
{{ include "harbor.matchLabels" . | indent 6 }}
Expand Down

0 comments on commit 3016ab5

Please sign in to comment.