Skip to content

vquie/phpipam-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phpipam

Version: 1.0.0 Type: application AppVersion: 1.5.1

phpipam is an open-source web IP address management application (IPAM). Its goal is to provide light, modern and useful IP address management. It is php-based application with MySQL database backend, using jQuery libraries, ajax and HTML5/CSS3 features.

Values

Key Type Default Description
cron.image.pullPolicy string "IfNotPresent"
cron.image.repository string "phpipam/phpipam-cron"
cron.image.tag string "v1.5.1"
cron.name string "phpipam-cron"
cron.resources.limits.cpu string "1000m"
cron.resources.limits.memory string "2048Mi"
cron.resources.requests.cpu string "50m"
cron.resources.requests.memory string "32Mi"
cron.scan_interval string "1h"
database.image.pullPolicy string "IfNotPresent"
database.image.repository string "mariadb"
database.image.tag string "10.9.2"
database.installed bool true
database.name string "phpipam-db"
database.persistence.enabled bool true
database.persistence.size string "30Gi"
database.persistence.storageClassName string ""
database.resources.limits.cpu string "1000m"
database.resources.limits.memory string "2048Mi"
database.resources.requests.cpu string "50m"
database.resources.requests.memory string "128Mi"
database.service.port int 3306
database.service.type string "ClusterIP"
global.database.name string "phpipam" name of the database
global.database.password string "phpipam" password of the db user
global.database.user string "phpipam" name of the database user, can not be "root"
global.domain string "chart-example.local" domain of this phpipam instance
global.podAnnotations object {}
ingress.annotations object {}
ingress.className string "nginx"
ingress.enabled bool false
ingress.hosts[0].host string "chart-example.local"
ingress.hosts[0].paths[0].path string "/"
ingress.hosts[0].paths[0].pathType string "ImplementationSpecific"
ingress.tls list []
nodeSelector object {}
phpipam.image.pullPolicy string "IfNotPresent"
phpipam.image.replicaCount int 1
phpipam.image.repository string "phpipam/phpipam-www"
phpipam.image.tag string "v1.5.1"
phpipam.name string "phpipam-web"
phpipam.resources.limits.cpu string "1000m"
phpipam.resources.limits.memory string "2048Mi"
phpipam.resources.requests.cpu string "50m"
phpipam.resources.requests.memory string "32Mi"
phpipam.service.port int 80
phpipam.service.type string "ClusterIP"
phpipam.widgets object {}

Autogenerated from chart metadata using helm-docs v1.11.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages