Kyverno JSON Validator Web Application
Kyverno JSON Validator
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| 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 |
Kubernetes: >=1.16.0-0
| Name | Url | |
|---|---|---|
| Nirmata | https://kyverno.io/ |
Autogenerated from chart metadata using helm-docs v1.11.0