Skip to content

Latest commit

 

History

History
82 lines (64 loc) · 3.53 KB

File metadata and controls

82 lines (64 loc) · 3.53 KB

kyverno-json-validator

Kyverno JSON Validator Web Application

Version: 0.1.0 Type: application AppVersion: v0.1.0

About

Kyverno JSON Validator

Installing the Chart

Add kyverno-json-validator Helm repository:

helm repo add kyverno-json-validator https://kyverno.github.io/json-validator/

Install kyverno-json-validator Helm chart:

helm install kyverno-json-validator --namespace kyverno --create-namespace kyverno-json-validator/kyverno-json-validator

Values

Key Type Default Description
nameOverride string "" Name override
fullnameOverride string "" Full name override
replicaCount int 1 Number of pod replicas
image.registry string "ghcr.io" Image registry
image.repository string "kyverno/json-validator" Image repository
image.pullPolicy string "IfNotPresent" Image pull policy
image.tag string nil Image tag (will default to app version if not set)
imagePullSecrets list [] Image pull secrets
priorityClassName string "" Priority class name
serviceAccount.create bool true Create service account
serviceAccount.annotations object {} Service account annotations
serviceAccount.name string "" Service account name (required if serviceAccount.create is false)
podAnnotations object {} Pod annotations
podSecurityContext object {"fsGroup":2000} Pod security context
securityContext object See values.yaml Container security context
service.type string "ClusterIP" Service type
service.port int 8080 Service port
livenessProbe object {"httpGet":{"path":"/","port":"http"}} Liveness probe
readinessProbe object {"httpGet":{"path":"/","port":"http"}} Readiness probe
ingress.enabled bool false Enable ingress
ingress.className string "" Ingress class name
ingress.annotations object {} Ingress annotations
ingress.hosts list [] Ingress hosts
ingress.tls list [] Ingress tls
resources.limits string nil Container resource limits
resources.requests string nil Container resource requests
autoscaling.enabled bool false Enable autoscaling
autoscaling.minReplicas int 1 Min number of replicas
autoscaling.maxReplicas int 100 Max number of replicas
autoscaling.targetCPUUtilizationPercentage int 80 Target CPU utilisation
autoscaling.targetMemoryUtilizationPercentage string nil Target Memory utilisation
nodeSelector object {} Node selector
tolerations list [] Tolerations
affinity object {} Affinity
clusterRoles list [] Cluster roles
roles list [] Cluster roles
config.kyvernoService string "https://kyverno-svc.kyverno:443" Kyverno Service

Source Code

Requirements

Kubernetes: >=1.16.0-0

Maintainers

Name Email Url
Nirmata https://kyverno.io/

Autogenerated from chart metadata using helm-docs v1.11.0