values.yaml 23 KB

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