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
e67fa699
Commit
e67fa699
authored
Jul 08, 2020
by
David McKay
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: reduce scale for testing and cleanup labels
parent
d68abbdb
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
14 deletions
+9
-14
meta-pdb.yaml
charts/influxdb-enterprise/templates/meta-pdb.yaml
+1
-2
meta-service.yaml
charts/influxdb-enterprise/templates/meta-service.yaml
+0
-2
meta-statefulset.yaml
charts/influxdb-enterprise/templates/meta-statefulset.yaml
+0
-2
values.yaml
charts/influxdb-enterprise/values.yaml
+8
-8
No files found.
charts/influxdb-enterprise/templates/meta-pdb.yaml
View file @
e67fa699
...
...
@@ -3,12 +3,11 @@ 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
:
app.kubernetes.io/managed-by
:
{{
.Release.Service
}}
influxdb.influxdata.com/component
:
meta
{{
- include "influxdb-enterprise.selectorLabels" . | nindent 4
}}
{{
toYaml .Values.meta.podDisruptionBudget | indent 2
}}
charts/influxdb-enterprise/templates/meta-service.yaml
View file @
e67fa699
...
...
@@ -4,7 +4,6 @@ metadata:
name
:
{{
template "influxdb-enterprise.fullname" .
}}
-meta
labels
:
influxdb.influxdata.com/component
:
meta
influxdb.influxdata.com/role
:
follower
{{
- include "influxdb-enterprise.labels" . | nindent 4
}}
spec
:
type
:
ClusterIP
...
...
@@ -19,5 +18,4 @@ spec:
name
:
http
selector
:
influxdb.influxdata.com/component
:
meta
influxdb.influxdata.com/role
:
follower
{{
- include "influxdb-enterprise.selectorLabels" . | nindent 4
}}
charts/influxdb-enterprise/templates/meta-statefulset.yaml
View file @
e67fa699
...
...
@@ -11,7 +11,6 @@ spec:
selector
:
matchLabels
:
influxdb.influxdata.com/component
:
meta
influxdb.influxdata.com/role
:
follower
{{
- include "influxdb-enterprise.selectorLabels" . | nindent 6
}}
template
:
metadata
:
...
...
@@ -21,7 +20,6 @@ spec:
{{
- end
}}
labels
:
influxdb.influxdata.com/component
:
meta
influxdb.influxdata.com/role
:
follower
{{
- include "influxdb-enterprise.selectorLabels" . | nindent 8
}}
spec
:
{{
- with .Values.imagePullSecrets
}}
...
...
charts/influxdb-enterprise/values.yaml
View file @
e67fa699
...
...
@@ -42,7 +42,7 @@ bootstrap:
# configMap: ddl-dml
meta
:
replicas
:
3
replicas
:
1
image
:
{}
# override: true
# pullPolicy: IfNotPresent
...
...
@@ -72,7 +72,7 @@ meta:
## Persist data to a persistent volume
##
persistence
:
enabled
:
tru
e
enabled
:
fals
e
## A manually managed Persistent Volume and Claim
## Requires persistence.enabled: true
## If defined, PVC must be created manually before volume will be bound
...
...
@@ -86,8 +86,8 @@ meta:
##
# storageClass: "-"
# annotations:
accessMode
:
ReadWriteOnce
size
:
8Gi
#
accessMode: ReadWriteOnce
#
size: 8Gi
# Pick one
podDisruptionBudget
:
# maxUnavailable: 2
...
...
@@ -103,7 +103,7 @@ meta:
data
:
replicas
:
3
replicas
:
1
image
:
{}
# override: true
# pullPolicy: IfNotPresent
...
...
@@ -125,7 +125,7 @@ data:
## Persist data to a persistent volume
##
persistence
:
enabled
:
tru
e
enabled
:
fals
e
## A manually managed Persistent Volume and Claim
## Requires persistence.enabled: true
## If defined, PVC must be created manually before volume will be bound
...
...
@@ -139,8 +139,8 @@ data:
##
# storageClass: "-"
# annotations:
accessMode
:
ReadWriteOnce
size
:
8Gi
#
accessMode: ReadWriteOnce
#
size: 8Gi
https
:
enabled
:
true
# The `useCertManager` option, when set to true, will
...
...
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