typekro 0.10.1 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (238) hide show
  1. package/dist/.tsbuildinfo +1 -1
  2. package/dist/compositions/typekro-runtime/typekro-runtime.d.ts +1 -1
  3. package/dist/compositions/typekro-runtime/typekro-runtime.js +4 -4
  4. package/dist/core/aspects/apply.d.ts.map +1 -1
  5. package/dist/core/aspects/apply.js +42 -1
  6. package/dist/core/aspects/apply.js.map +1 -1
  7. package/dist/core/aspects/values-merge.d.ts +8 -0
  8. package/dist/core/aspects/values-merge.d.ts.map +1 -0
  9. package/dist/core/aspects/values-merge.js +21 -0
  10. package/dist/core/aspects/values-merge.js.map +1 -0
  11. package/dist/core/deployment/direct-factory.d.ts +5 -1
  12. package/dist/core/deployment/direct-factory.d.ts.map +1 -1
  13. package/dist/core/deployment/direct-factory.js +21 -2
  14. package/dist/core/deployment/direct-factory.js.map +1 -1
  15. package/dist/core/deployment/engine.d.ts +1 -0
  16. package/dist/core/deployment/engine.d.ts.map +1 -1
  17. package/dist/core/deployment/engine.js +28 -7
  18. package/dist/core/deployment/engine.js.map +1 -1
  19. package/dist/core/deployment/kro-factory.d.ts.map +1 -1
  20. package/dist/core/deployment/kro-factory.js +26 -3
  21. package/dist/core/deployment/kro-factory.js.map +1 -1
  22. package/dist/core/deployment/strategies/base-strategy.d.ts +1 -0
  23. package/dist/core/deployment/strategies/base-strategy.d.ts.map +1 -1
  24. package/dist/core/deployment/strategies/base-strategy.js +35 -33
  25. package/dist/core/deployment/strategies/base-strategy.js.map +1 -1
  26. package/dist/core/deployment/strategies/direct-strategy.d.ts +4 -0
  27. package/dist/core/deployment/strategies/direct-strategy.d.ts.map +1 -1
  28. package/dist/core/deployment/strategies/direct-strategy.js +40 -29
  29. package/dist/core/deployment/strategies/direct-strategy.js.map +1 -1
  30. package/dist/core/references/cel.d.ts +13 -0
  31. package/dist/core/references/cel.d.ts.map +1 -1
  32. package/dist/core/references/cel.js +42 -3
  33. package/dist/core/references/cel.js.map +1 -1
  34. package/dist/core/references/external-refs.d.ts +13 -0
  35. package/dist/core/references/external-refs.d.ts.map +1 -1
  36. package/dist/core/references/external-refs.js +18 -0
  37. package/dist/core/references/external-refs.js.map +1 -1
  38. package/dist/core/references/index.d.ts +1 -1
  39. package/dist/core/references/index.d.ts.map +1 -1
  40. package/dist/core/references/index.js +1 -1
  41. package/dist/core/references/index.js.map +1 -1
  42. package/dist/core/references/schema-proxy.d.ts.map +1 -1
  43. package/dist/core/references/schema-proxy.js +7 -3
  44. package/dist/core/references/schema-proxy.js.map +1 -1
  45. package/dist/core/serialization/cel-references.d.ts +2 -7
  46. package/dist/core/serialization/cel-references.d.ts.map +1 -1
  47. package/dist/core/serialization/cel-references.js +451 -35
  48. package/dist/core/serialization/cel-references.js.map +1 -1
  49. package/dist/core/serialization/core.d.ts.map +1 -1
  50. package/dist/core/serialization/core.js +95 -62
  51. package/dist/core/serialization/core.js.map +1 -1
  52. package/dist/core/serialization/yaml.d.ts +2 -2
  53. package/dist/core/serialization/yaml.d.ts.map +1 -1
  54. package/dist/core/serialization/yaml.js +14 -4
  55. package/dist/core/serialization/yaml.js.map +1 -1
  56. package/dist/core/types/common.d.ts +41 -0
  57. package/dist/core/types/common.d.ts.map +1 -1
  58. package/dist/core/types/deployment.d.ts +2 -0
  59. package/dist/core/types/deployment.d.ts.map +1 -1
  60. package/dist/core/types/deployment.js +1 -1
  61. package/dist/core/types/deployment.js.map +1 -1
  62. package/dist/core/types/references.d.ts +1 -1
  63. package/dist/core/types/references.d.ts.map +1 -1
  64. package/dist/core/validation/cel-validator.d.ts.map +1 -1
  65. package/dist/core/validation/cel-validator.js +26 -8
  66. package/dist/core/validation/cel-validator.js.map +1 -1
  67. package/dist/factories/apisix/resources/helm.d.ts +3 -2
  68. package/dist/factories/apisix/resources/helm.d.ts.map +1 -1
  69. package/dist/factories/apisix/resources/helm.js +1 -1
  70. package/dist/factories/apisix/resources/helm.js.map +1 -1
  71. package/dist/factories/cert-manager/types.d.ts +2 -1
  72. package/dist/factories/cert-manager/types.d.ts.map +1 -1
  73. package/dist/factories/cert-manager/types.js.map +1 -1
  74. package/dist/factories/cilium/resources/helm.d.ts +1 -1
  75. package/dist/factories/cilium/resources/helm.d.ts.map +1 -1
  76. package/dist/factories/cilium/types.d.ts +2 -1
  77. package/dist/factories/cilium/types.d.ts.map +1 -1
  78. package/dist/factories/cilium/types.js.map +1 -1
  79. package/dist/factories/dagster/compositions/dagster-bootstrap.d.ts +894 -0
  80. package/dist/factories/dagster/compositions/dagster-bootstrap.d.ts.map +1 -0
  81. package/dist/factories/dagster/compositions/dagster-bootstrap.js +75 -0
  82. package/dist/factories/dagster/compositions/dagster-bootstrap.js.map +1 -0
  83. package/dist/factories/dagster/compositions/index.d.ts +2 -0
  84. package/dist/factories/dagster/compositions/index.d.ts.map +1 -0
  85. package/dist/factories/dagster/compositions/index.js +2 -0
  86. package/dist/factories/dagster/compositions/index.js.map +1 -0
  87. package/dist/factories/dagster/index.d.ts +31 -0
  88. package/dist/factories/dagster/index.d.ts.map +1 -0
  89. package/dist/factories/dagster/index.js +31 -0
  90. package/dist/factories/dagster/index.js.map +1 -0
  91. package/dist/factories/dagster/resources/helm.d.ts +32 -0
  92. package/dist/factories/dagster/resources/helm.d.ts.map +1 -0
  93. package/dist/factories/dagster/resources/helm.js +60 -0
  94. package/dist/factories/dagster/resources/helm.js.map +1 -0
  95. package/dist/factories/dagster/resources/index.d.ts +2 -0
  96. package/dist/factories/dagster/resources/index.d.ts.map +1 -0
  97. package/dist/factories/dagster/resources/index.js +2 -0
  98. package/dist/factories/dagster/resources/index.js.map +1 -0
  99. package/dist/factories/dagster/types.d.ts +2048 -0
  100. package/dist/factories/dagster/types.d.ts.map +1 -0
  101. package/dist/factories/dagster/types.js +354 -0
  102. package/dist/factories/dagster/types.js.map +1 -0
  103. package/dist/factories/dagster/utils/helm-values-mapper.d.ts +21 -0
  104. package/dist/factories/dagster/utils/helm-values-mapper.d.ts.map +1 -0
  105. package/dist/factories/dagster/utils/helm-values-mapper.js +470 -0
  106. package/dist/factories/dagster/utils/helm-values-mapper.js.map +1 -0
  107. package/dist/factories/dagster/utils/index.d.ts +2 -0
  108. package/dist/factories/dagster/utils/index.d.ts.map +1 -0
  109. package/dist/factories/dagster/utils/index.js +2 -0
  110. package/dist/factories/dagster/utils/index.js.map +1 -0
  111. package/dist/factories/external-dns/resources/helm.d.ts +2 -1
  112. package/dist/factories/external-dns/resources/helm.d.ts.map +1 -1
  113. package/dist/factories/external-dns/resources/helm.js +6 -1
  114. package/dist/factories/external-dns/resources/helm.js.map +1 -1
  115. package/dist/factories/external-dns/types.d.ts +2 -2
  116. package/dist/factories/external-dns/types.d.ts.map +1 -1
  117. package/dist/factories/helm/helm-release.d.ts +9 -4
  118. package/dist/factories/helm/helm-release.d.ts.map +1 -1
  119. package/dist/factories/helm/helm-release.js.map +1 -1
  120. package/dist/factories/helm/types.d.ts +7 -2
  121. package/dist/factories/helm/types.d.ts.map +1 -1
  122. package/dist/factories/index.d.ts +1 -0
  123. package/dist/factories/index.d.ts.map +1 -1
  124. package/dist/factories/index.js +4 -0
  125. package/dist/factories/index.js.map +1 -1
  126. package/dist/factories/inngest/types.d.ts +5 -1
  127. package/dist/factories/inngest/types.d.ts.map +1 -1
  128. package/dist/factories/inngest/types.js.map +1 -1
  129. package/dist/factories/kro/resource-graph-definition.d.ts.map +1 -1
  130. package/dist/factories/kro/resource-graph-definition.js +27 -11
  131. package/dist/factories/kro/resource-graph-definition.js.map +1 -1
  132. package/dist/factories/ory/compositions/index.d.ts +3 -0
  133. package/dist/factories/ory/compositions/index.d.ts.map +1 -0
  134. package/dist/factories/ory/compositions/index.js +3 -0
  135. package/dist/factories/ory/compositions/index.js.map +1 -0
  136. package/dist/factories/ory/compositions/ory-identity-stack.d.ts +2073 -0
  137. package/dist/factories/ory/compositions/ory-identity-stack.d.ts.map +1 -0
  138. package/dist/factories/ory/compositions/ory-identity-stack.js +432 -0
  139. package/dist/factories/ory/compositions/ory-identity-stack.js.map +1 -0
  140. package/dist/factories/ory/compositions/ory-platform-stack.d.ts +185 -0
  141. package/dist/factories/ory/compositions/ory-platform-stack.d.ts.map +1 -0
  142. package/dist/factories/ory/compositions/ory-platform-stack.js +536 -0
  143. package/dist/factories/ory/compositions/ory-platform-stack.js.map +1 -0
  144. package/dist/factories/ory/index.d.ts +5 -0
  145. package/dist/factories/ory/index.d.ts.map +1 -0
  146. package/dist/factories/ory/index.js +5 -0
  147. package/dist/factories/ory/index.js.map +1 -0
  148. package/dist/factories/ory/resources/helm.d.ts +20 -0
  149. package/dist/factories/ory/resources/helm.d.ts.map +1 -0
  150. package/dist/factories/ory/resources/helm.js +52 -0
  151. package/dist/factories/ory/resources/helm.js.map +1 -0
  152. package/dist/factories/ory/resources/index.d.ts +4 -0
  153. package/dist/factories/ory/resources/index.d.ts.map +1 -0
  154. package/dist/factories/ory/resources/index.js +4 -0
  155. package/dist/factories/ory/resources/index.js.map +1 -0
  156. package/dist/factories/ory/resources/oathkeeper-rule.d.ts +4 -0
  157. package/dist/factories/ory/resources/oathkeeper-rule.d.ts.map +1 -0
  158. package/dist/factories/ory/resources/oathkeeper-rule.js +19 -0
  159. package/dist/factories/ory/resources/oathkeeper-rule.js.map +1 -0
  160. package/dist/factories/ory/resources/oauth2-client.d.ts +4 -0
  161. package/dist/factories/ory/resources/oauth2-client.d.ts.map +1 -0
  162. package/dist/factories/ory/resources/oauth2-client.js +20 -0
  163. package/dist/factories/ory/resources/oauth2-client.js.map +1 -0
  164. package/dist/factories/ory/schemas/chart-values.d.ts +253 -0
  165. package/dist/factories/ory/schemas/chart-values.d.ts.map +1 -0
  166. package/dist/factories/ory/schemas/chart-values.js +10 -0
  167. package/dist/factories/ory/schemas/chart-values.js.map +1 -0
  168. package/dist/factories/ory/schemas/hydra-maester.d.ts +152 -0
  169. package/dist/factories/ory/schemas/hydra-maester.d.ts.map +1 -0
  170. package/dist/factories/ory/schemas/hydra-maester.js +3 -0
  171. package/dist/factories/ory/schemas/hydra-maester.js.map +1 -0
  172. package/dist/factories/ory/schemas/hydra.d.ts +115 -0
  173. package/dist/factories/ory/schemas/hydra.d.ts.map +1 -0
  174. package/dist/factories/ory/schemas/hydra.js +3 -0
  175. package/dist/factories/ory/schemas/hydra.js.map +1 -0
  176. package/dist/factories/ory/schemas/index.d.ts +20 -0
  177. package/dist/factories/ory/schemas/index.d.ts.map +1 -0
  178. package/dist/factories/ory/schemas/index.js +2 -0
  179. package/dist/factories/ory/schemas/index.js.map +1 -0
  180. package/dist/factories/ory/schemas/keto.d.ts +86 -0
  181. package/dist/factories/ory/schemas/keto.d.ts.map +1 -0
  182. package/dist/factories/ory/schemas/keto.js +3 -0
  183. package/dist/factories/ory/schemas/keto.js.map +1 -0
  184. package/dist/factories/ory/schemas/kratos.d.ts +124 -0
  185. package/dist/factories/ory/schemas/kratos.d.ts.map +1 -0
  186. package/dist/factories/ory/schemas/kratos.js +3 -0
  187. package/dist/factories/ory/schemas/kratos.js.map +1 -0
  188. package/dist/factories/ory/schemas/maester-crds.d.ts +9 -0
  189. package/dist/factories/ory/schemas/maester-crds.d.ts.map +1 -0
  190. package/dist/factories/ory/schemas/maester-crds.js +8 -0
  191. package/dist/factories/ory/schemas/maester-crds.js.map +1 -0
  192. package/dist/factories/ory/schemas/oathkeeper-maester.d.ts +80 -0
  193. package/dist/factories/ory/schemas/oathkeeper-maester.d.ts.map +1 -0
  194. package/dist/factories/ory/schemas/oathkeeper-maester.js +3 -0
  195. package/dist/factories/ory/schemas/oathkeeper-maester.js.map +1 -0
  196. package/dist/factories/ory/schemas/oathkeeper.d.ts +105 -0
  197. package/dist/factories/ory/schemas/oathkeeper.d.ts.map +1 -0
  198. package/dist/factories/ory/schemas/oathkeeper.js +3 -0
  199. package/dist/factories/ory/schemas/oathkeeper.js.map +1 -0
  200. package/dist/factories/ory/types.d.ts +4948 -0
  201. package/dist/factories/ory/types.d.ts.map +1 -0
  202. package/dist/factories/ory/types.js +581 -0
  203. package/dist/factories/ory/types.js.map +1 -0
  204. package/dist/factories/ory/utils/helm-values-mapper.d.ts +7 -0
  205. package/dist/factories/ory/utils/helm-values-mapper.d.ts.map +1 -0
  206. package/dist/factories/ory/utils/helm-values-mapper.js +534 -0
  207. package/dist/factories/ory/utils/helm-values-mapper.js.map +1 -0
  208. package/dist/factories/ory/utils/index.d.ts +2 -0
  209. package/dist/factories/ory/utils/index.d.ts.map +1 -0
  210. package/dist/factories/ory/utils/index.js +2 -0
  211. package/dist/factories/ory/utils/index.js.map +1 -0
  212. package/dist/factories/pebble/resources/helm.d.ts +2 -2
  213. package/dist/factories/pebble/resources/helm.d.ts.map +1 -1
  214. package/dist/factories/pebble/resources/helm.js.map +1 -1
  215. package/dist/factories/pebble/types.d.ts +2 -1
  216. package/dist/factories/pebble/types.d.ts.map +1 -1
  217. package/dist/factories/pebble/types.js.map +1 -1
  218. package/dist/factories/searxng/compositions/searxng-bootstrap.d.ts.map +1 -1
  219. package/dist/factories/searxng/compositions/searxng-bootstrap.js +152 -42
  220. package/dist/factories/searxng/compositions/searxng-bootstrap.js.map +1 -1
  221. package/dist/factories/searxng/types.d.ts.map +1 -1
  222. package/dist/factories/searxng/types.js +9 -1
  223. package/dist/factories/searxng/types.js.map +1 -1
  224. package/dist/factories/simple/helm/index.d.ts +2 -1
  225. package/dist/factories/simple/helm/index.d.ts.map +1 -1
  226. package/dist/factories/simple/helm/index.js.map +1 -1
  227. package/dist/factories/valkey/types.d.ts +5 -1
  228. package/dist/factories/valkey/types.d.ts.map +1 -1
  229. package/dist/factories/valkey/types.js.map +1 -1
  230. package/dist/index.d.ts +1 -1
  231. package/dist/index.d.ts.map +1 -1
  232. package/dist/index.js +1 -1
  233. package/dist/index.js.map +1 -1
  234. package/dist/shared/brands.d.ts +7 -5
  235. package/dist/shared/brands.d.ts.map +1 -1
  236. package/dist/shared/brands.js +5 -3
  237. package/dist/shared/brands.js.map +1 -1
  238. package/package.json +10 -1
@@ -0,0 +1,2073 @@
1
+ /**
2
+ * Production Ory identity stack composition.
3
+ *
4
+ * Creates the target namespace, official Ory Helm repository, Hydra/Kratos/Keto/Oathkeeper
5
+ * HelmReleases, optional starter Maester resources, and status fields used by direct and KRO modes.
6
+ */
7
+ export declare const oryIdentityStack: import("../../../index.js").CallableComposition<{
8
+ name: string;
9
+ namespace?: string;
10
+ version?: string;
11
+ dependencySources?: {
12
+ hydra?: {
13
+ database?: {
14
+ dsn: {
15
+ mode: "external";
16
+ value?: {
17
+ value: string;
18
+ } | {
19
+ secretRef: {
20
+ name: string;
21
+ key: string;
22
+ };
23
+ };
24
+ url?: string;
25
+ resourceName?: string;
26
+ } | {
27
+ mode: "managed";
28
+ resourceName?: string;
29
+ url?: string;
30
+ namespace?: string;
31
+ secretName?: string;
32
+ secretKey?: string;
33
+ };
34
+ databaseName?: string;
35
+ };
36
+ systemSecret?: {
37
+ mode: "external";
38
+ value?: {
39
+ value: string;
40
+ } | {
41
+ secretRef: {
42
+ name: string;
43
+ key: string;
44
+ };
45
+ };
46
+ url?: string;
47
+ resourceName?: string;
48
+ } | {
49
+ mode: "managed";
50
+ resourceName?: string;
51
+ url?: string;
52
+ namespace?: string;
53
+ secretName?: string;
54
+ secretKey?: string;
55
+ };
56
+ issuerUrl?: {
57
+ url: {
58
+ mode: "external";
59
+ value?: {
60
+ value: string;
61
+ } | {
62
+ secretRef: {
63
+ name: string;
64
+ key: string;
65
+ };
66
+ };
67
+ url?: string;
68
+ resourceName?: string;
69
+ } | {
70
+ mode: "managed";
71
+ resourceName?: string;
72
+ url?: string;
73
+ namespace?: string;
74
+ secretName?: string;
75
+ secretKey?: string;
76
+ };
77
+ };
78
+ loginUrl?: {
79
+ url: {
80
+ mode: "external";
81
+ value?: {
82
+ value: string;
83
+ } | {
84
+ secretRef: {
85
+ name: string;
86
+ key: string;
87
+ };
88
+ };
89
+ url?: string;
90
+ resourceName?: string;
91
+ } | {
92
+ mode: "managed";
93
+ resourceName?: string;
94
+ url?: string;
95
+ namespace?: string;
96
+ secretName?: string;
97
+ secretKey?: string;
98
+ };
99
+ };
100
+ consentUrl?: {
101
+ url: {
102
+ mode: "external";
103
+ value?: {
104
+ value: string;
105
+ } | {
106
+ secretRef: {
107
+ name: string;
108
+ key: string;
109
+ };
110
+ };
111
+ url?: string;
112
+ resourceName?: string;
113
+ } | {
114
+ mode: "managed";
115
+ resourceName?: string;
116
+ url?: string;
117
+ namespace?: string;
118
+ secretName?: string;
119
+ secretKey?: string;
120
+ };
121
+ };
122
+ logoutUrl?: {
123
+ url: {
124
+ mode: "external";
125
+ value?: {
126
+ value: string;
127
+ } | {
128
+ secretRef: {
129
+ name: string;
130
+ key: string;
131
+ };
132
+ };
133
+ url?: string;
134
+ resourceName?: string;
135
+ } | {
136
+ mode: "managed";
137
+ resourceName?: string;
138
+ url?: string;
139
+ namespace?: string;
140
+ secretName?: string;
141
+ secretKey?: string;
142
+ };
143
+ };
144
+ };
145
+ kratos?: {
146
+ database?: {
147
+ dsn: {
148
+ mode: "external";
149
+ value?: {
150
+ value: string;
151
+ } | {
152
+ secretRef: {
153
+ name: string;
154
+ key: string;
155
+ };
156
+ };
157
+ url?: string;
158
+ resourceName?: string;
159
+ } | {
160
+ mode: "managed";
161
+ resourceName?: string;
162
+ url?: string;
163
+ namespace?: string;
164
+ secretName?: string;
165
+ secretKey?: string;
166
+ };
167
+ databaseName?: string;
168
+ };
169
+ publicBaseUrl?: {
170
+ url: {
171
+ mode: "external";
172
+ value?: {
173
+ value: string;
174
+ } | {
175
+ secretRef: {
176
+ name: string;
177
+ key: string;
178
+ };
179
+ };
180
+ url?: string;
181
+ resourceName?: string;
182
+ } | {
183
+ mode: "managed";
184
+ resourceName?: string;
185
+ url?: string;
186
+ namespace?: string;
187
+ secretName?: string;
188
+ secretKey?: string;
189
+ };
190
+ };
191
+ browserBaseUrl?: {
192
+ url: {
193
+ mode: "external";
194
+ value?: {
195
+ value: string;
196
+ } | {
197
+ secretRef: {
198
+ name: string;
199
+ key: string;
200
+ };
201
+ };
202
+ url?: string;
203
+ resourceName?: string;
204
+ } | {
205
+ mode: "managed";
206
+ resourceName?: string;
207
+ url?: string;
208
+ namespace?: string;
209
+ secretName?: string;
210
+ secretKey?: string;
211
+ };
212
+ };
213
+ secrets?: Record<string, unknown>;
214
+ courier?: {
215
+ mode: "external";
216
+ value?: {
217
+ value: string;
218
+ } | {
219
+ secretRef: {
220
+ name: string;
221
+ key: string;
222
+ };
223
+ };
224
+ url?: string;
225
+ resourceName?: string;
226
+ } | {
227
+ mode: "managed";
228
+ resourceName?: string;
229
+ url?: string;
230
+ namespace?: string;
231
+ secretName?: string;
232
+ secretKey?: string;
233
+ };
234
+ };
235
+ keto?: {
236
+ database?: {
237
+ dsn: {
238
+ mode: "external";
239
+ value?: {
240
+ value: string;
241
+ } | {
242
+ secretRef: {
243
+ name: string;
244
+ key: string;
245
+ };
246
+ };
247
+ url?: string;
248
+ resourceName?: string;
249
+ } | {
250
+ mode: "managed";
251
+ resourceName?: string;
252
+ url?: string;
253
+ namespace?: string;
254
+ secretName?: string;
255
+ secretKey?: string;
256
+ };
257
+ databaseName?: string;
258
+ };
259
+ };
260
+ oathkeeper?: {
261
+ proxyRoute?: {
262
+ url: {
263
+ mode: "external";
264
+ value?: {
265
+ value: string;
266
+ } | {
267
+ secretRef: {
268
+ name: string;
269
+ key: string;
270
+ };
271
+ };
272
+ url?: string;
273
+ resourceName?: string;
274
+ } | {
275
+ mode: "managed";
276
+ resourceName?: string;
277
+ url?: string;
278
+ namespace?: string;
279
+ secretName?: string;
280
+ secretKey?: string;
281
+ };
282
+ };
283
+ apiRoute?: {
284
+ url: {
285
+ mode: "external";
286
+ value?: {
287
+ value: string;
288
+ } | {
289
+ secretRef: {
290
+ name: string;
291
+ key: string;
292
+ };
293
+ };
294
+ url?: string;
295
+ resourceName?: string;
296
+ } | {
297
+ mode: "managed";
298
+ resourceName?: string;
299
+ url?: string;
300
+ namespace?: string;
301
+ secretName?: string;
302
+ secretKey?: string;
303
+ };
304
+ };
305
+ upstream?: {
306
+ url: {
307
+ mode: "external";
308
+ value?: {
309
+ value: string;
310
+ } | {
311
+ secretRef: {
312
+ name: string;
313
+ key: string;
314
+ };
315
+ };
316
+ url?: string;
317
+ resourceName?: string;
318
+ } | {
319
+ mode: "managed";
320
+ resourceName?: string;
321
+ url?: string;
322
+ namespace?: string;
323
+ secretName?: string;
324
+ secretKey?: string;
325
+ };
326
+ };
327
+ mutatorIdTokenJwks?: {
328
+ mode: "external";
329
+ value?: {
330
+ value: string;
331
+ } | {
332
+ secretRef: {
333
+ name: string;
334
+ key: string;
335
+ };
336
+ };
337
+ url?: string;
338
+ resourceName?: string;
339
+ } | {
340
+ mode: "managed";
341
+ resourceName?: string;
342
+ url?: string;
343
+ namespace?: string;
344
+ secretName?: string;
345
+ secretKey?: string;
346
+ };
347
+ };
348
+ courier?: {
349
+ mode: "external";
350
+ value?: {
351
+ value: string;
352
+ } | {
353
+ secretRef: {
354
+ name: string;
355
+ key: string;
356
+ };
357
+ };
358
+ url?: string;
359
+ resourceName?: string;
360
+ } | {
361
+ mode: "managed";
362
+ resourceName?: string;
363
+ url?: string;
364
+ namespace?: string;
365
+ secretName?: string;
366
+ secretKey?: string;
367
+ };
368
+ };
369
+ shared?: boolean;
370
+ global?: {
371
+ imageRegistry?: string;
372
+ imagePullSecrets?: string[];
373
+ };
374
+ hydra?: {
375
+ dsn?: {
376
+ value: string;
377
+ } | {
378
+ secretRef: {
379
+ name: string;
380
+ key: string;
381
+ };
382
+ };
383
+ issuerUrl?: string;
384
+ loginUrl?: string;
385
+ consentUrl?: string;
386
+ logoutUrl?: string;
387
+ systemSecret?: {
388
+ value: string;
389
+ } | {
390
+ secretRef: {
391
+ name: string;
392
+ key: string;
393
+ };
394
+ };
395
+ replicaCount?: number;
396
+ resources?: {
397
+ requests?: {
398
+ cpu?: string;
399
+ memory?: string;
400
+ };
401
+ limits?: {
402
+ cpu?: string;
403
+ memory?: string;
404
+ };
405
+ };
406
+ serviceMonitor?: {
407
+ enabled?: boolean;
408
+ };
409
+ values?: {
410
+ global?: {
411
+ imageRegistry?: string;
412
+ podMetadata?: {
413
+ labels?: Record<string, string>;
414
+ annotations?: Record<string, string>;
415
+ };
416
+ };
417
+ replicaCount?: number;
418
+ image?: {
419
+ registry?: string;
420
+ repository?: string;
421
+ tag?: string;
422
+ pullPolicy?: "Always" | "IfNotPresent" | "Never";
423
+ };
424
+ imagePullSecrets?: object[];
425
+ nameOverride?: string;
426
+ fullnameOverride?: string;
427
+ priorityClassName?: string;
428
+ service?: {
429
+ public?: {
430
+ enabled?: boolean;
431
+ type?: "ClusterIP" | "NodePort" | "LoadBalancer" | "ExternalName";
432
+ clusterIP?: string;
433
+ loadBalancerIP?: string;
434
+ nodePort?: string | number;
435
+ port?: number;
436
+ containerPort?: number;
437
+ name?: string;
438
+ annotations?: Record<string, string>;
439
+ labels?: Record<string, string>;
440
+ metricsPath?: string;
441
+ appProtocol?: string;
442
+ externalTrafficPolicy?: string;
443
+ internalTrafficPolicy?: string;
444
+ headless?: {
445
+ enabled?: boolean;
446
+ };
447
+ };
448
+ admin?: {
449
+ enabled?: boolean;
450
+ type?: "ClusterIP" | "NodePort" | "LoadBalancer" | "ExternalName";
451
+ clusterIP?: string;
452
+ loadBalancerIP?: string;
453
+ nodePort?: string | number;
454
+ port?: number;
455
+ containerPort?: number;
456
+ name?: string;
457
+ annotations?: Record<string, string>;
458
+ labels?: Record<string, string>;
459
+ metricsPath?: string;
460
+ appProtocol?: string;
461
+ externalTrafficPolicy?: string;
462
+ internalTrafficPolicy?: string;
463
+ headless?: {
464
+ enabled?: boolean;
465
+ };
466
+ };
467
+ };
468
+ secret?: {
469
+ enabled?: boolean;
470
+ nameOverride?: string;
471
+ enableDefaultAnnotations?: boolean;
472
+ secretAnnotations?: Record<string, string>;
473
+ extraAnnotations?: Record<string, string>;
474
+ hashSumEnabled?: boolean;
475
+ mountPath?: string;
476
+ filename?: string;
477
+ };
478
+ ingress?: {
479
+ public?: {
480
+ enabled?: boolean;
481
+ className?: string;
482
+ annotations?: Record<string, string>;
483
+ hosts?: {
484
+ host?: string;
485
+ paths?: {
486
+ path?: string;
487
+ pathType?: "Prefix" | "Exact" | "ImplementationSpecific";
488
+ }[];
489
+ }[];
490
+ tls?: {
491
+ secretName?: string;
492
+ hosts?: string[];
493
+ }[];
494
+ defaultBackend?: object;
495
+ };
496
+ admin?: {
497
+ enabled?: boolean;
498
+ className?: string;
499
+ annotations?: Record<string, string>;
500
+ hosts?: {
501
+ host?: string;
502
+ paths?: {
503
+ path?: string;
504
+ pathType?: "Prefix" | "Exact" | "ImplementationSpecific";
505
+ }[];
506
+ }[];
507
+ tls?: {
508
+ secretName?: string;
509
+ hosts?: string[];
510
+ }[];
511
+ defaultBackend?: object;
512
+ };
513
+ };
514
+ hydra?: {
515
+ command?: string[];
516
+ customArgs?: string[];
517
+ config?: object;
518
+ automigration?: {
519
+ enabled?: boolean;
520
+ type?: "job" | "initContainer";
521
+ customCommand?: string[];
522
+ customArgs?: string[];
523
+ resources?: {
524
+ limits?: object;
525
+ requests?: object;
526
+ };
527
+ extraEnv?: object[];
528
+ };
529
+ customMigrations?: {
530
+ jobs?: object;
531
+ };
532
+ dev?: boolean;
533
+ };
534
+ deployment?: {
535
+ strategy?: {
536
+ type?: string;
537
+ rollingUpdate?: {
538
+ maxSurge?: string | number;
539
+ maxUnavailable?: string | number;
540
+ };
541
+ };
542
+ initContainerSecurityContext?: object;
543
+ lifecycle?: object;
544
+ labels?: Record<string, string>;
545
+ annotations?: Record<string, string>;
546
+ extraEnv?: object[];
547
+ automigration?: {
548
+ extraEnv?: object[];
549
+ };
550
+ serviceAccount?: {
551
+ create?: boolean;
552
+ annotations?: Record<string, string>;
553
+ name?: string;
554
+ automountServiceAccountToken?: boolean;
555
+ };
556
+ extraVolumes?: object[];
557
+ extraVolumeMounts?: object[];
558
+ autoscaling?: {
559
+ enabled?: boolean;
560
+ minReplicas?: number;
561
+ maxReplicas?: number;
562
+ targetCPU?: object;
563
+ targetMemory?: object;
564
+ behavior?: object;
565
+ extraMetrics?: object[];
566
+ };
567
+ readinessProbe?: {
568
+ initialDelaySeconds?: number;
569
+ periodSeconds?: number;
570
+ failureThreshold?: number;
571
+ successThreshold?: number;
572
+ timeoutSeconds?: number;
573
+ };
574
+ startupProbe?: {
575
+ initialDelaySeconds?: number;
576
+ periodSeconds?: number;
577
+ failureThreshold?: number;
578
+ successThreshold?: number;
579
+ timeoutSeconds?: number;
580
+ };
581
+ extraInitContainers?: string;
582
+ extraContainers?: string;
583
+ customLivenessProbe?: object;
584
+ customReadinessProbe?: object;
585
+ customStartupProbe?: object;
586
+ revisionHistoryLimit?: number;
587
+ resources?: {
588
+ limits?: object;
589
+ requests?: object;
590
+ };
591
+ podSecurityContext?: object;
592
+ securityContext?: object;
593
+ nodeSelector?: Record<string, string>;
594
+ tolerations?: object[];
595
+ affinity?: object;
596
+ topologySpreadConstraints?: object[];
597
+ dnsConfig?: object;
598
+ podMetadata?: {
599
+ labels?: Record<string, string>;
600
+ annotations?: Record<string, string>;
601
+ };
602
+ automountServiceAccountToken?: boolean;
603
+ terminationGracePeriodSeconds?: number;
604
+ };
605
+ job?: {
606
+ annotations?: Record<string, string>;
607
+ labels?: Record<string, string>;
608
+ extraContainers?: string | object[];
609
+ extraEnv?: object[];
610
+ podMetadata?: {
611
+ labels?: Record<string, string>;
612
+ annotations?: Record<string, string>;
613
+ };
614
+ extraInitContainers?: string;
615
+ nodeSelector?: Record<string, string>;
616
+ resources?: {
617
+ limits?: object;
618
+ requests?: object;
619
+ };
620
+ tolerations?: object[];
621
+ lifecycle?: string | object;
622
+ automountServiceAccountToken?: boolean;
623
+ shareProcessNamespace?: boolean;
624
+ serviceAccount?: {
625
+ create?: boolean;
626
+ annotations?: Record<string, string>;
627
+ name?: string;
628
+ automountServiceAccountToken?: boolean;
629
+ };
630
+ spec?: {
631
+ backoffLimit?: number;
632
+ };
633
+ };
634
+ affinity?: object;
635
+ maester?: {
636
+ enabled?: boolean;
637
+ };
638
+ 'hydra-maester'?: {
639
+ adminService?: {
640
+ name?: string;
641
+ port?: number;
642
+ };
643
+ };
644
+ watcher?: {
645
+ enabled?: boolean;
646
+ image?: string;
647
+ mountFile?: string;
648
+ podMetadata?: {
649
+ labels?: Record<string, string>;
650
+ annotations?: Record<string, string>;
651
+ };
652
+ watchLabelKey?: string;
653
+ revisionHistoryLimit?: number;
654
+ automountServiceAccountToken?: boolean;
655
+ podSecurityContext?: object;
656
+ securityContext?: object;
657
+ resources?: {
658
+ limits?: object;
659
+ requests?: object;
660
+ };
661
+ };
662
+ janitor?: {
663
+ enabled?: boolean;
664
+ cleanupGrants?: boolean;
665
+ cleanupRequests?: boolean;
666
+ cleanupTokens?: boolean;
667
+ batchSize?: number;
668
+ limit?: number;
669
+ };
670
+ cronjob?: {
671
+ janitor?: {
672
+ annotations?: Record<string, string>;
673
+ labels?: Record<string, string>;
674
+ extraContainers?: string | object[];
675
+ extraEnv?: object[];
676
+ podMetadata?: {
677
+ labels?: Record<string, string>;
678
+ annotations?: Record<string, string>;
679
+ };
680
+ extraInitContainers?: string;
681
+ nodeSelector?: Record<string, string>;
682
+ resources?: {
683
+ limits?: object;
684
+ requests?: object;
685
+ };
686
+ tolerations?: object[];
687
+ lifecycle?: string | object;
688
+ automountServiceAccountToken?: boolean;
689
+ shareProcessNamespace?: boolean;
690
+ serviceAccount?: {
691
+ create?: boolean;
692
+ annotations?: Record<string, string>;
693
+ name?: string;
694
+ automountServiceAccountToken?: boolean;
695
+ };
696
+ spec?: {
697
+ backoffLimit?: number;
698
+ };
699
+ };
700
+ };
701
+ pdb?: {
702
+ enabled?: boolean;
703
+ spec?: {
704
+ minAvailable?: string | number;
705
+ maxUnavailable?: string | number;
706
+ };
707
+ };
708
+ serviceMonitor?: {
709
+ enabled?: boolean;
710
+ scheme?: string;
711
+ scrapeInterval?: string;
712
+ scrapeTimeout?: string;
713
+ relabelings?: object[];
714
+ metricRelabelings?: object[];
715
+ labels?: Record<string, string>;
716
+ tlsConfig?: object;
717
+ targetLabels?: string[];
718
+ };
719
+ configmap?: {
720
+ hashSumEnabled?: boolean;
721
+ annotations?: Record<string, string>;
722
+ };
723
+ test?: {
724
+ labels?: Record<string, string>;
725
+ busybox?: {
726
+ registry?: string;
727
+ repository?: string;
728
+ tag?: string;
729
+ };
730
+ };
731
+ };
732
+ };
733
+ kratos?: {
734
+ dsn?: {
735
+ value: string;
736
+ } | {
737
+ secretRef: {
738
+ name: string;
739
+ key: string;
740
+ };
741
+ };
742
+ publicBaseUrl?: string;
743
+ browserBaseUrl?: string;
744
+ identitySchema?: string;
745
+ courier?: object;
746
+ secrets?: Record<string, unknown>;
747
+ replicaCount?: number;
748
+ resources?: {
749
+ requests?: {
750
+ cpu?: string;
751
+ memory?: string;
752
+ };
753
+ limits?: {
754
+ cpu?: string;
755
+ memory?: string;
756
+ };
757
+ };
758
+ serviceMonitor?: {
759
+ enabled?: boolean;
760
+ };
761
+ values?: {
762
+ global?: {
763
+ imageRegistry?: string;
764
+ podMetadata?: {
765
+ labels?: Record<string, string>;
766
+ annotations?: Record<string, string>;
767
+ };
768
+ };
769
+ replicaCount?: number;
770
+ strategy?: {
771
+ type?: string;
772
+ rollingUpdate?: {
773
+ maxSurge?: string | number;
774
+ maxUnavailable?: string | number;
775
+ };
776
+ };
777
+ image?: {
778
+ registry?: string;
779
+ repository?: string;
780
+ tag?: string;
781
+ pullPolicy?: "Always" | "IfNotPresent" | "Never";
782
+ };
783
+ imagePullSecrets?: object[];
784
+ nameOverride?: string;
785
+ fullnameOverride?: string;
786
+ service?: {
787
+ admin?: {
788
+ enabled?: boolean;
789
+ type?: "ClusterIP" | "NodePort" | "LoadBalancer" | "ExternalName";
790
+ clusterIP?: string;
791
+ loadBalancerIP?: string;
792
+ nodePort?: string | number;
793
+ port?: number;
794
+ containerPort?: number;
795
+ name?: string;
796
+ annotations?: Record<string, string>;
797
+ labels?: Record<string, string>;
798
+ metricsPath?: string;
799
+ appProtocol?: string;
800
+ externalTrafficPolicy?: string;
801
+ internalTrafficPolicy?: string;
802
+ headless?: {
803
+ enabled?: boolean;
804
+ };
805
+ };
806
+ public?: {
807
+ enabled?: boolean;
808
+ type?: "ClusterIP" | "NodePort" | "LoadBalancer" | "ExternalName";
809
+ clusterIP?: string;
810
+ loadBalancerIP?: string;
811
+ nodePort?: string | number;
812
+ port?: number;
813
+ containerPort?: number;
814
+ name?: string;
815
+ annotations?: Record<string, string>;
816
+ labels?: Record<string, string>;
817
+ metricsPath?: string;
818
+ appProtocol?: string;
819
+ externalTrafficPolicy?: string;
820
+ internalTrafficPolicy?: string;
821
+ headless?: {
822
+ enabled?: boolean;
823
+ };
824
+ };
825
+ courier?: {
826
+ enabled?: boolean;
827
+ type?: "ClusterIP" | "NodePort" | "LoadBalancer" | "ExternalName";
828
+ clusterIP?: string;
829
+ loadBalancerIP?: string;
830
+ nodePort?: string | number;
831
+ port?: number;
832
+ containerPort?: number;
833
+ name?: string;
834
+ annotations?: Record<string, string>;
835
+ labels?: Record<string, string>;
836
+ metricsPath?: string;
837
+ appProtocol?: string;
838
+ externalTrafficPolicy?: string;
839
+ internalTrafficPolicy?: string;
840
+ headless?: {
841
+ enabled?: boolean;
842
+ };
843
+ };
844
+ };
845
+ secret?: {
846
+ enabled?: boolean;
847
+ nameOverride?: string;
848
+ enableDefaultAnnotations?: boolean;
849
+ secretAnnotations?: Record<string, string>;
850
+ extraAnnotations?: Record<string, string>;
851
+ hashSumEnabled?: boolean;
852
+ mountPath?: string;
853
+ filename?: string;
854
+ };
855
+ ingress?: {
856
+ admin?: {
857
+ enabled?: boolean;
858
+ className?: string;
859
+ annotations?: Record<string, string>;
860
+ hosts?: {
861
+ host?: string;
862
+ paths?: {
863
+ path?: string;
864
+ pathType?: "Prefix" | "Exact" | "ImplementationSpecific";
865
+ }[];
866
+ }[];
867
+ tls?: {
868
+ secretName?: string;
869
+ hosts?: string[];
870
+ }[];
871
+ defaultBackend?: object;
872
+ };
873
+ public?: {
874
+ enabled?: boolean;
875
+ className?: string;
876
+ annotations?: Record<string, string>;
877
+ hosts?: {
878
+ host?: string;
879
+ paths?: {
880
+ path?: string;
881
+ pathType?: "Prefix" | "Exact" | "ImplementationSpecific";
882
+ }[];
883
+ }[];
884
+ tls?: {
885
+ secretName?: string;
886
+ hosts?: string[];
887
+ }[];
888
+ defaultBackend?: object;
889
+ };
890
+ };
891
+ kratos?: {
892
+ development?: boolean;
893
+ automigration?: {
894
+ enabled?: boolean;
895
+ type?: "job" | "initContainer";
896
+ customCommand?: string[];
897
+ customArgs?: string[];
898
+ resources?: {
899
+ limits?: object;
900
+ requests?: object;
901
+ };
902
+ extraEnv?: object[];
903
+ };
904
+ identitySchemas?: Record<string, string>;
905
+ emailTemplates?: object;
906
+ config?: object;
907
+ customMigrations?: {
908
+ jobs?: object;
909
+ };
910
+ };
911
+ deployment?: {
912
+ lifecycle?: object;
913
+ readinessProbe?: {
914
+ initialDelaySeconds?: number;
915
+ periodSeconds?: number;
916
+ failureThreshold?: number;
917
+ successThreshold?: number;
918
+ timeoutSeconds?: number;
919
+ };
920
+ startupProbe?: {
921
+ initialDelaySeconds?: number;
922
+ periodSeconds?: number;
923
+ failureThreshold?: number;
924
+ successThreshold?: number;
925
+ timeoutSeconds?: number;
926
+ };
927
+ customLivenessProbe?: object;
928
+ customReadinessProbe?: object;
929
+ customStartupProbe?: object;
930
+ extraArgs?: string[];
931
+ extraEnv?: object[];
932
+ extraVolumes?: object[];
933
+ extraVolumeMounts?: object[];
934
+ extraInitContainers?: string;
935
+ extraContainers?: string;
936
+ priorityClassName?: string;
937
+ labels?: Record<string, string>;
938
+ annotations?: Record<string, string>;
939
+ environmentSecretsName?: string;
940
+ serviceAccount?: {
941
+ create?: boolean;
942
+ annotations?: Record<string, string>;
943
+ name?: string;
944
+ automountServiceAccountToken?: boolean;
945
+ };
946
+ automigration?: {
947
+ extraEnv?: object[];
948
+ };
949
+ revisionHistoryLimit?: number;
950
+ resources?: {
951
+ limits?: object;
952
+ requests?: object;
953
+ };
954
+ podSecurityContext?: object;
955
+ securityContext?: object;
956
+ nodeSelector?: Record<string, string>;
957
+ tolerations?: object[];
958
+ affinity?: object;
959
+ topologySpreadConstraints?: object[];
960
+ dnsConfig?: object;
961
+ podMetadata?: {
962
+ labels?: Record<string, string>;
963
+ annotations?: Record<string, string>;
964
+ };
965
+ automountServiceAccountToken?: boolean;
966
+ terminationGracePeriodSeconds?: number;
967
+ };
968
+ statefulSet?: {
969
+ resources?: {
970
+ limits?: object;
971
+ requests?: object;
972
+ };
973
+ extraArgs?: string[];
974
+ extraEnv?: object[];
975
+ extraVolumes?: object[];
976
+ extraVolumeMounts?: object[];
977
+ extraInitContainers?: string;
978
+ extraContainers?: string;
979
+ annotations?: Record<string, string>;
980
+ environmentSecretsName?: string;
981
+ labels?: Record<string, string>;
982
+ priorityClassName?: string;
983
+ log?: {
984
+ format?: string;
985
+ level?: string;
986
+ };
987
+ revisionHistoryLimit?: number;
988
+ podSecurityContext?: object;
989
+ securityContext?: object;
990
+ nodeSelector?: Record<string, string>;
991
+ tolerations?: object[];
992
+ affinity?: object;
993
+ topologySpreadConstraints?: object[];
994
+ dnsConfig?: object;
995
+ podMetadata?: {
996
+ labels?: Record<string, string>;
997
+ annotations?: Record<string, string>;
998
+ };
999
+ automountServiceAccountToken?: boolean;
1000
+ terminationGracePeriodSeconds?: number;
1001
+ };
1002
+ securityContext?: object;
1003
+ autoscaling?: {
1004
+ enabled?: boolean;
1005
+ minReplicas?: number;
1006
+ maxReplicas?: number;
1007
+ targetCPU?: object;
1008
+ targetMemory?: object;
1009
+ behavior?: object;
1010
+ extraMetrics?: object[];
1011
+ };
1012
+ job?: {
1013
+ annotations?: Record<string, string>;
1014
+ labels?: Record<string, string>;
1015
+ extraContainers?: string | object[];
1016
+ extraEnv?: object[];
1017
+ podMetadata?: {
1018
+ labels?: Record<string, string>;
1019
+ annotations?: Record<string, string>;
1020
+ };
1021
+ extraInitContainers?: string;
1022
+ nodeSelector?: Record<string, string>;
1023
+ resources?: {
1024
+ limits?: object;
1025
+ requests?: object;
1026
+ };
1027
+ tolerations?: object[];
1028
+ lifecycle?: string | object;
1029
+ automountServiceAccountToken?: boolean;
1030
+ shareProcessNamespace?: boolean;
1031
+ serviceAccount?: {
1032
+ create?: boolean;
1033
+ annotations?: Record<string, string>;
1034
+ name?: string;
1035
+ automountServiceAccountToken?: boolean;
1036
+ };
1037
+ spec?: {
1038
+ backoffLimit?: number;
1039
+ };
1040
+ };
1041
+ courier?: {
1042
+ enabled?: boolean;
1043
+ };
1044
+ watcher?: {
1045
+ enabled?: boolean;
1046
+ image?: string;
1047
+ mountFile?: string;
1048
+ podMetadata?: {
1049
+ labels?: Record<string, string>;
1050
+ annotations?: Record<string, string>;
1051
+ };
1052
+ watchLabelKey?: string;
1053
+ revisionHistoryLimit?: number;
1054
+ automountServiceAccountToken?: boolean;
1055
+ podSecurityContext?: object;
1056
+ securityContext?: object;
1057
+ resources?: {
1058
+ limits?: object;
1059
+ requests?: object;
1060
+ };
1061
+ };
1062
+ cleanup?: {
1063
+ enabled?: boolean;
1064
+ batchSize?: number;
1065
+ sleepTables?: string;
1066
+ keepLast?: string;
1067
+ };
1068
+ cronjob?: {
1069
+ cleanup?: {
1070
+ annotations?: Record<string, string>;
1071
+ labels?: Record<string, string>;
1072
+ extraContainers?: string | object[];
1073
+ extraEnv?: object[];
1074
+ podMetadata?: {
1075
+ labels?: Record<string, string>;
1076
+ annotations?: Record<string, string>;
1077
+ };
1078
+ extraInitContainers?: string;
1079
+ nodeSelector?: Record<string, string>;
1080
+ resources?: {
1081
+ limits?: object;
1082
+ requests?: object;
1083
+ };
1084
+ tolerations?: object[];
1085
+ lifecycle?: string | object;
1086
+ automountServiceAccountToken?: boolean;
1087
+ shareProcessNamespace?: boolean;
1088
+ serviceAccount?: {
1089
+ create?: boolean;
1090
+ annotations?: Record<string, string>;
1091
+ name?: string;
1092
+ automountServiceAccountToken?: boolean;
1093
+ };
1094
+ spec?: {
1095
+ backoffLimit?: number;
1096
+ };
1097
+ };
1098
+ };
1099
+ pdb?: {
1100
+ enabled?: boolean;
1101
+ spec?: {
1102
+ minAvailable?: string | number;
1103
+ maxUnavailable?: string | number;
1104
+ };
1105
+ };
1106
+ serviceMonitor?: {
1107
+ enabled?: boolean;
1108
+ scheme?: string;
1109
+ scrapeInterval?: string;
1110
+ scrapeTimeout?: string;
1111
+ relabelings?: object[];
1112
+ metricRelabelings?: object[];
1113
+ labels?: Record<string, string>;
1114
+ tlsConfig?: object;
1115
+ targetLabels?: string[];
1116
+ };
1117
+ configmap?: {
1118
+ hashSumEnabled?: boolean;
1119
+ annotations?: Record<string, string>;
1120
+ };
1121
+ test?: {
1122
+ labels?: Record<string, string>;
1123
+ busybox?: {
1124
+ registry?: string;
1125
+ repository?: string;
1126
+ tag?: string;
1127
+ };
1128
+ };
1129
+ };
1130
+ };
1131
+ keto?: {
1132
+ dsn?: {
1133
+ value: string;
1134
+ } | {
1135
+ secretRef: {
1136
+ name: string;
1137
+ key: string;
1138
+ };
1139
+ };
1140
+ namespaces?: {
1141
+ id: number;
1142
+ name: string;
1143
+ }[];
1144
+ replicaCount?: number;
1145
+ resources?: {
1146
+ requests?: {
1147
+ cpu?: string;
1148
+ memory?: string;
1149
+ };
1150
+ limits?: {
1151
+ cpu?: string;
1152
+ memory?: string;
1153
+ };
1154
+ };
1155
+ serviceMonitor?: {
1156
+ enabled?: boolean;
1157
+ };
1158
+ values?: {
1159
+ global?: {
1160
+ imageRegistry?: string;
1161
+ podMetadata?: {
1162
+ labels?: Record<string, string>;
1163
+ annotations?: Record<string, string>;
1164
+ };
1165
+ };
1166
+ replicaCount?: number;
1167
+ image?: {
1168
+ registry?: string;
1169
+ repository?: string;
1170
+ tag?: string;
1171
+ pullPolicy?: "Always" | "IfNotPresent" | "Never";
1172
+ };
1173
+ imagePullSecrets?: object[];
1174
+ nameOverride?: string;
1175
+ fullnameOverride?: string;
1176
+ priorityClassName?: string;
1177
+ serviceAccount?: {
1178
+ create?: boolean;
1179
+ annotations?: Record<string, string>;
1180
+ name?: string;
1181
+ automountServiceAccountToken?: boolean;
1182
+ };
1183
+ podSecurityContext?: object;
1184
+ securityContext?: object;
1185
+ job?: {
1186
+ annotations?: Record<string, string>;
1187
+ labels?: Record<string, string>;
1188
+ extraContainers?: string | object[];
1189
+ extraEnv?: object[];
1190
+ podMetadata?: {
1191
+ labels?: Record<string, string>;
1192
+ annotations?: Record<string, string>;
1193
+ };
1194
+ extraInitContainers?: string;
1195
+ nodeSelector?: Record<string, string>;
1196
+ resources?: {
1197
+ limits?: object;
1198
+ requests?: object;
1199
+ };
1200
+ tolerations?: object[];
1201
+ lifecycle?: string | object;
1202
+ automountServiceAccountToken?: boolean;
1203
+ shareProcessNamespace?: boolean;
1204
+ serviceAccount?: {
1205
+ create?: boolean;
1206
+ annotations?: Record<string, string>;
1207
+ name?: string;
1208
+ automountServiceAccountToken?: boolean;
1209
+ };
1210
+ spec?: {
1211
+ backoffLimit?: number;
1212
+ };
1213
+ };
1214
+ ingress?: {
1215
+ read?: {
1216
+ enabled?: boolean;
1217
+ className?: string;
1218
+ annotations?: Record<string, string>;
1219
+ hosts?: {
1220
+ host?: string;
1221
+ paths?: {
1222
+ path?: string;
1223
+ pathType?: "Prefix" | "Exact" | "ImplementationSpecific";
1224
+ }[];
1225
+ }[];
1226
+ tls?: {
1227
+ secretName?: string;
1228
+ hosts?: string[];
1229
+ }[];
1230
+ defaultBackend?: object;
1231
+ };
1232
+ write?: {
1233
+ enabled?: boolean;
1234
+ className?: string;
1235
+ annotations?: Record<string, string>;
1236
+ hosts?: {
1237
+ host?: string;
1238
+ paths?: {
1239
+ path?: string;
1240
+ pathType?: "Prefix" | "Exact" | "ImplementationSpecific";
1241
+ }[];
1242
+ }[];
1243
+ tls?: {
1244
+ secretName?: string;
1245
+ hosts?: string[];
1246
+ }[];
1247
+ defaultBackend?: object;
1248
+ };
1249
+ };
1250
+ service?: {
1251
+ read?: {
1252
+ enabled?: boolean;
1253
+ type?: "ClusterIP" | "NodePort" | "LoadBalancer" | "ExternalName";
1254
+ clusterIP?: string;
1255
+ loadBalancerIP?: string;
1256
+ nodePort?: string | number;
1257
+ port?: number;
1258
+ containerPort?: number;
1259
+ name?: string;
1260
+ annotations?: Record<string, string>;
1261
+ labels?: Record<string, string>;
1262
+ metricsPath?: string;
1263
+ appProtocol?: string;
1264
+ externalTrafficPolicy?: string;
1265
+ internalTrafficPolicy?: string;
1266
+ headless?: {
1267
+ enabled?: boolean;
1268
+ };
1269
+ };
1270
+ write?: {
1271
+ enabled?: boolean;
1272
+ type?: "ClusterIP" | "NodePort" | "LoadBalancer" | "ExternalName";
1273
+ clusterIP?: string;
1274
+ loadBalancerIP?: string;
1275
+ nodePort?: string | number;
1276
+ port?: number;
1277
+ containerPort?: number;
1278
+ name?: string;
1279
+ annotations?: Record<string, string>;
1280
+ labels?: Record<string, string>;
1281
+ metricsPath?: string;
1282
+ appProtocol?: string;
1283
+ externalTrafficPolicy?: string;
1284
+ internalTrafficPolicy?: string;
1285
+ headless?: {
1286
+ enabled?: boolean;
1287
+ };
1288
+ };
1289
+ metrics?: {
1290
+ enabled?: boolean;
1291
+ type?: "ClusterIP" | "NodePort" | "LoadBalancer" | "ExternalName";
1292
+ clusterIP?: string;
1293
+ loadBalancerIP?: string;
1294
+ nodePort?: string | number;
1295
+ port?: number;
1296
+ containerPort?: number;
1297
+ name?: string;
1298
+ annotations?: Record<string, string>;
1299
+ labels?: Record<string, string>;
1300
+ metricsPath?: string;
1301
+ appProtocol?: string;
1302
+ externalTrafficPolicy?: string;
1303
+ internalTrafficPolicy?: string;
1304
+ headless?: {
1305
+ enabled?: boolean;
1306
+ };
1307
+ };
1308
+ };
1309
+ extraServices?: object;
1310
+ secret?: {
1311
+ enabled?: boolean;
1312
+ nameOverride?: string;
1313
+ enableDefaultAnnotations?: boolean;
1314
+ secretAnnotations?: Record<string, string>;
1315
+ extraAnnotations?: Record<string, string>;
1316
+ hashSumEnabled?: boolean;
1317
+ mountPath?: string;
1318
+ filename?: string;
1319
+ };
1320
+ keto?: {
1321
+ command?: string[];
1322
+ customArgs?: string[];
1323
+ automigration?: {
1324
+ enabled?: boolean;
1325
+ type?: "job" | "initContainer";
1326
+ customCommand?: string[];
1327
+ customArgs?: string[];
1328
+ resources?: {
1329
+ limits?: object;
1330
+ requests?: object;
1331
+ };
1332
+ extraEnv?: object[];
1333
+ };
1334
+ config?: object;
1335
+ customMigrations?: {
1336
+ jobs?: object;
1337
+ };
1338
+ };
1339
+ deployment?: {
1340
+ strategy?: {
1341
+ type?: string;
1342
+ rollingUpdate?: {
1343
+ maxSurge?: string | number;
1344
+ maxUnavailable?: string | number;
1345
+ };
1346
+ };
1347
+ minReadySeconds?: number;
1348
+ podAnnotations?: Record<string, string>;
1349
+ lifecycle?: object;
1350
+ readinessProbe?: {
1351
+ initialDelaySeconds?: number;
1352
+ periodSeconds?: number;
1353
+ failureThreshold?: number;
1354
+ successThreshold?: number;
1355
+ timeoutSeconds?: number;
1356
+ };
1357
+ startupProbe?: {
1358
+ initialDelaySeconds?: number;
1359
+ periodSeconds?: number;
1360
+ failureThreshold?: number;
1361
+ successThreshold?: number;
1362
+ timeoutSeconds?: number;
1363
+ };
1364
+ customLivenessProbe?: object;
1365
+ customReadinessProbe?: object;
1366
+ customStartupProbe?: object;
1367
+ annotations?: Record<string, string>;
1368
+ autoscaling?: {
1369
+ enabled?: boolean;
1370
+ minReplicas?: number;
1371
+ maxReplicas?: number;
1372
+ targetCPU?: object;
1373
+ targetMemory?: object;
1374
+ behavior?: object;
1375
+ extraMetrics?: object[];
1376
+ };
1377
+ extraContainers?: string;
1378
+ extraEnv?: object[];
1379
+ extraVolumes?: object[];
1380
+ extraVolumeMounts?: object[];
1381
+ extraInitContainers?: string | object;
1382
+ extraLabels?: Record<string, string>;
1383
+ extraPorts?: object[];
1384
+ automigration?: {
1385
+ extraEnv?: object[];
1386
+ };
1387
+ revisionHistoryLimit?: number;
1388
+ resources?: {
1389
+ limits?: object;
1390
+ requests?: object;
1391
+ };
1392
+ podSecurityContext?: object;
1393
+ securityContext?: object;
1394
+ nodeSelector?: Record<string, string>;
1395
+ tolerations?: object[];
1396
+ affinity?: object;
1397
+ topologySpreadConstraints?: object[];
1398
+ dnsConfig?: object;
1399
+ podMetadata?: {
1400
+ labels?: Record<string, string>;
1401
+ annotations?: Record<string, string>;
1402
+ };
1403
+ automountServiceAccountToken?: boolean;
1404
+ terminationGracePeriodSeconds?: number;
1405
+ };
1406
+ watcher?: {
1407
+ enabled?: boolean;
1408
+ image?: string;
1409
+ mountFile?: string;
1410
+ podMetadata?: {
1411
+ labels?: Record<string, string>;
1412
+ annotations?: Record<string, string>;
1413
+ };
1414
+ watchLabelKey?: string;
1415
+ revisionHistoryLimit?: number;
1416
+ automountServiceAccountToken?: boolean;
1417
+ podSecurityContext?: object;
1418
+ securityContext?: object;
1419
+ resources?: {
1420
+ limits?: object;
1421
+ requests?: object;
1422
+ };
1423
+ };
1424
+ pdb?: {
1425
+ enabled?: boolean;
1426
+ spec?: {
1427
+ minAvailable?: string | number;
1428
+ maxUnavailable?: string | number;
1429
+ };
1430
+ };
1431
+ serviceMonitor?: {
1432
+ enabled?: boolean;
1433
+ scheme?: string;
1434
+ scrapeInterval?: string;
1435
+ scrapeTimeout?: string;
1436
+ relabelings?: object[];
1437
+ metricRelabelings?: object[];
1438
+ labels?: Record<string, string>;
1439
+ tlsConfig?: object;
1440
+ targetLabels?: string[];
1441
+ };
1442
+ configmap?: {
1443
+ hashSumEnabled?: boolean;
1444
+ annotations?: Record<string, string>;
1445
+ };
1446
+ test?: {
1447
+ labels?: Record<string, string>;
1448
+ busybox?: {
1449
+ registry?: string;
1450
+ repository?: string;
1451
+ tag?: string;
1452
+ };
1453
+ };
1454
+ };
1455
+ };
1456
+ oathkeeper?: {
1457
+ managedAccessRules?: boolean;
1458
+ mutatorIdTokenJwks?: {
1459
+ value: string;
1460
+ } | {
1461
+ secretRef: {
1462
+ name: string;
1463
+ key: string;
1464
+ };
1465
+ };
1466
+ replicaCount?: number;
1467
+ resources?: {
1468
+ requests?: {
1469
+ cpu?: string;
1470
+ memory?: string;
1471
+ };
1472
+ limits?: {
1473
+ cpu?: string;
1474
+ memory?: string;
1475
+ };
1476
+ };
1477
+ serviceMonitor?: {
1478
+ enabled?: boolean;
1479
+ };
1480
+ values?: {
1481
+ global?: {
1482
+ imageRegistry?: string;
1483
+ ory?: object;
1484
+ podMetadata?: {
1485
+ labels?: Record<string, string>;
1486
+ annotations?: Record<string, string>;
1487
+ };
1488
+ };
1489
+ replicaCount?: number;
1490
+ revisionHistoryLimit?: number;
1491
+ image?: {
1492
+ registry?: string;
1493
+ repository?: string;
1494
+ tag?: string;
1495
+ pullPolicy?: "Always" | "IfNotPresent" | "Never";
1496
+ initContainer?: {
1497
+ repository?: string;
1498
+ tag?: string;
1499
+ };
1500
+ };
1501
+ sidecar?: {
1502
+ image?: {
1503
+ repository?: string;
1504
+ tag?: string;
1505
+ };
1506
+ envs?: object;
1507
+ };
1508
+ priorityClassName?: string;
1509
+ imagePullSecrets?: object[];
1510
+ nameOverride?: string;
1511
+ fullnameOverride?: string;
1512
+ securityContext?: object;
1513
+ podSecurityContext?: object;
1514
+ demo?: boolean;
1515
+ service?: {
1516
+ proxy?: {
1517
+ enabled?: boolean;
1518
+ type?: "ClusterIP" | "NodePort" | "LoadBalancer" | "ExternalName";
1519
+ clusterIP?: string;
1520
+ loadBalancerIP?: string;
1521
+ nodePort?: string | number;
1522
+ port?: number;
1523
+ containerPort?: number;
1524
+ name?: string;
1525
+ annotations?: Record<string, string>;
1526
+ labels?: Record<string, string>;
1527
+ metricsPath?: string;
1528
+ appProtocol?: string;
1529
+ externalTrafficPolicy?: string;
1530
+ internalTrafficPolicy?: string;
1531
+ headless?: {
1532
+ enabled?: boolean;
1533
+ };
1534
+ };
1535
+ api?: {
1536
+ enabled?: boolean;
1537
+ type?: "ClusterIP" | "NodePort" | "LoadBalancer" | "ExternalName";
1538
+ clusterIP?: string;
1539
+ loadBalancerIP?: string;
1540
+ nodePort?: string | number;
1541
+ port?: number;
1542
+ containerPort?: number;
1543
+ name?: string;
1544
+ annotations?: Record<string, string>;
1545
+ labels?: Record<string, string>;
1546
+ metricsPath?: string;
1547
+ appProtocol?: string;
1548
+ externalTrafficPolicy?: string;
1549
+ internalTrafficPolicy?: string;
1550
+ headless?: {
1551
+ enabled?: boolean;
1552
+ };
1553
+ };
1554
+ metrics?: {
1555
+ enabled?: boolean;
1556
+ type?: "ClusterIP" | "NodePort" | "LoadBalancer" | "ExternalName";
1557
+ clusterIP?: string;
1558
+ loadBalancerIP?: string;
1559
+ nodePort?: string | number;
1560
+ port?: number;
1561
+ containerPort?: number;
1562
+ name?: string;
1563
+ annotations?: Record<string, string>;
1564
+ labels?: Record<string, string>;
1565
+ metricsPath?: string;
1566
+ appProtocol?: string;
1567
+ externalTrafficPolicy?: string;
1568
+ internalTrafficPolicy?: string;
1569
+ headless?: {
1570
+ enabled?: boolean;
1571
+ };
1572
+ };
1573
+ };
1574
+ ingress?: {
1575
+ proxy?: {
1576
+ enabled?: boolean;
1577
+ className?: string;
1578
+ annotations?: Record<string, string>;
1579
+ hosts?: {
1580
+ host?: string;
1581
+ paths?: {
1582
+ path?: string;
1583
+ pathType?: "Prefix" | "Exact" | "ImplementationSpecific";
1584
+ }[];
1585
+ }[];
1586
+ tls?: {
1587
+ secretName?: string;
1588
+ hosts?: string[];
1589
+ }[];
1590
+ defaultBackend?: object;
1591
+ };
1592
+ api?: {
1593
+ enabled?: boolean;
1594
+ className?: string;
1595
+ annotations?: Record<string, string>;
1596
+ hosts?: {
1597
+ host?: string;
1598
+ paths?: {
1599
+ path?: string;
1600
+ pathType?: "Prefix" | "Exact" | "ImplementationSpecific";
1601
+ }[];
1602
+ }[];
1603
+ tls?: {
1604
+ secretName?: string;
1605
+ hosts?: string[];
1606
+ }[];
1607
+ defaultBackend?: object;
1608
+ };
1609
+ };
1610
+ oathkeeper?: {
1611
+ helmTemplatedConfigEnabled?: boolean;
1612
+ configFileOverride?: {
1613
+ enabled?: boolean;
1614
+ nameOverride?: string;
1615
+ };
1616
+ config?: object;
1617
+ mutatorIdTokenJWKs?: string;
1618
+ accessRulesOverride?: {
1619
+ nameOverride?: string;
1620
+ };
1621
+ accessRules?: string;
1622
+ managedAccessRules?: boolean;
1623
+ };
1624
+ secret?: {
1625
+ enabled?: boolean;
1626
+ nameOverride?: string;
1627
+ enableDefaultAnnotations?: boolean;
1628
+ secretAnnotations?: Record<string, string>;
1629
+ extraAnnotations?: Record<string, string>;
1630
+ hashSumEnabled?: boolean;
1631
+ mountPath?: string;
1632
+ filename?: string;
1633
+ };
1634
+ deployment?: {
1635
+ strategy?: {
1636
+ type?: string;
1637
+ rollingUpdate?: {
1638
+ maxSurge?: string | number;
1639
+ maxUnavailable?: string | number;
1640
+ };
1641
+ };
1642
+ lifecycle?: object;
1643
+ readinessProbe?: {
1644
+ initialDelaySeconds?: number;
1645
+ periodSeconds?: number;
1646
+ failureThreshold?: number;
1647
+ successThreshold?: number;
1648
+ timeoutSeconds?: number;
1649
+ };
1650
+ startupProbe?: {
1651
+ initialDelaySeconds?: number;
1652
+ periodSeconds?: number;
1653
+ failureThreshold?: number;
1654
+ successThreshold?: number;
1655
+ timeoutSeconds?: number;
1656
+ };
1657
+ customLivenessProbe?: object;
1658
+ customReadinessProbe?: object;
1659
+ customStartupProbe?: object;
1660
+ serviceAccount?: {
1661
+ create?: boolean;
1662
+ annotations?: Record<string, string>;
1663
+ name?: string;
1664
+ automountServiceAccountToken?: boolean;
1665
+ };
1666
+ extraEnv?: object[];
1667
+ extraArgs?: string[];
1668
+ extraVolumes?: object[];
1669
+ extraVolumeMounts?: object[];
1670
+ extraContainers?: string;
1671
+ extraInitContainers?: string;
1672
+ labels?: Record<string, string>;
1673
+ annotations?: Record<string, string>;
1674
+ autoscaling?: {
1675
+ enabled?: boolean;
1676
+ minReplicas?: number;
1677
+ maxReplicas?: number;
1678
+ targetCPU?: object;
1679
+ targetMemory?: object;
1680
+ behavior?: object;
1681
+ extraMetrics?: object[];
1682
+ };
1683
+ resources?: {
1684
+ limits?: object;
1685
+ requests?: object;
1686
+ };
1687
+ podSecurityContext?: object;
1688
+ securityContext?: object;
1689
+ nodeSelector?: Record<string, string>;
1690
+ tolerations?: object[];
1691
+ affinity?: object;
1692
+ topologySpreadConstraints?: object[];
1693
+ dnsConfig?: object;
1694
+ podMetadata?: {
1695
+ labels?: Record<string, string>;
1696
+ annotations?: Record<string, string>;
1697
+ };
1698
+ automountServiceAccountToken?: boolean;
1699
+ terminationGracePeriodSeconds?: number;
1700
+ };
1701
+ affinity?: object;
1702
+ maester?: {
1703
+ enabled?: boolean;
1704
+ };
1705
+ pdb?: {
1706
+ enabled?: boolean;
1707
+ spec?: {
1708
+ minAvailable?: string | number;
1709
+ maxUnavailable?: string | number;
1710
+ };
1711
+ };
1712
+ serviceMonitor?: {
1713
+ enabled?: boolean;
1714
+ scheme?: string;
1715
+ scrapeInterval?: string;
1716
+ scrapeTimeout?: string;
1717
+ relabelings?: object[];
1718
+ metricRelabelings?: object[];
1719
+ labels?: Record<string, string>;
1720
+ tlsConfig?: object;
1721
+ targetLabels?: string[];
1722
+ };
1723
+ configmap?: {
1724
+ hashSumEnabled?: boolean;
1725
+ annotations?: Record<string, string>;
1726
+ };
1727
+ test?: {
1728
+ labels?: Record<string, string>;
1729
+ busybox?: {
1730
+ registry?: string;
1731
+ repository?: string;
1732
+ tag?: string;
1733
+ };
1734
+ };
1735
+ };
1736
+ };
1737
+ maester?: {
1738
+ hydra?: {
1739
+ enabled?: boolean;
1740
+ singleNamespaceMode?: boolean;
1741
+ enabledNamespaces?: string[];
1742
+ serviceMonitor?: {
1743
+ enabled?: boolean;
1744
+ };
1745
+ };
1746
+ oathkeeper?: {
1747
+ enabled?: boolean;
1748
+ singleNamespaceMode?: boolean;
1749
+ rulesConfigmapNamespace?: string;
1750
+ rulesFileName?: string;
1751
+ };
1752
+ hydraValues?: {
1753
+ global?: {
1754
+ imageRegistry?: string;
1755
+ podMetadata?: {
1756
+ labels?: Record<string, string>;
1757
+ annotations?: Record<string, string>;
1758
+ };
1759
+ };
1760
+ replicaCount?: number;
1761
+ revisionHistoryLimit?: number;
1762
+ enabledNamespaces?: string[];
1763
+ singleNamespaceMode?: boolean;
1764
+ image?: {
1765
+ registry?: string;
1766
+ repository?: string;
1767
+ tag?: string;
1768
+ pullPolicy?: "Always" | "IfNotPresent" | "Never";
1769
+ };
1770
+ imagePullSecrets?: object[];
1771
+ priorityClassName?: string;
1772
+ adminService?: {
1773
+ name?: string;
1774
+ port?: number;
1775
+ endpoint?: string;
1776
+ scheme?: string;
1777
+ tlsTrustStorePath?: string;
1778
+ insecureSkipVerify?: boolean;
1779
+ };
1780
+ forwardedProto?: string;
1781
+ deployment?: {
1782
+ args?: {
1783
+ syncPeriod?: string;
1784
+ };
1785
+ extraEnv?: object[];
1786
+ extraVolumes?: object[];
1787
+ extraVolumeMounts?: object[];
1788
+ serviceAccount?: {
1789
+ create?: boolean;
1790
+ annotations?: Record<string, string>;
1791
+ name?: string;
1792
+ automountServiceAccountToken?: boolean;
1793
+ };
1794
+ resources?: {
1795
+ limits?: object;
1796
+ requests?: object;
1797
+ };
1798
+ podSecurityContext?: object;
1799
+ securityContext?: object;
1800
+ nodeSelector?: Record<string, string>;
1801
+ tolerations?: object[];
1802
+ affinity?: object;
1803
+ topologySpreadConstraints?: object[];
1804
+ dnsConfig?: object;
1805
+ podMetadata?: {
1806
+ labels?: Record<string, string>;
1807
+ annotations?: Record<string, string>;
1808
+ };
1809
+ automountServiceAccountToken?: boolean;
1810
+ terminationGracePeriodSeconds?: number;
1811
+ };
1812
+ affinity?: object;
1813
+ pdb?: {
1814
+ enabled?: boolean;
1815
+ spec?: {
1816
+ minAvailable?: string | number;
1817
+ maxUnavailable?: string | number;
1818
+ };
1819
+ };
1820
+ service?: {
1821
+ metrics?: {
1822
+ enabled?: boolean;
1823
+ type?: "ClusterIP" | "NodePort" | "LoadBalancer" | "ExternalName";
1824
+ clusterIP?: string;
1825
+ loadBalancerIP?: string;
1826
+ nodePort?: string | number;
1827
+ port?: number;
1828
+ containerPort?: number;
1829
+ name?: string;
1830
+ annotations?: Record<string, string>;
1831
+ labels?: Record<string, string>;
1832
+ metricsPath?: string;
1833
+ appProtocol?: string;
1834
+ externalTrafficPolicy?: string;
1835
+ internalTrafficPolicy?: string;
1836
+ headless?: {
1837
+ enabled?: boolean;
1838
+ };
1839
+ };
1840
+ };
1841
+ serviceMonitor?: {
1842
+ enabled?: boolean;
1843
+ scheme?: string;
1844
+ scrapeInterval?: string;
1845
+ scrapeTimeout?: string;
1846
+ relabelings?: object[];
1847
+ metricRelabelings?: object[];
1848
+ labels?: Record<string, string>;
1849
+ tlsConfig?: object;
1850
+ targetLabels?: string[];
1851
+ };
1852
+ };
1853
+ oathkeeperValues?: {
1854
+ global?: {
1855
+ imageRegistry?: string;
1856
+ ory?: object;
1857
+ podMetadata?: {
1858
+ labels?: Record<string, string>;
1859
+ annotations?: Record<string, string>;
1860
+ };
1861
+ };
1862
+ replicaCount?: number;
1863
+ revisionHistoryLimit?: number;
1864
+ singleNamespaceMode?: boolean;
1865
+ rulesConfigmapNamespace?: string;
1866
+ rulesFileName?: string;
1867
+ image?: {
1868
+ registry?: string;
1869
+ repository?: string;
1870
+ tag?: string;
1871
+ pullPolicy?: "Always" | "IfNotPresent" | "Never";
1872
+ };
1873
+ imagePullSecrets?: object[];
1874
+ securityContext?: object;
1875
+ podSecurityContext?: object;
1876
+ deployment?: {
1877
+ envs?: object;
1878
+ extraLabels?: Record<string, string>;
1879
+ annotations?: Record<string, string>;
1880
+ };
1881
+ affinity?: object;
1882
+ pdb?: {
1883
+ enabled?: boolean;
1884
+ spec?: {
1885
+ minAvailable?: string | number;
1886
+ maxUnavailable?: string | number;
1887
+ };
1888
+ };
1889
+ };
1890
+ };
1891
+ resources?: {
1892
+ oauth2Clients?: {
1893
+ name: string;
1894
+ spec: {
1895
+ grantTypes: ("client_credentials" | "authorization_code" | "implicit" | "refresh_token")[];
1896
+ secretName: string;
1897
+ accessTokenStrategy?: "opaque" | "jwt";
1898
+ allowedCorsOrigins?: string[];
1899
+ audience?: string[];
1900
+ backChannelLogoutSessionRequired?: boolean;
1901
+ backChannelLogoutURI?: string;
1902
+ clientName?: string;
1903
+ clientSecretExpiresAt?: number;
1904
+ clientUri?: string;
1905
+ contacts?: string[];
1906
+ deletionPolicy?: "delete" | "orphan";
1907
+ frontChannelLogoutSessionRequired?: boolean;
1908
+ frontChannelLogoutURI?: string;
1909
+ hydraAdmin?: {
1910
+ endpoint?: string;
1911
+ forwardedProto?: string;
1912
+ port?: number;
1913
+ url?: string;
1914
+ };
1915
+ jwksUri?: string;
1916
+ logoUri?: string;
1917
+ metadata?: object;
1918
+ policyUri?: string;
1919
+ postLogoutRedirectUris?: string[];
1920
+ redirectUris?: string[];
1921
+ requestObjectSigningAlg?: string;
1922
+ requestUris?: string[];
1923
+ responseTypes?: ("code" | "token" | "id_token" | "code token" | "code id_token" | "id_token token" | "code id_token token")[];
1924
+ scope?: string;
1925
+ scopeArray?: string[];
1926
+ sectorIdentifierUri?: string;
1927
+ skipConsent?: boolean;
1928
+ skipLogoutConsent?: boolean;
1929
+ subjectType?: "public" | "pairwise";
1930
+ tokenEndpointAuthMethod?: "none" | "client_secret_basic" | "client_secret_post" | "private_key_jwt";
1931
+ tokenEndpointAuthSigningAlg?: string;
1932
+ tokenLifespans?: {
1933
+ authorization_code_grant_access_token_lifespan?: string;
1934
+ authorization_code_grant_id_token_lifespan?: string;
1935
+ authorization_code_grant_refresh_token_lifespan?: string;
1936
+ client_credentials_grant_access_token_lifespan?: string;
1937
+ implicit_grant_access_token_lifespan?: string;
1938
+ implicit_grant_id_token_lifespan?: string;
1939
+ jwt_bearer_grant_access_token_lifespan?: string;
1940
+ refresh_token_grant_access_token_lifespan?: string;
1941
+ refresh_token_grant_id_token_lifespan?: string;
1942
+ refresh_token_grant_refresh_token_lifespan?: string;
1943
+ };
1944
+ tosUri?: string;
1945
+ userinfoSignedResponseAlg?: string;
1946
+ };
1947
+ id?: string;
1948
+ namespace?: string;
1949
+ }[];
1950
+ oathkeeperRules?: {
1951
+ name: string;
1952
+ spec: {
1953
+ match: {
1954
+ methods: string[];
1955
+ url: string;
1956
+ };
1957
+ authenticators?: {
1958
+ handler: string;
1959
+ config?: object;
1960
+ }[];
1961
+ authorizer?: {
1962
+ handler: string;
1963
+ config?: object;
1964
+ };
1965
+ configMapName?: string;
1966
+ errors?: {
1967
+ handler: string;
1968
+ config?: object;
1969
+ }[];
1970
+ mutators?: {
1971
+ handler: string;
1972
+ config?: object;
1973
+ }[];
1974
+ upstream?: {
1975
+ url: string;
1976
+ preserveHost?: boolean;
1977
+ stripPath?: string;
1978
+ };
1979
+ };
1980
+ id?: string;
1981
+ namespace?: string;
1982
+ }[];
1983
+ };
1984
+ }, {
1985
+ ready: boolean;
1986
+ phase: "Ready" | "Installing";
1987
+ components: {
1988
+ hydra: boolean;
1989
+ kratos: boolean;
1990
+ keto: boolean;
1991
+ oathkeeper: boolean;
1992
+ };
1993
+ maester: {
1994
+ hydra: boolean;
1995
+ oathkeeper: boolean;
1996
+ };
1997
+ endpoints: {
1998
+ hydraPublic: {
1999
+ url: string;
2000
+ scheme: string;
2001
+ host: string;
2002
+ clusterIP?: string;
2003
+ port?: number;
2004
+ serviceName?: string;
2005
+ namespace?: string;
2006
+ };
2007
+ hydraAdmin: {
2008
+ url: string;
2009
+ scheme: string;
2010
+ host: string;
2011
+ clusterIP?: string;
2012
+ port?: number;
2013
+ serviceName?: string;
2014
+ namespace?: string;
2015
+ };
2016
+ kratosPublic: {
2017
+ url: string;
2018
+ scheme: string;
2019
+ host: string;
2020
+ clusterIP?: string;
2021
+ port?: number;
2022
+ serviceName?: string;
2023
+ namespace?: string;
2024
+ };
2025
+ kratosAdmin: {
2026
+ url: string;
2027
+ scheme: string;
2028
+ host: string;
2029
+ clusterIP?: string;
2030
+ port?: number;
2031
+ serviceName?: string;
2032
+ namespace?: string;
2033
+ };
2034
+ ketoRead: {
2035
+ url: string;
2036
+ scheme: string;
2037
+ host: string;
2038
+ clusterIP?: string;
2039
+ port?: number;
2040
+ serviceName?: string;
2041
+ namespace?: string;
2042
+ };
2043
+ ketoWrite: {
2044
+ url: string;
2045
+ scheme: string;
2046
+ host: string;
2047
+ clusterIP?: string;
2048
+ port?: number;
2049
+ serviceName?: string;
2050
+ namespace?: string;
2051
+ };
2052
+ oathkeeperProxy: {
2053
+ url: string;
2054
+ scheme: string;
2055
+ host: string;
2056
+ clusterIP?: string;
2057
+ port?: number;
2058
+ serviceName?: string;
2059
+ namespace?: string;
2060
+ };
2061
+ oathkeeperApi: {
2062
+ url: string;
2063
+ scheme: string;
2064
+ host: string;
2065
+ clusterIP?: string;
2066
+ port?: number;
2067
+ serviceName?: string;
2068
+ namespace?: string;
2069
+ };
2070
+ };
2071
+ version?: string;
2072
+ }>;
2073
+ //# sourceMappingURL=ory-identity-stack.d.ts.map