Skip to content

trikorasolns/glpi-container

Repository files navigation

GLPI on Kubernetes

Table of Contents

Introduction

The aim of this project is to implement the infrastructure required to deploy GLPI on a Kubernetes cluster.

Usage

Table 1. Environment variables
Command Description

GLPI_DB_HOST

string

required

Database host

GLPI_DB_PORT

string

required

Database PORT number

GLPI_DB_USER_NAME

string

required

Folder where the PASSWORDSTORE database is located

GLPI_DB_USER_PASSWORD

string

required

Database user password

GLPI_DB_NAME

string

required

Database name

GLPI_LANGUAGE

string

required

Default language for the GLPI installation

  • en_GB

  • es_ES

  • pt_BR

  • …​

GLPI_CRYPT

string

base64 encoded contents of a tar.gz file containing the glpicrypt.key file.

This file is copied to the GLPI configuration folder. The location os this folder is defined using the GLPI_CONFIG_DIR directory which is /etc/glpi in this installation as defined by the downstream.php file.

ℹ️
The GLPI_CRYPT environmenv variable should have this file on a base64 encoded tar gzip file.

More information

More information on the documentation folder.