backend redesign
This commit is contained in:
18
doc/config.md
Normal file
18
doc/config.md
Normal file
@@ -0,0 +1,18 @@
|
||||
This file describes all the configuration options used by all components. All configuration is divided into regular config and secrets, and k8s will mount either or both as a yaml file accessible to the process.
|
||||
|
||||
# Configuration
|
||||
|
||||
* `flink_hostname`
|
||||
* ... various zmq ports for flink ...
|
||||
* `iceberg_catalog_hostname`
|
||||
* `iceberg_catalog_port`
|
||||
* `iceberg_catalog_database`
|
||||
* etc
|
||||
|
||||
|
||||
# Secrets
|
||||
|
||||
* `iceberg_catalog_username`
|
||||
* `iceberg_catalog_password`
|
||||
* etc.
|
||||
|
||||
Reference in New Issue
Block a user