rename kube to kubectl and add README.md
This commit is contained in:
14
kubectl/02-databases/03-influxdb/02-configmap.yaml
Normal file
14
kubectl/02-databases/03-influxdb/02-configmap.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: influxdb
|
||||
namespace: hlaeja
|
||||
labels:
|
||||
app: influxdb
|
||||
environment: testing
|
||||
tier: database
|
||||
data:
|
||||
DOCKER_INFLUXDB_INIT_MODE: "setup"
|
||||
DOCKER_INFLUXDB_INIT_USERNAME: "influx"
|
||||
DOCKER_INFLUXDB_INIT_ORG: "hlaeja_ltd"
|
||||
DOCKER_INFLUXDB_INIT_BUCKET: "device-data"
|
||||
Reference in New Issue
Block a user