Commit bf932a05 authored by Jorge Eduardo Villaverde's avatar Jorge Eduardo Villaverde Committed by Kubernetes Prow Robot

Add Pod Annotations to InfluxDB Deployment (#17686)

parent 2fdf877c
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:
......
......@@ -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:
......
......@@ -98,6 +98,9 @@ resources: {}
# memory: 16Gi
# cpu: 8
# Annotations to be added to InfuxDB pods
podAnnotations: {}
ingress:
enabled: false
tls: false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment