base.yaml 298 B

1234567891011121314151617181920
  1. kind: Namespace
  2. spec:
  3. name: baize
  4. ---
  5. kind: DataSource
  6. spec:
  7. type: database
  8. namespace: baize
  9. name: baize
  10. spec:
  11. type: postgres
  12. user_name: test
  13. password: "123456"
  14. address: "10.0.0.84"
  15. port: "30432"
  16. database: test
  17. max_connections: 20
  18. max_idle_connections: 5