Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kops-registry
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
kubernetes
automation
releases
kops-registry
Merge requests
!103
set default replicas to 0 in standalone mode
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
set default replicas to 0 in standalone mode
minio-replicas
into
staging
Overview
14
Commits
1
Pipelines
2
Changes
1
Merged
Ankur Kothiwal
requested to merge
minio-replicas
into
staging
4 months ago
Overview
14
Commits
1
Pipelines
2
Changes
1
Expand
Closes:
#104 (closed)
0
0
Merge request reports
Compare
staging
version 6
1214e563
2 months ago
version 5
2a3d3de2
2 months ago
version 4
d1a814ad
2 months ago
version 3
d1a814ad
4 months ago
version 2
5d4a4093
4 months ago
version 1
8c6a5c44
4 months ago
staging (base)
and
latest version
latest version
2a3d3de2
1 commit,
2 months ago
version 6
1214e563
2 commits,
2 months ago
version 5
2a3d3de2
1 commit,
2 months ago
version 4
d1a814ad
1 commit,
2 months ago
version 3
d1a814ad
1 commit,
4 months ago
version 2
5d4a4093
2 commits,
4 months ago
version 1
8c6a5c44
1 commit,
4 months ago
1 file
+
3
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
charts/minio/templates/deployment.yaml
+
3
−
0
Options
@@ -28,6 +28,9 @@ spec:
@@ -28,6 +28,9 @@ spec:
maxSurge
:
{{
.Values.DeploymentUpdate.maxSurge
}}
maxSurge
:
{{
.Values.DeploymentUpdate.maxSurge
}}
maxUnavailable
:
{{
.Values.DeploymentUpdate.maxUnavailable
}}
maxUnavailable
:
{{
.Values.DeploymentUpdate.maxUnavailable
}}
{{
- end
}}
{{
- end
}}
{{
- if and (eq .Values.mode "standalone") (eq (int .Values.replicas) 0)
}}
replicas
:
0
{{
- end
}}
{{
- if .Values.nasgateway.enabled
}}
{{
- if .Values.nasgateway.enabled
}}
replicas
:
{{
.Values.nasgateway.replicas
}}
replicas
:
{{
.Values.nasgateway.replicas
}}
{{
- end
}}
{{
- end
}}
Loading