This Helm chart deploys Pterodactyl, an open-source game server management panel, onto a Kubernetes cluster.
Add the Helm chart repository:
helm repo add pterodactyl-helm-chart https://memorybay.github.io/pterodactyl-helm-chart/
Install the Pterodactyl Helm chart:
helm install pterodactyl-release pterodactyl-helm-chart/pterodactyl-panel
Access the Pterodactyl game panel:
Retrieve the panel’s external IP address:
kubectl get svc pterodactyl-release-ptero-panel -o jsonpath='{.status.loadBalancer.ingress[0].ip}'
Open your web browser and navigate to the provided IP address.
Follow the on-screen instructions to set up and configure your Pterodactyl instance.
The Helm chart provides various configuration options that can be customized. Refer to the values.yaml file for a list of available configurations.
To override the default values, create a custom values.yaml file and use it during installation:
helm install pterodactyl-release pterodactyl-helm-chart/pterodactyl-panel -f custom-values.yaml
We welcome contributions! If you encounter issues or have suggestions, please open an issue or submit a pull request.
This project is licensed under the MIT License.