py-kms/charts/py-kms
2022-12-07 11:44:54 +01:00
..
templates Fix service.yaml containing invalid targetPort 2021-10-07 19:25:16 +01:00
.helmignore Add Helm chart for py-kms 2021-10-07 18:35:47 +01:00
Chart.yaml Add Helm chart for py-kms 2021-10-07 18:35:47 +01:00
README.md Migrated to use "::" by default for #71 2022-12-07 11:44:54 +01:00
values.yaml Migrated to use "::" by default for #71 2022-12-07 11:44:54 +01:00

py-kms

Version: 0.1.0 Type: application AppVersion: python3

A Helm chart for Kubernetes

Deployment

Below is a basic overview of the steps required to deploy the Helm chart to an existing Kubernetes cluster which is accessible via Kubectl

kubectl create ns py-kms

Deploy chart with default values.yaml

helm install -n py-kms -f myvalues.yaml charts/py-kms

For more information please refer to the Helm Install command documentation located at: https://helm.sh/docs/helm/helm_install/

Values

Key Type Default Description
affinity object {}
autoscaling.enabled bool false
autoscaling.maxReplicas int 100
autoscaling.minReplicas int 1
autoscaling.targetCPUUtilizationPercentage int 80
fullnameOverride string ""
image.pullPolicy string "IfNotPresent"
image.repository string "pykmsorg/py-kms"
image.tag string "python3"
imagePullSecrets list []
ingress.annotations object {}
ingress.className string ""
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 []
nameOverride string ""
nodeSelector object {}
podAnnotations object {}
podSecurityContext object {}
py-kms.environment.HWID string "RANDOM"
py-kms.environment.IP string "::"
py-kms.environment.LOGLEVEL string "INFO"
py-kms.environment.LOGSIZE int 2
py-kms.environment.SQLITE bool true
replicaCount int 1
resources object {}
securityContext object {}
service.httpPort int 80
service.kmsPort int 1688
service.type string "ClusterIP"
serviceAccount object {}
tolerations list []

Autogenerated from chart metadata using helm-docs v1.5.0