You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
250 B

9 months ago
  1. apiVersion: v1
  2. kind: ConfigMap
  3. metadata:
  4. name: template-single-configmap
  5. data:
  6. config.yaml: |
  7. server:
  8. address: ":8000"
  9. openapiPath: "/api.json"
  10. swaggerPath: "/swagger"
  11. logger:
  12. level : "all"
  13. stdout: true