UNPKG

redis-commander

Version:

Redis web-based management tool written in node.js

204 lines (203 loc) 5.31 kB
{ "$schema": "http://json-schema.org/schema#", "type": "object", "properties": { "affinity": { "type": "object" }, "autoscaling": { "type": "object", "properties": { "enabled": { "type": "boolean" }, "maxReplicas": { "type": "integer" }, "minReplicas": { "type": "integer" }, "targetCPUUtilizationPercentage": { "type": "integer" } } }, "env": { "type": "array" }, "fullnameOverride": { "type": "string" }, "httpAuth": { "type": "object", "properties": { "password": { "type": "string" }, "username": { "type": "string" } } }, "image": { "type": "object", "properties": { "apparmorProfile": { "type": "string" }, "pullPolicy": { "type": "string" }, "repository": { "type": "string" }, "seccompProfile": { "type": "string" }, "tag": { "type": "string" } } }, "imagePullSecrets": { "type": "array" }, "ingress": { "type": "object", "properties": { "annotations": { "type": "object" }, "enabled": { "type": "boolean" }, "hosts": { "type": "array", "items": { "type": "object", "properties": { "host": { "type": "string" }, "paths": { "type": "array" } } } }, "legacy": { "type": "boolean" }, "pathType": { "type": "string" }, "tls": { "type": "array" } } }, "kubeVersion": { "type": "string" }, "nameOverride": { "type": "string" }, "nodeSelector": { "type": "object" }, "podAnnotations": { "type": "object" }, "podSecurityContext": { "type": "object" }, "redis": { "type": "object", "properties": { "host": { "type": "string" }, "hosts": { "type": "string" }, "password": { "type": "string" }, "username": { "type": "string" } } }, "replicaCount": { "type": "integer" }, "resources": { "type": "object" }, "securityContext": { "type": "object", "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "type": "object", "properties": { "drop": { "type": "array", "items": { "type": "string" } } } }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsNonRoot": { "type": "boolean" } } }, "service": { "type": "object", "properties": { "port": { "type": "integer" }, "type": { "type": "string" }, "annotations": { "type": "object" } } }, "serviceAccount": { "type": "object", "properties": { "annotations": { "type": "object" }, "create": { "type": "boolean" }, "name": { "type": "string" } } }, "tolerations": { "type": "array" }, "connections": { "type": "object" }, "volumeMounts": { "type": "array" }, "volumes": { "type": "array" } } }