values.schema.json 49 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491
  1. {
  2. "$schema": "https://json-schema.org/draft/2020-12/schema",
  3. "type": "object",
  4. "properties": {
  5. "affinity": {
  6. "type": "object"
  7. },
  8. "bitwarden-sdk-server": {
  9. "type": "object",
  10. "properties": {
  11. "enabled": {
  12. "type": "boolean"
  13. },
  14. "namespaceOverride": {
  15. "type": "string"
  16. }
  17. }
  18. },
  19. "certController": {
  20. "type": "object",
  21. "properties": {
  22. "affinity": {
  23. "type": "object"
  24. },
  25. "create": {
  26. "type": "boolean"
  27. },
  28. "deploymentAnnotations": {
  29. "type": "object"
  30. },
  31. "extraArgs": {
  32. "type": "object"
  33. },
  34. "extraEnv": {
  35. "type": "array"
  36. },
  37. "extraInitContainers": {
  38. "type": "array"
  39. },
  40. "extraVolumeMounts": {
  41. "type": "array"
  42. },
  43. "extraVolumes": {
  44. "type": "array"
  45. },
  46. "hostAliases": {
  47. "type": "array"
  48. },
  49. "hostNetwork": {
  50. "type": "boolean"
  51. },
  52. "hostUsers": {
  53. "type": [
  54. "boolean",
  55. "null"
  56. ]
  57. },
  58. "image": {
  59. "type": "object",
  60. "properties": {
  61. "flavour": {
  62. "type": "string"
  63. },
  64. "pullPolicy": {
  65. "type": "string"
  66. },
  67. "repository": {
  68. "type": "string"
  69. },
  70. "tag": {
  71. "type": "string"
  72. }
  73. }
  74. },
  75. "imagePullSecrets": {
  76. "type": "array"
  77. },
  78. "livenessProbe": {
  79. "type": "object",
  80. "properties": {
  81. "enabled": {
  82. "type": "boolean"
  83. },
  84. "failureThreshold": {
  85. "type": "integer"
  86. },
  87. "initialDelaySeconds": {
  88. "type": "integer"
  89. },
  90. "periodSeconds": {
  91. "type": "integer"
  92. },
  93. "port": {
  94. "type": [
  95. "string",
  96. "integer"
  97. ]
  98. },
  99. "successThreshold": {
  100. "type": "integer"
  101. },
  102. "timeoutSeconds": {
  103. "type": "integer"
  104. }
  105. }
  106. },
  107. "log": {
  108. "type": "object",
  109. "properties": {
  110. "level": {
  111. "type": "string"
  112. },
  113. "timeEncoding": {
  114. "type": "string"
  115. }
  116. }
  117. },
  118. "metrics": {
  119. "type": "object",
  120. "properties": {
  121. "listen": {
  122. "type": "object",
  123. "properties": {
  124. "auth": {
  125. "type": "object",
  126. "properties": {
  127. "enabled": {
  128. "type": "boolean"
  129. }
  130. }
  131. },
  132. "port": {
  133. "type": "integer"
  134. },
  135. "secure": {
  136. "type": "object",
  137. "properties": {
  138. "certDir": {
  139. "type": "string"
  140. },
  141. "certFile": {
  142. "type": "string"
  143. },
  144. "enabled": {
  145. "type": "boolean"
  146. },
  147. "keyFile": {
  148. "type": "string"
  149. }
  150. }
  151. }
  152. }
  153. },
  154. "service": {
  155. "type": "object",
  156. "properties": {
  157. "annotations": {
  158. "type": "object"
  159. },
  160. "enabled": {
  161. "type": "boolean"
  162. },
  163. "port": {
  164. "type": "integer"
  165. }
  166. }
  167. }
  168. }
  169. },
  170. "networkPolicy": {
  171. "type": "object",
  172. "properties": {
  173. "egress": {
  174. "type": "array"
  175. },
  176. "enabled": {
  177. "type": "boolean"
  178. },
  179. "ingress": {
  180. "type": "array",
  181. "items": {
  182. "type": "object",
  183. "properties": {
  184. "ports": {
  185. "type": "array",
  186. "items": {
  187. "type": "object",
  188. "properties": {
  189. "port": {
  190. "type": [
  191. "string",
  192. "integer"
  193. ]
  194. },
  195. "protocol": {
  196. "type": "string"
  197. }
  198. }
  199. }
  200. }
  201. }
  202. }
  203. }
  204. }
  205. },
  206. "nodeSelector": {
  207. "type": "object"
  208. },
  209. "podAnnotations": {
  210. "type": "object"
  211. },
  212. "podDisruptionBudget": {
  213. "type": "object",
  214. "properties": {
  215. "enabled": {
  216. "type": "boolean"
  217. },
  218. "minAvailable": {
  219. "type": [
  220. "integer",
  221. "string"
  222. ]
  223. },
  224. "nameOverride": {
  225. "type": "string"
  226. }
  227. }
  228. },
  229. "podLabels": {
  230. "type": "object"
  231. },
  232. "podSecurityContext": {
  233. "type": "object",
  234. "properties": {
  235. "enabled": {
  236. "type": "boolean"
  237. }
  238. }
  239. },
  240. "priorityClassName": {
  241. "type": "string"
  242. },
  243. "rbac": {
  244. "type": "object",
  245. "properties": {
  246. "create": {
  247. "type": "boolean"
  248. }
  249. }
  250. },
  251. "readinessProbe": {
  252. "type": "object",
  253. "properties": {
  254. "address": {
  255. "type": "string"
  256. },
  257. "enabled": {
  258. "type": "boolean"
  259. },
  260. "failureThreshold": {
  261. "type": "integer"
  262. },
  263. "initialDelaySeconds": {
  264. "type": "integer"
  265. },
  266. "periodSeconds": {
  267. "type": "integer"
  268. },
  269. "port": {
  270. "type": [
  271. "string",
  272. "integer"
  273. ]
  274. },
  275. "successThreshold": {
  276. "type": "integer"
  277. },
  278. "timeoutSeconds": {
  279. "type": "integer"
  280. }
  281. }
  282. },
  283. "replicaCount": {
  284. "type": "integer"
  285. },
  286. "requeueInterval": {
  287. "type": "string"
  288. },
  289. "resources": {
  290. "type": "object"
  291. },
  292. "revisionHistoryLimit": {
  293. "type": "integer"
  294. },
  295. "runtimeClassName": {
  296. "type": "string"
  297. },
  298. "schedulerName": {
  299. "type": "string"
  300. },
  301. "securityContext": {
  302. "type": "object",
  303. "properties": {
  304. "allowPrivilegeEscalation": {
  305. "type": "boolean"
  306. },
  307. "capabilities": {
  308. "type": "object",
  309. "properties": {
  310. "drop": {
  311. "type": "array",
  312. "items": {
  313. "type": "string"
  314. }
  315. }
  316. }
  317. },
  318. "enabled": {
  319. "type": "boolean"
  320. },
  321. "readOnlyRootFilesystem": {
  322. "type": "boolean"
  323. },
  324. "runAsNonRoot": {
  325. "type": "boolean"
  326. },
  327. "runAsUser": {
  328. "type": "integer"
  329. },
  330. "seccompProfile": {
  331. "type": "object",
  332. "properties": {
  333. "type": {
  334. "type": "string"
  335. }
  336. }
  337. }
  338. }
  339. },
  340. "serviceAccount": {
  341. "type": "object",
  342. "properties": {
  343. "annotations": {
  344. "type": "object"
  345. },
  346. "automount": {
  347. "type": "boolean"
  348. },
  349. "create": {
  350. "type": "boolean"
  351. },
  352. "extraLabels": {
  353. "type": "object"
  354. },
  355. "name": {
  356. "type": "string"
  357. }
  358. }
  359. },
  360. "startupProbe": {
  361. "type": "object",
  362. "properties": {
  363. "enabled": {
  364. "type": "boolean"
  365. },
  366. "failureThreshold": {
  367. "type": "integer"
  368. },
  369. "initialDelaySeconds": {
  370. "type": "integer"
  371. },
  372. "periodSeconds": {
  373. "type": "integer"
  374. }
  375. }
  376. },
  377. "strategy": {
  378. "type": "object"
  379. },
  380. "tolerations": {
  381. "type": "array"
  382. },
  383. "topologySpreadConstraints": {
  384. "type": "array"
  385. }
  386. }
  387. },
  388. "commonLabels": {
  389. "type": "object"
  390. },
  391. "concurrent": {
  392. "type": "integer"
  393. },
  394. "controllerClass": {
  395. "type": "string"
  396. },
  397. "crds": {
  398. "type": "object",
  399. "properties": {
  400. "annotations": {
  401. "type": "object"
  402. },
  403. "conversion": {
  404. "type": "object",
  405. "properties": {
  406. "enabled": {
  407. "type": "boolean"
  408. }
  409. }
  410. },
  411. "createClusterExternalSecret": {
  412. "type": "boolean"
  413. },
  414. "createClusterGenerator": {
  415. "type": "boolean"
  416. },
  417. "createClusterPushSecret": {
  418. "type": "boolean"
  419. },
  420. "createClusterSecretStore": {
  421. "type": "boolean"
  422. },
  423. "createPushSecret": {
  424. "type": "boolean"
  425. },
  426. "createSecretStore": {
  427. "type": "boolean"
  428. },
  429. "unsafeServeV1Beta1": {
  430. "type": "boolean"
  431. }
  432. }
  433. },
  434. "createOperator": {
  435. "type": "boolean"
  436. },
  437. "deploymentAnnotations": {
  438. "type": "object"
  439. },
  440. "dnsConfig": {
  441. "type": "object"
  442. },
  443. "dnsPolicy": {
  444. "type": "string"
  445. },
  446. "enableHTTP2": {
  447. "type": "boolean"
  448. },
  449. "extendedMetricLabels": {
  450. "type": "boolean"
  451. },
  452. "extraArgs": {
  453. "type": "object"
  454. },
  455. "extraContainers": {
  456. "type": "array"
  457. },
  458. "extraEnv": {
  459. "type": "array"
  460. },
  461. "extraInitContainers": {
  462. "type": "array"
  463. },
  464. "extraObjects": {
  465. "type": "array"
  466. },
  467. "extraVolumeMounts": {
  468. "type": "array"
  469. },
  470. "extraVolumes": {
  471. "type": "array"
  472. },
  473. "fullnameOverride": {
  474. "type": "string"
  475. },
  476. "genericTargets": {
  477. "type": "object",
  478. "properties": {
  479. "enabled": {
  480. "type": "boolean"
  481. },
  482. "resources": {
  483. "type": "array"
  484. }
  485. }
  486. },
  487. "global": {
  488. "type": "object",
  489. "properties": {
  490. "affinity": {
  491. "type": "object"
  492. },
  493. "compatibility": {
  494. "type": "object",
  495. "properties": {
  496. "openshift": {
  497. "type": "object",
  498. "properties": {
  499. "adaptSecurityContext": {
  500. "type": "string"
  501. }
  502. }
  503. }
  504. }
  505. },
  506. "hostAliases": {
  507. "type": "array"
  508. },
  509. "imagePullSecrets": {
  510. "type": "array"
  511. },
  512. "nodeSelector": {
  513. "type": "object"
  514. },
  515. "podAnnotations": {
  516. "type": "object"
  517. },
  518. "podLabels": {
  519. "type": "object"
  520. },
  521. "repository": {
  522. "type": "string"
  523. },
  524. "tolerations": {
  525. "type": "array"
  526. },
  527. "topologySpreadConstraints": {
  528. "type": "array"
  529. }
  530. }
  531. },
  532. "grafanaDashboard": {
  533. "type": "object",
  534. "properties": {
  535. "annotations": {
  536. "type": "object"
  537. },
  538. "enabled": {
  539. "type": "boolean"
  540. },
  541. "extraLabels": {
  542. "type": "object"
  543. },
  544. "sidecarLabel": {
  545. "type": "string"
  546. },
  547. "sidecarLabelValue": {
  548. "type": "string"
  549. }
  550. }
  551. },
  552. "hostAliases": {
  553. "type": "array"
  554. },
  555. "hostNetwork": {
  556. "type": "boolean"
  557. },
  558. "hostUsers": {
  559. "type": [
  560. "boolean",
  561. "null"
  562. ]
  563. },
  564. "image": {
  565. "type": "object",
  566. "properties": {
  567. "flavour": {
  568. "type": "string"
  569. },
  570. "pullPolicy": {
  571. "type": "string"
  572. },
  573. "repository": {
  574. "type": "string"
  575. },
  576. "tag": {
  577. "type": "string"
  578. }
  579. }
  580. },
  581. "imagePullSecrets": {
  582. "type": "array"
  583. },
  584. "installCRDs": {
  585. "type": "boolean"
  586. },
  587. "leaderElect": {
  588. "type": "boolean"
  589. },
  590. "leaderElectionID": {
  591. "type": "string"
  592. },
  593. "leaderElectionLeaseDuration": {
  594. "type": "string"
  595. },
  596. "leaderElectionRenewDeadline": {
  597. "type": "string"
  598. },
  599. "leaderElectionRetryPeriod": {
  600. "type": "string"
  601. },
  602. "livenessProbe": {
  603. "type": "object",
  604. "properties": {
  605. "enabled": {
  606. "type": "boolean"
  607. },
  608. "spec": {
  609. "type": "object",
  610. "properties": {
  611. "address": {
  612. "type": "string"
  613. },
  614. "failureThreshold": {
  615. "type": "integer"
  616. },
  617. "httpGet": {
  618. "type": "object",
  619. "properties": {
  620. "path": {
  621. "type": "string"
  622. },
  623. "port": {
  624. "type": [
  625. "string",
  626. "integer"
  627. ]
  628. }
  629. }
  630. },
  631. "initialDelaySeconds": {
  632. "type": "integer"
  633. },
  634. "periodSeconds": {
  635. "type": "integer"
  636. },
  637. "port": {
  638. "type": "integer"
  639. },
  640. "successThreshold": {
  641. "type": "integer"
  642. },
  643. "timeoutSeconds": {
  644. "type": "integer"
  645. }
  646. }
  647. }
  648. }
  649. },
  650. "log": {
  651. "type": "object",
  652. "properties": {
  653. "level": {
  654. "type": "string"
  655. },
  656. "timeEncoding": {
  657. "type": "string"
  658. }
  659. }
  660. },
  661. "metrics": {
  662. "type": "object",
  663. "properties": {
  664. "listen": {
  665. "type": "object",
  666. "properties": {
  667. "auth": {
  668. "type": "object",
  669. "properties": {
  670. "enabled": {
  671. "type": "boolean"
  672. }
  673. }
  674. },
  675. "port": {
  676. "type": "integer"
  677. },
  678. "secure": {
  679. "type": "object",
  680. "properties": {
  681. "certDir": {
  682. "type": "string"
  683. },
  684. "certFile": {
  685. "type": "string"
  686. },
  687. "enabled": {
  688. "type": "boolean"
  689. },
  690. "keyFile": {
  691. "type": "string"
  692. }
  693. }
  694. }
  695. }
  696. },
  697. "service": {
  698. "type": "object",
  699. "properties": {
  700. "annotations": {
  701. "type": "object"
  702. },
  703. "enabled": {
  704. "type": "boolean"
  705. },
  706. "port": {
  707. "type": "integer"
  708. }
  709. }
  710. }
  711. }
  712. },
  713. "nameOverride": {
  714. "type": "string"
  715. },
  716. "namespaceOverride": {
  717. "type": "string"
  718. },
  719. "networkPolicy": {
  720. "type": "object",
  721. "properties": {
  722. "egress": {
  723. "type": "array"
  724. },
  725. "enabled": {
  726. "type": "boolean"
  727. },
  728. "ingress": {
  729. "type": "array",
  730. "items": {
  731. "type": "object",
  732. "properties": {
  733. "ports": {
  734. "type": "array",
  735. "items": {
  736. "type": "object",
  737. "properties": {
  738. "port": {
  739. "type": [
  740. "string",
  741. "integer"
  742. ]
  743. },
  744. "protocol": {
  745. "type": "string"
  746. }
  747. }
  748. }
  749. }
  750. }
  751. }
  752. }
  753. }
  754. },
  755. "nodeSelector": {
  756. "type": "object"
  757. },
  758. "openshiftFinalizers": {
  759. "type": "boolean"
  760. },
  761. "podAnnotations": {
  762. "type": "object"
  763. },
  764. "podDisruptionBudget": {
  765. "type": "object",
  766. "properties": {
  767. "enabled": {
  768. "type": "boolean"
  769. },
  770. "minAvailable": {
  771. "type": [
  772. "integer",
  773. "string"
  774. ]
  775. },
  776. "nameOverride": {
  777. "type": "string"
  778. }
  779. }
  780. },
  781. "podLabels": {
  782. "type": "object"
  783. },
  784. "podSecurityContext": {
  785. "type": "object",
  786. "properties": {
  787. "enabled": {
  788. "type": "boolean"
  789. }
  790. }
  791. },
  792. "podSpecExtra": {
  793. "type": "object"
  794. },
  795. "priorityClassName": {
  796. "type": "string"
  797. },
  798. "processClusterExternalSecret": {
  799. "type": "boolean"
  800. },
  801. "processClusterGenerator": {
  802. "type": "boolean"
  803. },
  804. "processClusterPushSecret": {
  805. "type": "boolean"
  806. },
  807. "processClusterStore": {
  808. "type": "boolean"
  809. },
  810. "processPushSecret": {
  811. "type": "boolean"
  812. },
  813. "processSecretStore": {
  814. "type": "boolean"
  815. },
  816. "rbac": {
  817. "type": "object",
  818. "properties": {
  819. "aggregateToAdmin": {
  820. "type": "boolean"
  821. },
  822. "aggregateToEdit": {
  823. "type": "boolean"
  824. },
  825. "aggregateToView": {
  826. "type": "boolean"
  827. },
  828. "create": {
  829. "type": "boolean"
  830. },
  831. "serviceAccountTokenCreate": {
  832. "type": "boolean"
  833. },
  834. "servicebindings": {
  835. "type": "object",
  836. "properties": {
  837. "create": {
  838. "type": "boolean"
  839. }
  840. }
  841. }
  842. }
  843. },
  844. "readinessProbe": {
  845. "type": "object",
  846. "properties": {
  847. "enabled": {
  848. "type": "boolean"
  849. },
  850. "spec": {
  851. "type": "object",
  852. "properties": {
  853. "failureThreshold": {
  854. "type": "integer"
  855. },
  856. "httpGet": {
  857. "type": "object",
  858. "properties": {
  859. "path": {
  860. "type": "string"
  861. },
  862. "port": {
  863. "type": [
  864. "string",
  865. "integer"
  866. ]
  867. }
  868. }
  869. },
  870. "initialDelaySeconds": {
  871. "type": "integer"
  872. },
  873. "periodSeconds": {
  874. "type": "integer"
  875. },
  876. "successThreshold": {
  877. "type": "integer"
  878. },
  879. "timeoutSeconds": {
  880. "type": "integer"
  881. }
  882. }
  883. }
  884. }
  885. },
  886. "replicaCount": {
  887. "type": "integer"
  888. },
  889. "resources": {
  890. "type": "object"
  891. },
  892. "revisionHistoryLimit": {
  893. "type": "integer"
  894. },
  895. "runtimeClassName": {
  896. "type": "string"
  897. },
  898. "schedulerName": {
  899. "type": "string"
  900. },
  901. "scopedNamespace": {
  902. "type": "string"
  903. },
  904. "scopedRBAC": {
  905. "type": "boolean"
  906. },
  907. "securityContext": {
  908. "type": "object",
  909. "properties": {
  910. "allowPrivilegeEscalation": {
  911. "type": "boolean"
  912. },
  913. "capabilities": {
  914. "type": "object",
  915. "properties": {
  916. "drop": {
  917. "type": "array",
  918. "items": {
  919. "type": "string"
  920. }
  921. }
  922. }
  923. },
  924. "enabled": {
  925. "type": "boolean"
  926. },
  927. "readOnlyRootFilesystem": {
  928. "type": "boolean"
  929. },
  930. "runAsNonRoot": {
  931. "type": "boolean"
  932. },
  933. "runAsUser": {
  934. "type": "integer"
  935. },
  936. "seccompProfile": {
  937. "type": "object",
  938. "properties": {
  939. "type": {
  940. "type": "string"
  941. }
  942. }
  943. }
  944. }
  945. },
  946. "service": {
  947. "type": "object",
  948. "properties": {
  949. "ipFamilies": {
  950. "type": "array"
  951. },
  952. "ipFamilyPolicy": {
  953. "type": "string"
  954. }
  955. }
  956. },
  957. "serviceAccount": {
  958. "type": "object",
  959. "properties": {
  960. "annotations": {
  961. "type": "object"
  962. },
  963. "automount": {
  964. "type": "boolean"
  965. },
  966. "create": {
  967. "type": "boolean"
  968. },
  969. "extraLabels": {
  970. "type": "object"
  971. },
  972. "name": {
  973. "type": "string"
  974. }
  975. }
  976. },
  977. "serviceMonitor": {
  978. "type": "object",
  979. "properties": {
  980. "additionalLabels": {
  981. "type": "object"
  982. },
  983. "enabled": {
  984. "type": "boolean"
  985. },
  986. "honorLabels": {
  987. "type": "boolean"
  988. },
  989. "interval": {
  990. "type": "string"
  991. },
  992. "metricRelabelings": {
  993. "type": "array"
  994. },
  995. "namespace": {
  996. "type": "string"
  997. },
  998. "relabelings": {
  999. "type": "array"
  1000. },
  1001. "renderMode": {
  1002. "type": "string",
  1003. "enum": [
  1004. "skipIfMissing",
  1005. "failIfMissing",
  1006. "alwaysRender"
  1007. ]
  1008. },
  1009. "scrapeTimeout": {
  1010. "type": "string"
  1011. }
  1012. }
  1013. },
  1014. "storeRequeueInterval": {
  1015. "type": "string"
  1016. },
  1017. "strategy": {
  1018. "type": "object"
  1019. },
  1020. "systemAuthDelegator": {
  1021. "type": "boolean"
  1022. },
  1023. "tolerations": {
  1024. "type": "array"
  1025. },
  1026. "topologySpreadConstraints": {
  1027. "type": "array"
  1028. },
  1029. "vault": {
  1030. "type": "object",
  1031. "properties": {
  1032. "enableTokenCache": {
  1033. "type": "boolean"
  1034. },
  1035. "tokenCacheSize": {
  1036. "type": "integer"
  1037. }
  1038. }
  1039. },
  1040. "webhook": {
  1041. "type": "object",
  1042. "properties": {
  1043. "affinity": {
  1044. "type": "object"
  1045. },
  1046. "annotations": {
  1047. "type": "object"
  1048. },
  1049. "certCheckInterval": {
  1050. "type": "string"
  1051. },
  1052. "certDir": {
  1053. "type": "string"
  1054. },
  1055. "certManager": {
  1056. "type": "object",
  1057. "properties": {
  1058. "addInjectorAnnotations": {
  1059. "type": "boolean"
  1060. },
  1061. "cert": {
  1062. "type": "object",
  1063. "properties": {
  1064. "annotations": {
  1065. "type": "object"
  1066. },
  1067. "create": {
  1068. "type": "boolean"
  1069. },
  1070. "duration": {
  1071. "type": "string"
  1072. },
  1073. "issuerRef": {
  1074. "type": "object",
  1075. "properties": {
  1076. "group": {
  1077. "type": "string"
  1078. },
  1079. "kind": {
  1080. "type": "string"
  1081. },
  1082. "name": {
  1083. "type": "string"
  1084. }
  1085. }
  1086. },
  1087. "privateKey": {
  1088. "type": "object"
  1089. },
  1090. "renewBefore": {
  1091. "type": "string"
  1092. },
  1093. "revisionHistoryLimit": {
  1094. "type": "integer"
  1095. },
  1096. "signatureAlgorithm": {
  1097. "type": "string"
  1098. }
  1099. }
  1100. },
  1101. "enabled": {
  1102. "type": "boolean"
  1103. }
  1104. }
  1105. },
  1106. "create": {
  1107. "type": "boolean"
  1108. },
  1109. "deploymentAnnotations": {
  1110. "type": "object"
  1111. },
  1112. "extraArgs": {
  1113. "type": "object"
  1114. },
  1115. "extraEnv": {
  1116. "type": "array"
  1117. },
  1118. "extraInitContainers": {
  1119. "type": "array"
  1120. },
  1121. "extraVolumeMounts": {
  1122. "type": "array"
  1123. },
  1124. "extraVolumes": {
  1125. "type": "array"
  1126. },
  1127. "failurePolicy": {
  1128. "type": "string"
  1129. },
  1130. "hostAliases": {
  1131. "type": "array"
  1132. },
  1133. "hostNetwork": {
  1134. "type": "boolean"
  1135. },
  1136. "hostUsers": {
  1137. "type": [
  1138. "boolean",
  1139. "null"
  1140. ]
  1141. },
  1142. "image": {
  1143. "type": "object",
  1144. "properties": {
  1145. "flavour": {
  1146. "type": "string"
  1147. },
  1148. "pullPolicy": {
  1149. "type": "string"
  1150. },
  1151. "repository": {
  1152. "type": "string"
  1153. },
  1154. "tag": {
  1155. "type": "string"
  1156. }
  1157. }
  1158. },
  1159. "imagePullSecrets": {
  1160. "type": "array"
  1161. },
  1162. "livenessProbe": {
  1163. "type": "object",
  1164. "properties": {
  1165. "enabled": {
  1166. "type": "boolean"
  1167. },
  1168. "failureThreshold": {
  1169. "type": "integer"
  1170. },
  1171. "initialDelaySeconds": {
  1172. "type": "integer"
  1173. },
  1174. "periodSeconds": {
  1175. "type": "integer"
  1176. },
  1177. "port": {
  1178. "type": [
  1179. "string",
  1180. "integer"
  1181. ]
  1182. },
  1183. "successThreshold": {
  1184. "type": "integer"
  1185. },
  1186. "timeoutSeconds": {
  1187. "type": "integer"
  1188. }
  1189. }
  1190. },
  1191. "log": {
  1192. "type": "object",
  1193. "properties": {
  1194. "level": {
  1195. "type": "string"
  1196. },
  1197. "timeEncoding": {
  1198. "type": "string"
  1199. }
  1200. }
  1201. },
  1202. "lookaheadInterval": {
  1203. "type": "string"
  1204. },
  1205. "metrics": {
  1206. "type": "object",
  1207. "properties": {
  1208. "listen": {
  1209. "type": "object",
  1210. "properties": {
  1211. "auth": {
  1212. "type": "object",
  1213. "properties": {
  1214. "enabled": {
  1215. "type": "boolean"
  1216. }
  1217. }
  1218. },
  1219. "port": {
  1220. "type": "integer"
  1221. },
  1222. "secure": {
  1223. "type": "object",
  1224. "properties": {
  1225. "certDir": {
  1226. "type": "string"
  1227. },
  1228. "certFile": {
  1229. "type": "string"
  1230. },
  1231. "enabled": {
  1232. "type": "boolean"
  1233. },
  1234. "keyFile": {
  1235. "type": "string"
  1236. }
  1237. }
  1238. }
  1239. }
  1240. },
  1241. "service": {
  1242. "type": "object",
  1243. "properties": {
  1244. "annotations": {
  1245. "type": "object"
  1246. },
  1247. "enabled": {
  1248. "type": "boolean"
  1249. },
  1250. "port": {
  1251. "type": "integer"
  1252. }
  1253. }
  1254. }
  1255. }
  1256. },
  1257. "networkPolicy": {
  1258. "type": "object",
  1259. "properties": {
  1260. "egress": {
  1261. "type": "array"
  1262. },
  1263. "enabled": {
  1264. "type": "boolean"
  1265. },
  1266. "ingress": {
  1267. "type": "array",
  1268. "items": {
  1269. "type": "object",
  1270. "properties": {
  1271. "ports": {
  1272. "type": "array",
  1273. "items": {
  1274. "type": "object",
  1275. "properties": {
  1276. "port": {
  1277. "type": [
  1278. "string",
  1279. "integer"
  1280. ]
  1281. },
  1282. "protocol": {
  1283. "type": "string"
  1284. }
  1285. }
  1286. }
  1287. }
  1288. }
  1289. }
  1290. }
  1291. }
  1292. },
  1293. "nodeSelector": {
  1294. "type": "object"
  1295. },
  1296. "podAnnotations": {
  1297. "type": "object"
  1298. },
  1299. "podDisruptionBudget": {
  1300. "type": "object",
  1301. "properties": {
  1302. "enabled": {
  1303. "type": "boolean"
  1304. },
  1305. "minAvailable": {
  1306. "type": [
  1307. "integer",
  1308. "string"
  1309. ]
  1310. },
  1311. "nameOverride": {
  1312. "type": "string"
  1313. }
  1314. }
  1315. },
  1316. "podLabels": {
  1317. "type": "object"
  1318. },
  1319. "podSecurityContext": {
  1320. "type": "object",
  1321. "properties": {
  1322. "enabled": {
  1323. "type": "boolean"
  1324. }
  1325. }
  1326. },
  1327. "port": {
  1328. "type": "integer"
  1329. },
  1330. "priorityClassName": {
  1331. "type": "string"
  1332. },
  1333. "readinessProbe": {
  1334. "type": "object",
  1335. "properties": {
  1336. "address": {
  1337. "type": "string"
  1338. },
  1339. "enabled": {
  1340. "type": "boolean"
  1341. },
  1342. "failureThreshold": {
  1343. "type": "integer"
  1344. },
  1345. "initialDelaySeconds": {
  1346. "type": "integer"
  1347. },
  1348. "periodSeconds": {
  1349. "type": "integer"
  1350. },
  1351. "port": {
  1352. "type": [
  1353. "string",
  1354. "integer"
  1355. ]
  1356. },
  1357. "successThreshold": {
  1358. "type": "integer"
  1359. },
  1360. "timeoutSeconds": {
  1361. "type": "integer"
  1362. }
  1363. }
  1364. },
  1365. "replicaCount": {
  1366. "type": "integer"
  1367. },
  1368. "resources": {
  1369. "type": "object"
  1370. },
  1371. "revisionHistoryLimit": {
  1372. "type": "integer"
  1373. },
  1374. "runtimeClassName": {
  1375. "type": "string"
  1376. },
  1377. "schedulerName": {
  1378. "type": "string"
  1379. },
  1380. "secretAnnotations": {
  1381. "type": "object"
  1382. },
  1383. "securityContext": {
  1384. "type": "object",
  1385. "properties": {
  1386. "allowPrivilegeEscalation": {
  1387. "type": "boolean"
  1388. },
  1389. "capabilities": {
  1390. "type": "object",
  1391. "properties": {
  1392. "drop": {
  1393. "type": "array",
  1394. "items": {
  1395. "type": "string"
  1396. }
  1397. }
  1398. }
  1399. },
  1400. "enabled": {
  1401. "type": "boolean"
  1402. },
  1403. "readOnlyRootFilesystem": {
  1404. "type": "boolean"
  1405. },
  1406. "runAsNonRoot": {
  1407. "type": "boolean"
  1408. },
  1409. "runAsUser": {
  1410. "type": "integer"
  1411. },
  1412. "seccompProfile": {
  1413. "type": "object",
  1414. "properties": {
  1415. "type": {
  1416. "type": "string"
  1417. }
  1418. }
  1419. }
  1420. }
  1421. },
  1422. "service": {
  1423. "type": "object",
  1424. "properties": {
  1425. "annotations": {
  1426. "type": "object"
  1427. },
  1428. "enabled": {
  1429. "type": "boolean"
  1430. },
  1431. "labels": {
  1432. "type": "object"
  1433. },
  1434. "loadBalancerIP": {
  1435. "type": "string"
  1436. },
  1437. "type": {
  1438. "type": "string"
  1439. }
  1440. }
  1441. },
  1442. "serviceAccount": {
  1443. "type": "object",
  1444. "properties": {
  1445. "annotations": {
  1446. "type": "object"
  1447. },
  1448. "automount": {
  1449. "type": "boolean"
  1450. },
  1451. "create": {
  1452. "type": "boolean"
  1453. },
  1454. "extraLabels": {
  1455. "type": "object"
  1456. },
  1457. "name": {
  1458. "type": "string"
  1459. }
  1460. }
  1461. },
  1462. "startupProbe": {
  1463. "type": "object",
  1464. "properties": {
  1465. "enabled": {
  1466. "type": "boolean"
  1467. },
  1468. "failureThreshold": {
  1469. "type": "integer"
  1470. },
  1471. "initialDelaySeconds": {
  1472. "type": "integer"
  1473. },
  1474. "periodSeconds": {
  1475. "type": "integer"
  1476. }
  1477. }
  1478. },
  1479. "strategy": {
  1480. "type": "object"
  1481. },
  1482. "tolerations": {
  1483. "type": "array"
  1484. },
  1485. "topologySpreadConstraints": {
  1486. "type": "array"
  1487. }
  1488. }
  1489. }
  1490. }
  1491. }