新增learn-kubernetes(https://github.com/yyong-brs/learn-kubernetes)相关文件
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: timecheck-config
|
||||
data:
|
||||
appsettings.json: |-
|
||||
{
|
||||
"Application": {
|
||||
"Version": "1.1",
|
||||
"Environment": "TEST"
|
||||
},
|
||||
"Timer": {
|
||||
"IntervalSeconds": "7"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user