Manifest files for building and deploying GLPI using containers with Docker Compose or Kubernetes.
- PHP-FPM:
php:8.4.19-fpm-alpine3.22 - Nginx:
nginxinc/nginx-unprivileged:1.29.1-alpine3.22-slim - GLPI PHP:
eftechcombr/glpi:php-fpm-11.0.6 - GLPI Nginx:
eftechcombr/glpi:nginx-11.0.6
Add the GLPI Helm chart repository:
helm repo add glpi https://eftechcombr.github.io/glpi/
helm repo updateInstall GLPI using Helm:
helm install my-glpi glpi/glpiOr with custom values:
helm install my-glpi glpi/glpi -f custom-values.yamlhelm search repo glpi --versionshelm upgrade my-glpi glpi/glpihelm uninstall my-glpi- Clone this repository
- Set up environment variables:
cp docker/.env.example docker/.envusername: glpi
password: glpi
./docker/_env ---> please rename to /docker/.env
./kubernetes/glpi-configmap.yaml
./kubernetes/glpi-secrets.yaml
./kubernetes/mariadb-configmap.yaml
./kubernetes/mariadb-secret.yaml
GLPI stands for Gestionnaire Libre de Parc Informatique is a Free Asset and IT Management Software package, that provides ITIL Service Desk features, licenses tracking and software auditing.