Install
Installation​
Both vStore and its Operator are in the same chart and will use the same values.
vStore​
Basic​
The configuration keys you can change are the following :
loglevel: vStore log level
For these specific ones, refer to the vStore documentation for more information :
config: The content of the vStore configuration file.identities: The content of the static initial identities config file.model: The content of the static initial models config file.policies: The content of the static initial policies config file.
Advanced​
The configuration keys you can change are the following :
replicaCount: The number of vStore pods you want runningpodAnnotations: Additional annotations to set on the pods. (shared config between vStore and its operator)podLabels: Additional labels to set on the pods. (shared config between vStore and its operator)resources:limits: Limits describes the maximum amount of compute resources allowed. The kindcpu&memoryare supported.requests: Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. The kindcpu&memoryare supported.
Operator​
The configuration keys you can change are the following :
podAnnotations: Additional annotations to set on the pods. (shared config between vStore and its operator)podLabels: Additional labels to set on the pods. (shared config between vStore and its operator)operator:enabled: Whether the Operator should be installed along vStore.replicaCount: The number of Operator pods you want runningresources:limits: Limits describes the maximum amount of compute resources allowed. The kindcpu&memoryare supported.requests: Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. The kindcpu&memoryare supported.