Skip to content

Rc

Key Value
type object
relationship Package -> Router -> Rc
object path $.router.rc
package file path {package-root}/router/{router-name}.yaml
cli commands kxi package add --to $PKG rc
kxi package rm --from $PKG rc

Fields

Field Type Required Description Constraints Default
annotations Annotations | null no Annotations to apply to resources created from Resource Coordinator - null
args array<string> | null no Args defines the arguments to be passed to the container's entrypoint. See https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/ - null
config map<string, string > | null no Additional configuration to be applied to Resource Coordinator Assembly element - null
env array<EnvItem> | null no Env provides a list of environment variable to inject into the container. See https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/ - null
image Image | null no Resource Coordinator image details - null
k8sPolicy K8sPolicy | null no Kubernetes specific configurations for element Pods - {"serviceAccountConfigure": {"create": true}}
port integer | null no Resource Coordinator container port min: 1, exclusive max: 65534 null
sideCarConfig SideCarConfig | null no Sidecar Config Map Details - null
size integer | null no Size defines the desired number of pods. This is a pointer to distinguish between explicit zero and not specified. min: 1 1
volumeMounts array<VolumeMount> | null no Mount volumes external to Assembly as defined within spec.Volumes - null

Used In

Back to top