mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-02-03 02:54:41 +08:00
15 lines
250 B
Go
15 lines
250 B
Go
|
apiVersion: v1
|
||
|
kind: ConfigMap
|
||
|
metadata:
|
||
|
name: template-single-configmap
|
||
|
data:
|
||
|
config.yaml: |
|
||
|
server:
|
||
|
address: ":8000"
|
||
|
openapiPath: "/api.json"
|
||
|
swaggerPath: "/swagger"
|
||
|
|
||
|
logger:
|
||
|
level : "all"
|
||
|
stdout: true
|