Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
influxdb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
influxdb
Commits
10ba1e2a
Commit
10ba1e2a
authored
Jun 25, 2020
by
David McKay
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: add poddisruptionbudget for meta cluster
parent
2aba59aa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
meta-pdb.yaml
charts/influxdb-enterprise/templates/meta-pdb.yaml
+14
-0
values.yaml
charts/influxdb-enterprise/values.yaml
+4
-0
No files found.
charts/influxdb-enterprise/templates/meta-pdb.yaml
0 → 100644
View file @
10ba1e2a
apiVersion
:
policy/v1beta1
kind
:
PodDisruptionBudget
metadata
:
name
:
{{
template "influxdb-enterprise.fullname" .
}}
-meta-pdb
namespace
:
{{
.Release.Namespace
}}
labels
:
{{
- include "influxdb-enterprise.labels" . | nindent 4
}}
spec
:
selector
:
matchLabels
:
release
:
{{
.Release.Name
}}
influxdb.influxdata.com/component
:
meta
{{
toYaml .Values.meta.podDisruptionBudget | indent 2
}}
charts/influxdb-enterprise/values.yaml
View file @
10ba1e2a
...
...
@@ -66,6 +66,10 @@ meta:
# annotations:
accessMode
:
ReadWriteOnce
size
:
8Gi
# Pick one
podDisruptionBudget
:
# maxUnavailable: 2
minAvailable
:
2
data
:
...
...
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