This repository provides a fully YAML-based Kubernetes deployment setup for two Sovity Dataspace Connector Community Edition (EDC-CE) instances:
Each instance includes a Control Plane and an integrated Data Plane and is deployed using manifests only.
This repository is based on:
- Sovity Docs: Walkthrough Guide
- Sovity GitHub: Production CP with Integrated DP
A Deployment includes:
- TLS-secured Ingress using Cert-Manager + Let's Encrypt
- PostgreSQL backend
- Namespaced secrets and configmaps
- Exposed management APIs for connector operation
Please report bugs and suggestions for new features using the GitHub Issue-Tracker and follow the Contributor Guidelines.
If you want to contribute, please follow these steps:
- Fork it!
- Create a feature branch:
git checkout -b my-new-feature - Commit changes:
git commit -am 'Add some feature' - Push into branch:
git push origin my-new-feature - Send a Pull Request