Skip to content

Latest commit

 

History

History
60 lines (48 loc) · 2.24 KB

README.md

File metadata and controls

60 lines (48 loc) · 2.24 KB

webhook

Version: 0.1.1 Type: application AppVersion: v0.2.1

A Helm chart for the webhook service

Homepage: https://github.com/sngular/gitops-webhook

Maintainers

Name Email Url
mmorejon [email protected]
enribd [email protected]

Source Code

Requirements

Kubernetes: >=1.19.0-0

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 "ghcr.io/sngular/gitops-webhook"
image.tag string ""
imagePullSecrets list []
ingress.annotations object {}
ingress.enabled bool false
ingress.hosts[0].host string "chart-example.local"
ingress.hosts[0].paths[0].backend.serviceName string "chart-example.local"
ingress.hosts[0].paths[0].backend.servicePort int 80
ingress.hosts[0].paths[0].path string "/"
ingress.tls list []
nameOverride string ""
nodeSelector object {}
podAnnotations object {}
podSecurityContext object {}
replicaCount int 1
resources object {}
securityContext object {}
service.port int 80
service.type string "ClusterIP"
serviceAccount.annotations object {}
serviceAccount.create bool true
serviceAccount.name string ""
tolerations list []

Autogenerated from chart metadata using helm-docs v1.5.0