TrueChartsClone/library/common-test
Kjeld Schouten-Lebbing 6b3629b5bf
Update Chart.yaml
2021-03-03 22:04:07 +01:00
..
ci Add Unlimited Custom hostPath mounts (#201) 2021-03-01 18:38:55 +01:00
templates Add Initial BETA Test release of the Common Chart and testing environment 2021-02-05 21:17:06 +01:00
Chart.yaml Update Chart.yaml 2021-03-03 22:04:07 +01:00
README.md 777 on new scripts (+2 squashed commit) 2021-02-23 18:21:54 +01:00
values.yaml Add additional Storage tests and rename appExtraVolumeMounts (#218) 2021-03-03 22:03:02 +01:00

README.md

common-test

Version: 1.3.0

Helper chart to test different use cases of the common library

Homepage: https://github.com/truecharts/truecharts/tree/master/charts/common-test

Maintainers

Name Email Url
truecharts

Requirements

Kubernetes: >=1.16.0-0

Repository Name Version
file://../common common n/a

Values

Key Type Default Description
appAdditionalServices.extra-tcp.enabled bool true
appAdditionalServices.extra-tcp.port.name string "tcp-test"
appAdditionalServices.extra-tcp.port.port int 51414
appAdditionalServices.extra-tcp.port.protocol string "TCP"
appAdditionalServices.extra-tcp.port.targetPort int 51414
appAdditionalServices.extra-tcp.type string "ClusterIP"
appAdditionalServices.extra-udp.enabled bool true
appAdditionalServices.extra-udp.port.name string "udp-test"
appAdditionalServices.extra-udp.port.port int 51414
appAdditionalServices.extra-udp.port.protocol string "UDP"
appAdditionalServices.extra-udp.port.targetPort int 51414
appAdditionalServices.extra-udp.type string "ClusterIP"
appAdditionalServicesEnabled bool true
appVolumeMounts.data.datasetName string "data"
appVolumeMounts.data.emptyDir bool true
appVolumeMounts.data.enabled bool true
appVolumeMounts.data.hostPath string ""
appVolumeMounts.data.hostPathEnabled bool false
appVolumeMounts.data.mountPath string "/data"
appVolumeMounts.test.datasetName string "test"
appVolumeMounts.test.emptyDir bool true
appVolumeMounts.test.enabled bool true
appVolumeMounts.test.hostPath string ""
appVolumeMounts.test.hostPathEnabled bool false
appVolumeMounts.test.mountPath string "/test"
fixMountPermissions bool false
image.pullPolicy string "IfNotPresent"
image.repository string "b4bz/homer"
image.tag string "latest"
ingress.enabled bool true
service.port.port int 8080

Autogenerated from chart metadata using helm-docs v1.5.0