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