update helm chart

This commit is contained in:
Tobias Brunner 2021-10-30 23:17:37 +02:00
parent 9fbd63637c
commit 72a943686f
2 changed files with 18 additions and 13 deletions

View file

@ -1,10 +1,13 @@
build:
helm3 template influxdb --namespace=influxdb influxdata/influxdb \
helm template influxdb --namespace=influxdb influxdata/influxdb \
-f influx-config.yaml \
> influxdb.yaml
helm template influxdb2 --namespace=influxdb influxdata/influxdb2 \
-f influx2-config.yaml \
> influxdb2.yaml
.PHONY: build
update:
helm3 repo update
helm3 search repo influxdb
helm repo update
helm search repo influxdb
.PHONY: update

View file

@ -5,10 +5,10 @@ kind: ServiceAccount
metadata:
name: influxdb
labels:
helm.sh/chart: influxdb-4.4.1
helm.sh/chart: influxdb-4.10.0
app.kubernetes.io/name: influxdb
app.kubernetes.io/instance: influxdb
app.kubernetes.io/version: "1.7.10"
app.kubernetes.io/version: "1.8.6"
app.kubernetes.io/managed-by: Helm
---
# Source: influxdb/templates/configmap.yaml
@ -17,10 +17,10 @@ kind: ConfigMap
metadata:
name: influxdb
labels:
helm.sh/chart: influxdb-4.4.1
helm.sh/chart: influxdb-4.10.0
app.kubernetes.io/name: influxdb
app.kubernetes.io/instance: influxdb
app.kubernetes.io/version: "1.7.10"
app.kubernetes.io/version: "1.8.6"
app.kubernetes.io/managed-by: Helm
data:
influxdb.conf: |+
@ -72,10 +72,10 @@ kind: Service
metadata:
name: influxdb
labels:
helm.sh/chart: influxdb-4.4.1
helm.sh/chart: influxdb-4.10.0
app.kubernetes.io/name: influxdb
app.kubernetes.io/instance: influxdb
app.kubernetes.io/version: "1.7.10"
app.kubernetes.io/version: "1.8.6"
app.kubernetes.io/managed-by: Helm
spec:
type: ClusterIP
@ -96,10 +96,10 @@ kind: StatefulSet
metadata:
name: influxdb
labels:
helm.sh/chart: influxdb-4.4.1
helm.sh/chart: influxdb-4.10.0
app.kubernetes.io/name: influxdb
app.kubernetes.io/instance: influxdb
app.kubernetes.io/version: "1.7.10"
app.kubernetes.io/version: "1.8.6"
app.kubernetes.io/managed-by: Helm
spec:
replicas: 1
@ -130,12 +130,14 @@ spec:
httpGet:
path: /ping
port: api
scheme: HTTP
initialDelaySeconds: 30
timeoutSeconds: 5
readinessProbe:
httpGet:
path: /ping
port: api
scheme: HTTP
initialDelaySeconds: 5
timeoutSeconds: 1
volumeMounts:
@ -159,10 +161,10 @@ kind: Ingress
metadata:
name: influxdb
labels:
helm.sh/chart: influxdb-4.4.1
helm.sh/chart: influxdb-4.10.0
app.kubernetes.io/name: influxdb
app.kubernetes.io/instance: influxdb
app.kubernetes.io/version: "1.7.10"
app.kubernetes.io/version: "1.8.6"
app.kubernetes.io/managed-by: Helm
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod