rename kube to kubectl and add README.md
This commit is contained in:
12
kubectl/03-hlaeja/04-device-data/02-configmap.yaml
Normal file
12
kubectl/03-hlaeja/04-device-data/02-configmap.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: device-data
|
||||
namespace: hlaeja
|
||||
labels:
|
||||
app: device-data
|
||||
environment: testing
|
||||
tier: backend
|
||||
data:
|
||||
SPRING_PROFILES_ACTIVE: "testing"
|
||||
INFLUXDB_URL: "http://influxdb"
|
||||
Reference in New Issue
Block a user