values.yaml 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744
  1. ---
  2. global:
  3. nodeSelector: {}
  4. tolerations: []
  5. topologySpreadConstraints: []
  6. # - maxSkew: 1
  7. # topologyKey: topology.kubernetes.io/zone
  8. # whenUnsatisfiable: ScheduleAnyway
  9. # matchLabelKeys:
  10. # - pod-template-hash
  11. # - maxSkew: 1
  12. # topologyKey: kubernetes.io/hostname
  13. # whenUnsatisfiable: DoNotSchedule
  14. # matchLabelKeys:
  15. # - pod-template-hash
  16. affinity: {}
  17. # -- Global hostAliases to be applied to all deployments
  18. hostAliases: []
  19. # -- Global pod labels to be applied to all deployments
  20. podLabels: {}
  21. # -- Global pod annotations to be applied to all deployments
  22. podAnnotations: {}
  23. # -- Global imagePullSecrets to be applied to all deployments
  24. imagePullSecrets: []
  25. # -- Global image repository to be applied to all deployments
  26. repository: ""
  27. compatibility:
  28. openshift:
  29. # -- Manages the securityContext properties to make them compatible with OpenShift.
  30. # Possible values:
  31. # auto - Apply configurations if it is detected that OpenShift is the target platform.
  32. # force - Always apply configurations.
  33. # disabled - No modification applied.
  34. adaptSecurityContext: auto
  35. replicaCount: 1
  36. bitwarden-sdk-server:
  37. enabled: false
  38. namespaceOverride: ""
  39. # -- Specifies the amount of historic ReplicaSets k8s should keep (see https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#clean-up-policy)
  40. revisionHistoryLimit: 10
  41. image:
  42. repository: ghcr.io/external-secrets/external-secrets
  43. pullPolicy: IfNotPresent
  44. # -- The image tag to use. The default is the chart appVersion.
  45. tag: ""
  46. # -- The flavour of tag you want to use
  47. # There are different image flavours available, like distroless and ubi.
  48. # Please see GitHub release notes for image tags for these flavors.
  49. # By default, the distroless image is used.
  50. flavour: ""
  51. # -- If set, install and upgrade CRDs through helm chart.
  52. installCRDs: true
  53. crds:
  54. # -- If true, create CRDs for Cluster External Secret. If set to false you must also set processClusterExternalSecret: false.
  55. createClusterExternalSecret: true
  56. # -- If true, create CRDs for Cluster Secret Store. If set to false you must also set processClusterStore: false.
  57. createClusterSecretStore: true
  58. # -- If true, create CRDs for Secret Store. If set to false you must also set processSecretStore: false.
  59. createSecretStore: true
  60. # -- If true, create CRDs for Cluster Generator. If set to false you must also set processClusterGenerator: false.
  61. createClusterGenerator: true
  62. # -- If true, create CRDs for Cluster Push Secret. If set to false you must also set processClusterPushSecret: false.
  63. createClusterPushSecret: true
  64. # -- If true, create CRDs for Push Secret. If set to false you must also set processPushSecret: false.
  65. createPushSecret: true
  66. annotations: {}
  67. conversion:
  68. # -- Conversion is disabled by default as we stopped supporting v1alpha1.
  69. enabled: false
  70. # -- If true, enable v1beta1 API version serving for ExternalSecret, ClusterExternalSecret, SecretStore, and ClusterSecretStore CRDs.
  71. # v1beta1 is deprecated. Only enable this for backward compatibility if you have existing v1beta1 resources.
  72. # Warning: This flag will be removed on 2026.05.01.
  73. unsafeServeV1Beta1: false
  74. imagePullSecrets: []
  75. nameOverride: ""
  76. fullnameOverride: ""
  77. namespaceOverride: ""
  78. # -- Additional labels added to all helm chart resources.
  79. commonLabels: {}
  80. # -- If true, external-secrets will perform leader election between instances to ensure no more
  81. # than one instance of external-secrets operates at a time.
  82. leaderElect: false
  83. # -- If set external secrets will filter matching
  84. # Secret Stores with the appropriate controller values.
  85. controllerClass: ""
  86. # -- If true external secrets will use recommended kubernetes
  87. # annotations as prometheus metric labels.
  88. extendedMetricLabels: false
  89. # -- If set external secrets are only reconciled in the
  90. # provided namespace
  91. scopedNamespace: ""
  92. # -- Must be used with scopedNamespace. If true, create scoped RBAC roles under the scoped namespace
  93. # and implicitly disable cluster stores and cluster external secrets
  94. scopedRBAC: false
  95. # -- If true the OpenShift finalizer permissions will be added to RBAC
  96. openshiftFinalizers: true
  97. # -- If true the system:auth-delegator ClusterRole will be added to RBAC
  98. systemAuthDelegator: false
  99. # -- if true, the operator will process cluster external secret. Else, it will ignore them.
  100. # When enabled, this adds update/patch permissions on namespaces to handle finalizers for proper
  101. # cleanup during namespace deletion, preventing race conditions with ExternalSecrets.
  102. processClusterExternalSecret: true
  103. # -- if true, the operator will process cluster push secret. Else, it will ignore them.
  104. processClusterPushSecret: true
  105. # -- if true, the operator will process cluster store. Else, it will ignore them.
  106. processClusterStore: true
  107. # -- if true, the operator will process secret store. Else, it will ignore them.
  108. processSecretStore: true
  109. # -- if true, the operator will process cluster generator. Else, it will ignore them.
  110. processClusterGenerator: true
  111. # -- if true, the operator will process push secret. Else, it will ignore them.
  112. processPushSecret: true
  113. # -- Enable support for generic targets (ConfigMaps, Custom Resources).
  114. # Warning: Using generic target. Make sure access policies and encryption are properly configured.
  115. # When enabled, this grants the controller permissions to create/update/delete
  116. # ConfigMaps and optionally other resource types specified in generic.resources.
  117. genericTargets:
  118. # -- Enable generic target support
  119. enabled: false
  120. # -- List of additional resource types to grant permissions for.
  121. # Each entry should specify apiGroup, resources, and verbs.
  122. # Example:
  123. # resources:
  124. # - apiGroup: "argoproj.io"
  125. # resources: ["applications"]
  126. # verbs: ["get", "list", "watch", "create", "update", "patch", "delete"]
  127. resources: []
  128. # -- Specifies whether an external secret operator deployment be created.
  129. createOperator: true
  130. # -- if true, HTTP2 will be enabled for the services created by all controllers, curently metrics and webhook.
  131. enableHTTP2: false
  132. # -- Specifies the number of concurrent ExternalSecret Reconciles external-secret executes at
  133. # a time.
  134. concurrent: 1
  135. # -- Specifies Log Params to the External Secrets Operator
  136. log:
  137. level: info
  138. timeEncoding: epoch
  139. service:
  140. # -- Set the ip family policy to configure dual-stack see [Configure dual-stack](https://kubernetes.io/docs/concepts/services-networking/dual-stack/#services)
  141. ipFamilyPolicy: ""
  142. # -- Sets the families that should be supported and the order in which they should be applied to ClusterIP as well. Can be IPv4 and/or IPv6.
  143. ipFamilies: []
  144. serviceAccount:
  145. # -- Specifies whether a service account should be created.
  146. create: true
  147. # -- Automounts the service account token in all containers of the pod
  148. automount: true
  149. # -- Annotations to add to the service account.
  150. annotations: {}
  151. # -- Extra Labels to add to the service account.
  152. extraLabels: {}
  153. # -- The name of the service account to use.
  154. # If not set and create is true, a name is generated using the fullname template.
  155. name: ""
  156. rbac:
  157. # -- Specifies whether role and rolebinding resources should be created.
  158. create: true
  159. servicebindings:
  160. # -- Specifies whether a clusterrole to give servicebindings read access should be created.
  161. create: true
  162. # -- Specifies whether permissions are aggregated to the view ClusterRole
  163. aggregateToView: true
  164. # -- Specifies whether permissions are aggregated to the edit ClusterRole
  165. aggregateToEdit: true
  166. ## -- Extra environment variables to add to container.
  167. extraEnv: []
  168. ## -- Map of extra arguments to pass to container.
  169. extraArgs: {}
  170. ## -- Extra volumes to pass to pod.
  171. extraVolumes: []
  172. ## -- Extra Kubernetes objects to deploy with the helm chart
  173. extraObjects: []
  174. ## -- Extra volumes to mount to the container.
  175. extraVolumeMounts: []
  176. ## -- Extra init containers to add to the pod.
  177. extraInitContainers: []
  178. ## -- Extra containers to add to the pod.
  179. extraContainers: []
  180. # -- Annotations to add to Deployment
  181. deploymentAnnotations: {}
  182. # -- Set deployment strategy
  183. strategy: {}
  184. # -- Annotations to add to Pod
  185. podAnnotations: {}
  186. podLabels: {}
  187. podSecurityContext:
  188. enabled: true
  189. # fsGroup: 2000
  190. securityContext:
  191. allowPrivilegeEscalation: false
  192. capabilities:
  193. drop:
  194. - ALL
  195. enabled: true
  196. readOnlyRootFilesystem: true
  197. runAsNonRoot: true
  198. runAsUser: 1000
  199. seccompProfile:
  200. type: RuntimeDefault
  201. resources: {}
  202. # requests:
  203. # cpu: 10m
  204. # memory: 32Mi
  205. serviceMonitor:
  206. # -- Specifies whether to create a ServiceMonitor resource for collecting Prometheus metrics
  207. enabled: false
  208. # -- How should we react to missing CRD "`monitoring.coreos.com/v1/ServiceMonitor`"
  209. #
  210. # Possible values:
  211. # - `skipIfMissing`: Only render ServiceMonitor resources if CRD is present, skip if missing.
  212. # - `failIfMissing`: Fail Helm install if CRD is not present.
  213. # - `alwaysRender` : Always render ServiceMonitor resources, do not check for CRD.
  214. # @schema
  215. # enum:
  216. # - skipIfMissing
  217. # - failIfMissing
  218. # - alwaysRender
  219. # @schema
  220. renderMode: skipIfMissing # @schema enum: [skipIfMissing, failIfMissing, alwaysRender]
  221. # -- namespace where you want to install ServiceMonitors
  222. namespace: ""
  223. # -- Additional labels
  224. additionalLabels: {}
  225. # -- Interval to scrape metrics
  226. interval: 30s
  227. # -- Timeout if metrics can't be retrieved in given time interval
  228. scrapeTimeout: 25s
  229. # -- Let prometheus add an exported_ prefix to conflicting labels
  230. honorLabels: false
  231. # -- Metric relabel configs to apply to samples before ingestion. [Metric Relabeling](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs)
  232. metricRelabelings: []
  233. # - action: replace
  234. # regex: (.*)
  235. # replacement: $1
  236. # sourceLabels:
  237. # - exported_namespace
  238. # targetLabel: namespace
  239. # -- Relabel configs to apply to samples before ingestion. [Relabeling](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config)
  240. relabelings: []
  241. # - sourceLabels: [__meta_kubernetes_pod_node_name]
  242. # separator: ;
  243. # regex: ^(.*)$
  244. # targetLabel: nodename
  245. # replacement: $1
  246. # action: replace
  247. metrics:
  248. listen:
  249. port: 8080
  250. secure:
  251. enabled: false
  252. # -- if those are not set or invalid, self-signed certs will be generated
  253. # -- TLS cert directory path
  254. certDir: /etc/tls
  255. # -- TLS cert file path
  256. certFile: /etc/tls/tls.crt
  257. # -- TLS key file path
  258. keyFile: /etc/tls/tls.key
  259. service:
  260. # -- Enable if you use another monitoring tool than Prometheus to scrape the metrics
  261. enabled: false
  262. # -- Metrics service port to scrape
  263. port: 8080
  264. # -- Additional service annotations
  265. annotations: {}
  266. grafanaDashboard:
  267. # -- If true creates a Grafana dashboard.
  268. enabled: false
  269. # -- Label that ConfigMaps should have to be loaded as dashboards.
  270. sidecarLabel: "grafana_dashboard"
  271. # -- Label value that ConfigMaps should have to be loaded as dashboards.
  272. sidecarLabelValue: "1"
  273. # -- Annotations that ConfigMaps can have to get configured in Grafana,
  274. # See: sidecar.dashboards.folderAnnotation for specifying the dashboard folder.
  275. # https://github.com/grafana/helm-charts/tree/main/charts/grafana
  276. annotations: {}
  277. # -- Extra labels to add to the Grafana dashboard ConfigMap.
  278. extraLabels: {}
  279. livenessProbe:
  280. # -- Enabled determines if the liveness probe should be used or not. By default it's disabled.
  281. enabled: false
  282. # -- The body of the liveness probe settings.
  283. spec:
  284. # -- Address for liveness probe.
  285. address: ""
  286. # -- Named port for liveness probe.
  287. port: 8082
  288. # -- Specify the maximum amount of time to wait for a probe to respond before considering it fails.
  289. timeoutSeconds: 5
  290. # -- Number of consecutive probe failures that should occur before considering the probe as failed.
  291. failureThreshold: 5
  292. # -- Period in seconds for K8s to start performing probes.
  293. periodSeconds: 10
  294. # -- Number of successful probes to mark probe successful.
  295. successThreshold: 1
  296. # -- Delay in seconds for the container to start before performing the initial probe.
  297. initialDelaySeconds: 10
  298. # -- Handler for liveness probe.
  299. httpGet:
  300. # -- Set this value to 'live' (for named port) or an an integer for liveness probes.
  301. # @schema type: [string, integer]
  302. port: live
  303. # -- Path for liveness probe.
  304. path: /healthz
  305. nodeSelector: {}
  306. tolerations: []
  307. topologySpreadConstraints: []
  308. affinity: {}
  309. # -- Pod priority class name.
  310. priorityClassName: ""
  311. # -- Pod disruption budget - for more details see https://kubernetes.io/docs/concepts/workloads/pods/disruptions/
  312. podDisruptionBudget:
  313. enabled: false
  314. minAvailable: 1 # @schema type:[integer, string]
  315. nameOverride: ""
  316. # maxUnavailable: "50%"
  317. # -- Run the controller on the host network
  318. hostNetwork: false
  319. # -- (bool) Specifies if controller pod should use hostUsers or not. If hostNetwork is true, hostUsers should be too. Only available in Kubernetes ≥ 1.33.
  320. # @schema type: [boolean, null]
  321. hostUsers:
  322. webhook:
  323. # -- Annotations to place on validating webhook configuration.
  324. annotations: {}
  325. # -- Specifies whether a webhook deployment be created. If set to false, crds.conversion.enabled should also be set to false otherwise the kubeapi will be hammered because the conversion is looking for a webhook endpoint.
  326. create: true
  327. # -- Specifies the time to check if the cert is valid
  328. certCheckInterval: "5m"
  329. # -- Specifies the lookaheadInterval for certificate validity
  330. lookaheadInterval: ""
  331. replicaCount: 1
  332. # -- Specifies Log Params to the Webhook
  333. log:
  334. level: info
  335. timeEncoding: epoch
  336. # -- Specifies the amount of historic ReplicaSets k8s should keep (see https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#clean-up-policy)
  337. revisionHistoryLimit: 10
  338. certDir: /tmp/certs
  339. # -- Specifies whether validating webhooks should be created with failurePolicy: Fail or Ignore
  340. failurePolicy: Fail
  341. # -- Specifies if webhook pod should use hostNetwork or not.
  342. hostNetwork: false
  343. # -- (bool) Specifies if webhook pod should use hostUsers or not. If hostNetwork is true, hostUsers should be too. Only available in Kubernetes ≥ 1.33.
  344. # @schema type: [boolean, null]
  345. hostUsers:
  346. image:
  347. repository: ghcr.io/external-secrets/external-secrets
  348. pullPolicy: IfNotPresent
  349. # -- The image tag to use. The default is the chart appVersion.
  350. tag: ""
  351. # -- The flavour of tag you want to use
  352. flavour: ""
  353. imagePullSecrets: []
  354. # -- The port the webhook will listen to
  355. port: 10250
  356. serviceAccount:
  357. # -- Specifies whether a service account should be created.
  358. create: true
  359. # -- Automounts the service account token in all containers of the pod
  360. automount: true
  361. # -- Annotations to add to the service account.
  362. annotations: {}
  363. # -- Extra Labels to add to the service account.
  364. extraLabels: {}
  365. # -- The name of the service account to use.
  366. # If not set and create is true, a name is generated using the fullname template.
  367. name: ""
  368. nodeSelector: {}
  369. # -- Specifies `hostAliases` to webhook deployment
  370. hostAliases: []
  371. certManager:
  372. # -- Enabling cert-manager support will disable the built in secret and
  373. # switch to using cert-manager (installed separately) to automatically issue
  374. # and renew the webhook certificate. This chart does not install
  375. # cert-manager for you, See https://cert-manager.io/docs/
  376. enabled: false
  377. # -- Automatically add the cert-manager.io/inject-ca-from annotation to the
  378. # webhooks and CRDs. As long as you have the cert-manager CA Injector
  379. # enabled, this will automatically setup your webhook's CA to the one used
  380. # by cert-manager. See https://cert-manager.io/docs/concepts/ca-injector
  381. addInjectorAnnotations: true
  382. cert:
  383. # -- Create a certificate resource within this chart. See
  384. # https://cert-manager.io/docs/usage/certificate/
  385. create: true
  386. # -- For the Certificate created by this chart, setup the issuer. See
  387. # https://cert-manager.io/docs/reference/api-docs/#cert-manager.io/v1.IssuerSpec
  388. issuerRef:
  389. group: cert-manager.io
  390. kind: "Issuer"
  391. name: "my-issuer"
  392. # -- Set the requested duration (i.e. lifetime) of the Certificate. See
  393. # https://cert-manager.io/docs/reference/api-docs/#cert-manager.io/v1.CertificateSpec
  394. # One year by default.
  395. duration: "8760h0m0s"
  396. # -- Set the revisionHistoryLimit on the Certificate. See
  397. # https://cert-manager.io/docs/reference/api-docs/#cert-manager.io/v1.CertificateSpec
  398. # Defaults to 0 (ignored).
  399. revisionHistoryLimit: 0
  400. # -- How long before the currently issued certificate’s expiry
  401. # cert-manager should renew the certificate. See
  402. # https://cert-manager.io/docs/reference/api-docs/#cert-manager.io/v1.CertificateSpec
  403. # Note that renewBefore should be greater than .webhook.lookaheadInterval
  404. # since the webhook will check this far in advance that the certificate is
  405. # valid.
  406. renewBefore: ""
  407. # -- Specific settings on the privateKey and its generation
  408. privateKey: {}
  409. # rotationPolicy: Always
  410. # algorithm: RSA
  411. # size: 2048
  412. # -- Specific settings on the signatureAlgorithm used on the cert.
  413. # signatureAlgorithm is only valid for cert-manager v1.18.0+
  414. signatureAlgorithm: ""
  415. # -- Add extra annotations to the Certificate resource.
  416. annotations: {}
  417. tolerations: []
  418. topologySpreadConstraints: []
  419. affinity: {}
  420. # -- Set deployment strategy
  421. strategy: {}
  422. # -- Pod priority class name.
  423. priorityClassName: ""
  424. # -- Pod disruption budget - for more details see https://kubernetes.io/docs/concepts/workloads/pods/disruptions/
  425. podDisruptionBudget:
  426. enabled: false
  427. minAvailable: 1 # @schema type:[integer, string]
  428. nameOverride: ""
  429. # maxUnavailable: "50%"
  430. metrics:
  431. listen:
  432. port: 8080
  433. service:
  434. # -- Enable if you use another monitoring tool than Prometheus to scrape the metrics
  435. enabled: false
  436. # -- Metrics service port to scrape
  437. port: 8080
  438. # -- Additional service annotations
  439. annotations: {}
  440. readinessProbe:
  441. # -- Address for readiness probe
  442. address: ""
  443. # -- ReadinessProbe port for kubelet
  444. port: 8081
  445. ## -- Extra environment variables to add to container.
  446. extraEnv: []
  447. ## -- Map of extra arguments to pass to container.
  448. extraArgs: {}
  449. ## -- Extra init containers to add to the pod.
  450. extraInitContainers: []
  451. ## -- Extra volumes to pass to pod.
  452. extraVolumes: []
  453. ## -- Extra volumes to mount to the container.
  454. extraVolumeMounts: []
  455. # -- Annotations to add to Secret
  456. secretAnnotations: {}
  457. # -- Annotations to add to Deployment
  458. deploymentAnnotations: {}
  459. # -- Annotations to add to Pod
  460. podAnnotations: {}
  461. podLabels: {}
  462. podSecurityContext:
  463. enabled: true
  464. # fsGroup: 2000
  465. securityContext:
  466. allowPrivilegeEscalation: false
  467. capabilities:
  468. drop:
  469. - ALL
  470. enabled: true
  471. readOnlyRootFilesystem: true
  472. runAsNonRoot: true
  473. runAsUser: 1000
  474. seccompProfile:
  475. type: RuntimeDefault
  476. resources: {}
  477. # requests:
  478. # cpu: 10m
  479. # memory: 32Mi
  480. # -- Manage the service through which the webhook is reached.
  481. service:
  482. # -- Whether the service object should be enabled or not (it is expected to exist).
  483. enabled: true
  484. # -- Custom annotations for the webhook service.
  485. annotations: {}
  486. # -- Custom labels for the webhook service.
  487. labels: {}
  488. # -- The service type of the webhook service.
  489. type: ClusterIP
  490. # -- If the webhook service type is LoadBalancer, you can assign a specific load balancer IP here.
  491. # Check the documentation of your load balancer provider to see if/how this should be used.
  492. loadBalancerIP: ""
  493. certController:
  494. # -- Specifies whether a certificate controller deployment be created.
  495. create: true
  496. requeueInterval: "5m"
  497. replicaCount: 1
  498. # -- Specifies Log Params to the Certificate Controller
  499. log:
  500. level: info
  501. timeEncoding: epoch
  502. # -- Specifies the amount of historic ReplicaSets k8s should keep (see https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#clean-up-policy)
  503. revisionHistoryLimit: 10
  504. image:
  505. repository: ghcr.io/external-secrets/external-secrets
  506. pullPolicy: IfNotPresent
  507. tag: ""
  508. flavour: ""
  509. imagePullSecrets: []
  510. rbac:
  511. # -- Specifies whether role and rolebinding resources should be created.
  512. create: true
  513. serviceAccount:
  514. # -- Specifies whether a service account should be created.
  515. create: true
  516. # -- Automounts the service account token in all containers of the pod
  517. automount: true
  518. # -- Annotations to add to the service account.
  519. annotations: {}
  520. # -- Extra Labels to add to the service account.
  521. extraLabels: {}
  522. # -- The name of the service account to use.
  523. # If not set and create is true, a name is generated using the fullname template.
  524. name: ""
  525. nodeSelector: {}
  526. # -- Specifies `hostAliases` to cert-controller deployment
  527. hostAliases: []
  528. tolerations: []
  529. topologySpreadConstraints: []
  530. affinity: {}
  531. # -- Set deployment strategy
  532. strategy: {}
  533. # -- Run the certController on the host network
  534. hostNetwork: false
  535. # -- (bool) Specifies if certController pod should use hostUsers or not. If hostNetwork is true, hostUsers should be too. Only available in Kubernetes ≥ 1.33.
  536. # @schema type: [boolean, null]
  537. hostUsers:
  538. # -- Pod priority class name.
  539. priorityClassName: ""
  540. # -- Pod disruption budget - for more details see https://kubernetes.io/docs/concepts/workloads/pods/disruptions/
  541. podDisruptionBudget:
  542. enabled: false
  543. minAvailable: 1 # @schema type:[integer, string]
  544. nameOverride: ""
  545. # maxUnavailable: "50%"
  546. metrics:
  547. listen:
  548. port: 8080
  549. service:
  550. # -- Enable if you use another monitoring tool than Prometheus to scrape the metrics
  551. enabled: false
  552. # -- Metrics service port to scrape
  553. port: 8080
  554. # -- Additional service annotations
  555. annotations: {}
  556. readinessProbe:
  557. # -- Address for readiness probe
  558. address: ""
  559. # -- ReadinessProbe port for kubelet
  560. port: 8081
  561. startupProbe:
  562. # -- Enabled determines if the startup probe should be used or not. By default it's enabled
  563. enabled: false
  564. # -- whether to use the readiness probe port for startup probe.
  565. useReadinessProbePort: true
  566. # -- Port for startup probe.
  567. port: ""
  568. ## -- Extra environment variables to add to container.
  569. extraEnv: []
  570. ## -- Map of extra arguments to pass to container.
  571. extraArgs: {}
  572. ## -- Extra init containers to add to the pod.
  573. extraInitContainers: []
  574. ## -- Extra volumes to pass to pod.
  575. extraVolumes: []
  576. ## -- Extra volumes to mount to the container.
  577. extraVolumeMounts: []
  578. # -- Annotations to add to Deployment
  579. deploymentAnnotations: {}
  580. # -- Annotations to add to Pod
  581. podAnnotations: {}
  582. podLabels: {}
  583. podSecurityContext:
  584. enabled: true
  585. # fsGroup: 2000
  586. securityContext:
  587. allowPrivilegeEscalation: false
  588. capabilities:
  589. drop:
  590. - ALL
  591. enabled: true
  592. readOnlyRootFilesystem: true
  593. runAsNonRoot: true
  594. runAsUser: 1000
  595. seccompProfile:
  596. type: RuntimeDefault
  597. resources: {}
  598. # requests:
  599. # cpu: 10m
  600. # memory: 32Mi
  601. # -- Specifies `dnsPolicy` to deployment
  602. dnsPolicy: ClusterFirst
  603. # -- Specifies `dnsOptions` to deployment
  604. dnsConfig: {}
  605. # -- Specifies `hostAliases` to deployment
  606. hostAliases: []
  607. # -- Any extra pod spec on the deployment
  608. podSpecExtra: {}