A Helm chart for https://github.com/sap/reactivejob-operator-cop
Key | Type | Default | Description |
---|---|---|---|
fullnameOverride | string | "" |
Override full name |
nameOverride | string | "" |
Override name |
replicaCount | int | 1 |
Replica count |
image.repository | string | "ghcr.io/sap/reactivejob-operator-cop" |
Image repository |
image.tag | string | "" |
Image tag (defauls to .Chart.AppVersion) |
image.pullPolicy | string | "IfNotPresent" |
Image pull policy |
imagePullSecrets | list | [] |
Image pull secrets |
podLabels | object | {} |
Additional pod labels |
podAnnotations | object | {} |
Additional pod annotations |
nodeSelector | object | {} |
Node selector |
affinity | object | {} |
Affinity settings |
topologySpreadConstraints | list | [] |
Topology spread constraints (if unspecified, default constraints for hostname and zone will be generated) |
defaultHostNameSpreadPolicy | string | "ScheduleAnyway" |
Default topology spread policy for hostname |
defaultZoneSpreadPolicy | string | "ScheduleAnyway" |
Default topology spread policy for zone |
tolerations | list | [] |
Tolerations |
priorityClassName | string | "" |
Priority class |
podSecurityContext | object | {} |
Pod security context |
securityContext | object | {} |
Container security context |
resources.limits.cpu | string | "100m" |
CPU limit |
resources.limits.memory | string | "128Mi" |
Memory limit |
resources.requests.cpu | string | "100m" |
CPU request |
resources.requests.memory | string | "128Mi" |
Memory request |
Autogenerated from chart metadata using helm-docs v1.11.0