k8s hlaeja device configuration
This commit is contained in:
12
kube/03-hlaeja/03-device-configuration/01-secret.yaml
Normal file
12
kube/03-hlaeja/03-device-configuration/01-secret.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: device-configuration
|
||||
namespace: hlaeja
|
||||
labels:
|
||||
app: device-configuration
|
||||
environment: testing
|
||||
tier: backend
|
||||
type: Opaque
|
||||
stringData:
|
||||
SPRING_CASSANDRA_PASSWORD: "password"
|
||||
Reference in New Issue
Block a user