Skip to content

zepfred/glpi-chart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

All templates were created by vdiogov.

STEP 1: install with helm: kubectl create namespace glpi helm repo add glpi-chart https://zepfred.github.io/glpi-chart/ helm install glpi-helm -n glpi glpi-chart/glpi

STEP 2: expose service:

kubectl port-forward -n glpi glpi-helm-service 80:80

STEP 3: get db password (in windows use gitbash to decode base64):

kubectl get secret -n glpi glpi-helm-mariadb-secret -o jsonpath='{.data.password}' | base64 --decode

STEP 4: acess & configure

http://localhost

Setup >

DB config (you can set user and password in docker-compose file), default is:

HOST = glpi-helm-mariadb-service

user = user_glpi

password = (STEP 3)

DB Select >

glpi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Smarty 100.0%