https://github.com/byconity/byconity-deploy
https://github.com/byconity/byconity-deploy
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/byconity/byconity-deploy
- Owner: ByConity
- Created: 2023-01-04T10:35:49.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-13T08:34:48.000Z (almost 2 years ago)
- Last Synced: 2025-04-09T19:55:12.445Z (about 1 year ago)
- Language: Smarty
- Size: 576 KB
- Stars: 12
- Watchers: 2
- Forks: 8
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ByConity Deploy
This folder structure of this repo is shown below. See [how to deploy a ByConity cluster in your Kubernetes cluster](https://byconity.github.io/docs/deployment/deploy-k8s) for detail information.
### File Introduction
```-- byconity
|-- Chart.yaml # YAML file containing information about the byconity chart
|-- charts
| |-- fdb-operator # fbd-operator Chart
| `-- hdfs # hdfs Chart
|-- files # Byconity components config file template
| |-- cnch-config.yaml # config file template for some significant configurations
| |-- daemon-manager.yaml # config file template for daemon-manager
| |-- resource-manager.yaml # config file template for resource-manager
| |-- server.yaml # config file template for cnch-server
| |-- tso.yaml # config file template for tso
| |-- users.yaml # config file template for user configutation
| `-- worker.yaml # config file template for byconity-worker
|-- templates # A directory of templates that, when combined with values,
# will generate valid Kubernetes manifest files.
`-- values.yaml # The default configuration values for this chart
```