# Default values for ISECL-SCHEDULER. nameOverride: "" # The name for ISECL-SCHEDULER chart
(Default: `.Chart.Name`) controlPlaneLabel: #K8s control plane label
(**REQUIRED**)
Example: `node-role.kubernetes.io/master` in case of `kubeadm`/`microk8s.io/cluster` in case of `microk8s` dependentServices: # The dependent Service Name for deploying ISECL-SCHEDULER chart, default is the chart name and override is from nameOverride value. ihub: ihub image: svc: name: # The image name with which ISECL-SCHEDULER image is pushed to registry
(**REQUIRED**) pullPolicy: Always # The pull policy for pulling from container registry for ISECL-SCHEDULER
(Allowed values: `Always`/`IfNotPresent`) imagePullSecret: # The image pull secret for authenticating with image registry, can be left empty if image registry does not require authentication securityContext: init: # The fsGroup id for init containers fsGroup: 1001 iseclScheduler: # The security content for ISECL-SCHEDULER Pod runAsUser: 1001 runAsGroup: 1001 capabilities: drop: - all allowPrivilegeEscalation: false service: directoryName: isecl-k8s-scheduler containerPort: 8888 # The containerPort on which CMS can listen to traffic port: 30888 # The externally exposed NodePort on which CMS can listen to external traffic storage: nfs: server: # The NFS Server IP/Hostname
(**REQUIRED**) reclaimPolicy: Retain # The reclaim policy for NFS
(Allowed values: `Retain`/) accessModes: ReadWriteMany # The access modes for NFS
(Allowed values: `ReadWriteMany`) path: /mnt/nfs_share # The path for storing persistent data on NFS logsSize: 1Gi # The logs size for storing logs for KBS in NFS path baseSize: 1Gi # The base volume size (configSize + logSize)