This repository contains my Helm chart implementation for deploying RomM on Kubernetes.
helm repo add romm https://That1LinuxGuy.github.io/romm-helm-chart/
helm repo updatehelm install romm romm/rommFor detailed installation instructions and configuration options, see the chart README.
.
├── chart/ # Helm chart for RomM
│ ├── Chart.yaml # Chart metadata
│ ├── values.yaml # Default configuration values
│ ├── README.md # Detailed chart documentation
│ └── templates/ # Kubernetes manifest templates
├── LICENSE # Repository license
└── README.md # This file
- Chart Documentation - Complete installation and configuration guide
- RomM Official Docs - RomM application documentation
- Values Reference - All available configuration options
- Kubernetes 1.19+
- Helm 3.0+
- MariaDB/MySQL database (only use built in DB for test workloads)
- Persistent storage (NFS, local-path, or cloud storage)
- (Optional) Ingress controller
- (Optional) cert-manager for automatic TLS
This Helm chart provides:
- ✅ Built-in MariaDB support (optional)
- ✅ Persistent volume management
- ✅ Ingress configuration with TLS support
- ✅ Resource limits and requests
- ✅ Health checks and probes
- ✅ ConfigMap and Secret management
- ✅ Service configuration
Contributions are welcome! Please feel free to submit a Pull Request, submit and issue, or send me an email!
This Helm chart is licensed under the MIT License - see the LICENSE file for details.
The RomM application itself is licensed under its own terms. See the RomM repository for more information.
Made with ❤️ for the retro gaming community