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
bf932a05
Commit
bf932a05
authored
5 years ago
by
Jorge Eduardo Villaverde
Committed by
Kubernetes Prow Robot
5 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Pod Annotations to InfluxDB Deployment (#17686)
Signed-off-by:
Jorge Villaverde
<
jorge.villaverde@sitewhere.com
>
parent
2fdf877c
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletion
+8
-1
Chart.yaml
stable/influxdb/Chart.yaml
+1
-1
deployment.yaml
stable/influxdb/templates/deployment.yaml
+4
-0
values.yaml
stable/influxdb/values.yaml
+3
-0
No files found.
stable/influxdb/Chart.yaml
View file @
bf932a05
apiVersion
:
v1
name
:
influxdb
version
:
1.4.
0
version
:
1.4.
1
appVersion
:
1.7.6
description
:
Scalable datastore for metrics, events, and real-time analytics.
keywords
:
...
...
This diff is collapsed.
Click to expand it.
stable/influxdb/templates/deployment.yaml
View file @
bf932a05
...
...
@@ -14,6 +14,10 @@ spec:
labels
:
app
:
{{
template "influxdb.fullname" .
}}
release
:
"
{{
.Release.Name
}}"
{{
- if .Values.podAnnotations
}}
annotations
:
{{
toYaml .Values.podAnnotations | indent 8
}}
{{
- end
}}
spec
:
{{
- if .Values.image.pullSecrets
}}
imagePullSecrets
:
...
...
This diff is collapsed.
Click to expand it.
stable/influxdb/values.yaml
View file @
bf932a05
...
...
@@ -98,6 +98,9 @@ resources: {}
# memory: 16Gi
# cpu: 8
# Annotations to be added to InfuxDB pods
podAnnotations
:
{}
ingress
:
enabled
:
false
tls
:
false
...
...
This diff is collapsed.
Click to expand it.
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