Some kubernetes files
This commit is contained in:
9
configmap.yaml
Normal file
9
configmap.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: app-config
|
||||
data:
|
||||
APP_COLOR: blue
|
||||
APP_MODE: production
|
||||
# oops, this key should be APP_VERSION but it's wrong
|
||||
APP_VERSOIN: "1.0"
|
||||
Reference in New Issue
Block a user