k8s influxdb

This commit is contained in:
2025-07-23 14:29:45 +02:00
committed by swordsteel
parent 1a18ef90e4
commit bde856e378
5 changed files with 149 additions and 7 deletions

View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: Secret
metadata:
name: influxdb
namespace: hlaeja
labels:
app: influxdb
environment: testing
tier: database
type: Opaque
stringData:
DOCKER_INFLUXDB_INIT_PASSWORD: "password"
DOCKER_INFLUXDB_INIT_ADMIN_TOKEN: "influxdbToken=="