@@ -333,59 +333,6 @@ A Helm chart to deploy Cloud Pi Native Console
333333| server.startupProbe.timeoutSeconds | int | ` 5 ` | Number of seconds after which the probe times out. |
334334| server.strategy.type | string | ` "RollingUpdate" ` | Strategy type used to replace old Pods by new ones, can be "Recreate" or "RollingUpdate". |
335335| server.tolerations | list | ` [] ` | Default tolerations for Console CPN backend. |
336- | strangler.affinity | object | ` {} ` | Default affinity for Console CPN strangler. |
337- | strangler.autoscaling.enabled | bool | ` false ` | Enable Horizontal Pod Autoscaler ([ HPA] ) for the Console CPN strangler. |
338- | strangler.autoscaling.maxReplicas | int | ` 3 ` | Maximum number of replicas for the Console CPN strangler [ HPA] . |
339- | strangler.autoscaling.minReplicas | int | ` 1 ` | Minimum number of replicas for the Console CPN strangler [ HPA] . |
340- | strangler.autoscaling.targetCPUUtilizationPercentage | int | ` 80 ` | Average CPU utilization percentage for the Console CPN strangler [ HPA] . |
341- | strangler.autoscaling.targetMemoryUtilizationPercentage | int | ` 80 ` | Average memory utilization percentage for the Console CPN strangler [ HPA] . |
342- | strangler.container.args | list | ` [] ` | Console CPN strangler container command args. |
343- | strangler.container.command | list | ` [] ` | Console CPN strangler container command. |
344- | strangler.container.port | int | ` 8080 ` | Console CPN strangler container port. |
345- | strangler.container.securityContext | object | ` {} ` | Toggle and define container-level security context. |
346- | strangler.env | object | ` {} ` | Console CPN strangler container env variables, it will be injected into a configmap and loaded into the container. |
347- | strangler.envFrom | list | ` [] ` | Console CPN strangler container env variables loaded from configmap or secret reference. |
348- | strangler.extraContainers | list | ` [] ` | Extra containers to add to the Console CPN strangler pod as sidecars. |
349- | strangler.extraVolumeMounts | list | ` [] ` | List of extra mounts to add (normally used with extraVolumes). |
350- | strangler.extraVolumes | list | ` [] ` | List of extra volumes to add. |
351- | strangler.healthcheckPath | string | ` "/" ` | Console CPN strangler container healthcheck endpoint. |
352- | strangler.hostAliases | list | ` [] ` | Host aliases that will be injected at pod-level into /etc/hosts. |
353- | strangler.image.pullPolicy | string | ` "Always" ` | Image pull policy for the Console CPN strangler. |
354- | strangler.image.repository | string | ` "ghcr.io/cloud-pi-native/console/strangler" ` | Repository to use for the Console CPN strangler. |
355- | strangler.image.tag | string | ` "" ` | Tag to use for the Console CPN strangler. # Overrides the image tag whose default is the chart appVersion. |
356- | strangler.initContainers | list | ` [] ` | Init containers to add to the Console CPN strangler pod. |
357- | strangler.livenessProbe.enabled | bool | ` true ` | Whether or not enable the probe. |
358- | strangler.livenessProbe.failureThreshold | int | ` 3 ` | Minimum consecutive failures for the probe to be considered failed after having succeeded. |
359- | strangler.livenessProbe.initialDelaySeconds | int | ` 30 ` | Number of seconds after the container has started before probe is initiated. |
360- | strangler.livenessProbe.periodSeconds | int | ` 30 ` | How often (in seconds) to perform the probe. |
361- | strangler.livenessProbe.successThreshold | int | ` 1 ` | Minimum consecutive successes for the probe to be considered successful after having failed. |
362- | strangler.livenessProbe.timeoutSeconds | int | ` 5 ` | Number of seconds after which the probe times out |
363- | strangler.nodeSelector | object | ` {} ` | Default node selector for Console CPN strangler. |
364- | strangler.podAnnotations | object | ` {} ` | Annotations for the Console CPN strangler deployed pods. |
365- | strangler.podLabels | object | ` {} ` | Labels for the Console CPN strangler deployed pods. |
366- | strangler.podSecurityContext | object | ` {} ` | Toggle and define pod-level security context. |
367- | strangler.readinessProbe.enabled | bool | ` true ` | Whether or not enable the probe. |
368- | strangler.readinessProbe.failureThreshold | int | ` 2 ` | Minimum consecutive failures for the probe to be considered failed after having succeeded. |
369- | strangler.readinessProbe.initialDelaySeconds | int | ` 15 ` | Number of seconds after the container has started before probe is initiated. |
370- | strangler.readinessProbe.periodSeconds | int | ` 10 ` | How often (in seconds) to perform the probe. |
371- | strangler.readinessProbe.successThreshold | int | ` 2 ` | Minimum consecutive successes for the probe to be considered successful after having failed. |
372- | strangler.readinessProbe.timeoutSeconds | int | ` 5 ` | Number of seconds after which the probe times out. |
373- | strangler.replicaCount | int | ` 1 ` | The number of application controller pods to run. |
374- | strangler.resources.limits.cpu | string | ` "500m" ` | CPU limit for the Console CPN strangler. |
375- | strangler.resources.limits.memory | string | ` "512Mi" ` | Memory limit for the Console CPN strangler. |
376- | strangler.resources.requests.cpu | string | ` "250m" ` | CPU request for the Console CPN strangler. |
377- | strangler.resources.requests.memory | string | ` "128Mi" ` | Memory request for the Console CPN strangler. |
378- | strangler.secrets | object | ` {} ` | Console CPN strangler container env secrets, it will be injected into a secret and loaded into the container. |
379- | strangler.service.port | int | ` 80 ` | Console CPN strangler service port. |
380- | strangler.service.type | string | ` "ClusterIP" ` | Console CPN strangler service type. |
381- | strangler.startupProbe.enabled | bool | ` true ` | Whether or not enable the probe. |
382- | strangler.startupProbe.failureThreshold | int | ` 10 ` | Minimum consecutive failures for the probe to be considered failed after having succeeded. |
383- | strangler.startupProbe.initialDelaySeconds | int | ` 0 ` | Number of seconds after the container has started before probe is initiated. |
384- | strangler.startupProbe.periodSeconds | int | ` 10 ` | How often (in seconds) to perform the probe. |
385- | strangler.startupProbe.successThreshold | int | ` 1 ` | Minimum consecutive successes for the probe to be considered successful after having failed. |
386- | strangler.startupProbe.timeoutSeconds | int | ` 5 ` | Number of seconds after which the probe times out. |
387- | strangler.strategy.type | string | ` "RollingUpdate" ` | Strategy type used to replace old Pods by new ones, can be "Recreate" or "RollingUpdate". |
388- | strangler.tolerations | list | ` [] ` | Default tolerations for Console CPN strangler. |
389336
390337----------------------------------------------
391338Autogenerated from chart metadata using [ helm-docs v1.14.2] ( https://github.com/norwoodj/helm-docs/releases/v1.14.2 )
0 commit comments