Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
Charts
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
魏国强
Charts
Commits
36f7e7a4
Commit
36f7e7a4
authored
Dec 09, 2020
by
Waqar Ahmed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove podDisruptionBudget configuration
parent
26707b64
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
20 deletions
+0
-20
test/minio/8.0.5/templates/poddisruptionbudget.yaml
test/minio/8.0.5/templates/poddisruptionbudget.yaml
+0
-13
test/minio/8.0.5/values.yaml
test/minio/8.0.5/values.yaml
+0
-7
No files found.
test/minio/8.0.5/templates/poddisruptionbudget.yaml
deleted
100644 → 0
View file @
26707b64
{{
- if .Values.podDisruptionBudget.enabled
}}
apiVersion
:
policy/v1beta1
kind
:
PodDisruptionBudget
metadata
:
name
:
minio
labels
:
app
:
{{
template "minio.name" .
}}
spec
:
maxUnavailable
:
{{
.Values.podDisruptionBudget.maxUnavailable
}}
selector
:
matchLabels
:
app
:
{{
template "minio.name" .
}}
{{
- end
}}
\ No newline at end of file
test/minio/8.0.5/values.yaml
View file @
36f7e7a4
...
@@ -191,13 +191,6 @@ networkPolicy:
...
@@ -191,13 +191,6 @@ networkPolicy:
enabled
:
false
enabled
:
false
allowExternal
:
true
allowExternal
:
true
## PodDisruptionBudget settings
## ref: https://kubernetes.io/docs/concepts/workloads/pods/disruptions/
##
podDisruptionBudget
:
enabled
:
false
maxUnavailable
:
1
## Specify the service account to use for the Minio pods. If 'create' is set to 'false'
## Specify the service account to use for the Minio pods. If 'create' is set to 'false'
## and 'name' is left unspecified, the account 'default' will be used.
## and 'name' is left unspecified, the account 'default' will be used.
serviceAccount
:
serviceAccount
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment