| 1234567891011121314151617181920 |
- kind: Namespace
- spec:
- name: ns-sdk-demo
- ---
- kind: DataSource
- spec:
- type: database
- namespace: ns-sdk-demo
- name: ds-sdk-demo
- spec:
- type: postgres
- user_name: test
- password: "123456"
- address: localhost
- port: "30432"
- database: test
- max_connections: 40
- max_idle_connections: 10
|