-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathvalues.yaml
More file actions
668 lines (667 loc) 路 25.6 KB
/
Copy pathvalues.yaml
File metadata and controls
668 lines (667 loc) 路 25.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
# Burrito configuration
## Ref: https://docs.burrito.tf/operator-manual/advanced-configuration/
config:
# -- Create ConfigMap with Burrito configuration
create: true
# -- Metadata configuration for config map
metadata:
labels:
app.kubernetes.io/name: burrito-config
annotations: {}
burrito:
controller:
# -- By default, the controller will only watch the tenants namespaces
namespaces: []
timers:
# -- Drift detection interval
driftDetection: 10m
# -- Repository polling interval
repositorySync: 5m
# -- Duration to wait before retrying on error
onError: 10s
# -- Duration to wait before retrying on locked layer
waitAction: 10s
# -- Duration to wait before retrying on failure (increases exponentially with the amount of failed retries)
failureGracePeriod: 15s
# -- Default sync windows for layer reconciliation
defaultSyncWindows: []
# -- Maximum number of concurrent reconciles for the controller, increase this value if you have a lot of resources to reconcile
maxConcurrentReconciles: 1
# -- Maximum number of concurrent runners pods. 0 means no limit
maxConcurrentRunnerPods: 0
# -- Maximum number of retries for Terraform operations (plan, apply...)
terraformMaxRetries: 3
# -- Resource types to watch for reconciliation.
types: ["layer", "repository", "run", "pullrequest"]
leaderElection:
# -- Enable/Disable leader election
enabled: true
# -- Leader election lock name
id: 6d185457.terraform.padok.cloud
# -- Address to bind the controller metrics
metricsBindAddress: ":8080"
# -- Address to bind the controller health probe
healthProbeBindAddress: ":8081"
# -- Port used to handle the Kubernetes webhook
kubernetesWebhookPort: 9443
# -- Provider cache custom configuration
hermitcrab: {}
datastore:
# -- Service accounts that are allowed to access the datastore API in namespace/name format (not the service account used by the datastore pods, check datastore.serviceAccount.metadata for that)
serviceAccounts: []
storage:
# -- Use in-memory storage for testing - not intended for production use, data will be lost on datastore restart
mock: false
gcs:
# -- GCS bucket name
bucket: ""
azure:
# -- Azure storage account name
storageAccount: ""
# -- Azure storage container name
container: ""
s3:
# -- S3 bucket name
bucket: ""
# -- S3 option for bucket name in path instead of as subdomain
usePathStyle: false
# -- Datastore exposed port
addr: ":8080"
# -- Datastore hostname, used by controller, server and runner to reach the datastore
hostname: "burrito-datastore.burrito-system.svc.cluster.local"
server:
# -- Server exposed port
addr: ":8080"
basicAuth:
# -- Enable/Disable Basic Authentication for the Burrito server. If both Basic Auth and OIDC are disabled, the server will be publicly accessible.
enabled: true
oidc:
# -- Enable/Disable OIDC authentication for the Burrito server
enabled: false
# -- OIDC issuer URL
issuerUrl: ""
# -- OIDC client ID -- client secret should be set in a Kubernetes secret and referenced in server.deployment.envFrom with the key "BURRITO_SERVER_OIDC_CLIENTSECRET"
clientId: ""
# -- OIDC Redirect URL, should be the Burrito server URL with /auth/callback appended (ex: https://burrito.example.com/auth/callback)
redirectUrl: ""
# -- OIDC scopes to request
scopes:
- "openid"
- "profile"
- "email"
session:
# -- Session max age in seconds, after which the session will expire
maxAge: 86400
# -- Cookie secure, set this to true if using HTTPS
secure: false
runner:
# -- Configmap name to store the SSH known hosts in the runner
sshKnownHostsConfigMapName: burrito-ssh-known-hosts
image:
# -- Default image to use for runners, can be overridden with spec.OverrideRunnerSpec in repositories and layer definitions
repository: ghcr.io/padok-team/burrito
tag: "v0.13.0@sha256:e957726fe488c5532d4e510ffd15b0b05694e0ffcaa1831797e5fb01aa699d64" # By default use Chart's appVersion
pullPolicy: Always
# -- Command to run in the Burrito runner container
command: ["burrito"]
# -- Arguments to pass to the Burrito runner container
args: ["runner", "start"]
hermitcrab:
# -- Enable/Disable Hermitcrab (terraform provider cache in cluster)
enabled: false
# -- Metadata configuration for Hermitcrab
metadata:
labels:
app.kubernetes.io/component: hermitcrab
app.kubernetes.io/name: burrito-hermitcrab
annotations: {}
storage:
emptyDir:
# -- Use emptyDir for Hermitcrab storage
enabled: true
# -- EmptyDir medium
medium: ""
# -- EmptyDir size limit
sizeLimit: "2Gi"
ephemeral:
# -- Use ephemeral storage for Hermitcrab storage
enabled: false
# -- Ephemeral storage size
size: "2Gi"
# -- Ephemeral storage class name
storageClassName: ""
tls:
# -- Reference a secret that contains a CA cer (ca.crt, tls.crt, tls.key) for Hermitcrab (if not using CertManager) - note: TLS is required for Hermitcrab, as Terraform Provider Mirror protocol requires it
secretName: burrito-hermitcrab-tls
certManager:
# -- Use CertManager for Hermitcrab TLS (recommended - requires cert-manager to be installed on the cluster)
use: true
certificate:
# -- Metadata configuration for Hermitcrab certificate
metadata:
labels: {}
annotations: {}
spec:
# -- Secret name to store the Hermitcrab TLS certificate
secretName: burrito-hermitcrab-tls
# -- Common name for the Hermitcrab TLS certificate
commonName: burrito-hermitcrab.burrito-system.svc.cluster.local
# -- DNS names for the Hermitcrab TLS certificate
dnsNames:
- burrito-hermitcrab.burrito-system.svc.cluster.local
- burrito-hermitcrab.burrito-system
- burrito-hermitcrab
issuerRef:
# -- The default issuer name is "burrito-ca-issuer", packaged with the chart
name: burrito-ca-issuer
kind: Issuer
# -- Hermitcrab service configuration
service:
# -- Metadata configuration for Hermitcrab service
metadata:
labels: {}
annotations: {}
# -- Hermitcrab service traffic distribution policy
trafficDistribution: ""
deployment:
# -- Metadata configuration for Hermitcrab deployment
metadata:
labels: {}
annotations: {}
# -- Hermitcrab replicas
replicas: 1
# -- Hermitcrab tolerations
tolerations: []
# -- Hermitcrab node selector
nodeSelector: {}
# -- Hermitcrab affinity
affinity: {}
# -- Hermitcrab topology spread constraints
topologySpreadConstraints: []
# -- Hermitcrab image configuration
image:
pullPolicy: Always
repository: sealio/hermitcrab
tag: v0.1.7@sha256:2201a99d97d5f1c8071cc19aca631e3f90a92b3f246dc3a0cfb6d4b3a09d9ffd
# -- Hermitcrab environment variables
env:
- name: SERVER_TLS_CERT_FILE
# -- Path to the Hermitcrab TLS certificate
value: /etc/hermitcrab/tls/tls.crt
- name: SERVER_TLS_PRIVATE_KEY_FILE
# -- Path to the Hermitcrab TLS private key
value: /etc/hermitcrab/tls/tls.key
# -- Hermitcrab resources configuration
resources:
limits:
cpu: "1"
memory: "2Gi"
requests:
cpu: "300m"
memory: "256Mi"
# -- Hermitcrab ports configuration
ports:
- name: http
containerPort: 80
- name: https
containerPort: 443
# -- Hermitcrab startup probe configuration
startupProbe:
failureThreshold: 10
periodSeconds: 5
httpGet:
port: 80
path: /readyz
# -- Hermitcrab readiness probe configuration
readinessProbe:
failureThreshold: 3
timeoutSeconds: 5
periodSeconds: 5
httpGet:
port: 80
path: /readyz
# -- Hermitcrab liveness probe configuration
livenessProbe:
failureThreshold: 10
timeoutSeconds: 5
periodSeconds: 10
httpGet:
httpHeaders:
- name: "User-Agent"
value: ""
port: 80
path: /livez
# -- Additional volumes
extraVolumes: {}
# -- Additional volume mounts
extraVolumeMounts: {}
global:
# -- Global metadata configuration for Burrito components
metadata:
labels:
app.kubernetes.io/part-of: burrito
annotations: {}
# Custom Resource Definitions
# Having CRDs under the Helm templates folder allows us to manage upgrades more easily
crds:
# -- Enable/Disable CRD installation through the Helm chart
install: true
deployment:
# -- Global metadata configuration for Burrito components deployments
metadata:
labels: {}
annotations: {}
mode: Release
autoscaling:
# -- Enable/Disable autoscaling for Burrito pods
enabled: false
# -- Number of replicas for Burrito pods
replicas: 1
# -- Global image configuration
image:
repository: ghcr.io/padok-team/burrito
tag: "v0.13.0@sha256:e957726fe488c5532d4e510ffd15b0b05694e0ffcaa1831797e5fb01aa699d64" # By default use Chart's appVersion
pullPolicy: Always
# -- Global annotations for pods generated by Burrito deployments
podAnnotations: {}
# -- Global pod security context configuration
podSecurityContext:
runAsNonRoot: true
# -- Global security context configuration
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- "ALL"
# -- Global resources configuration
resources: {}
# -- Global ports configuration
ports: []
# -- Global environment variables
envFrom: []
# -- Additional volumes
extraVolumes: {}
# -- Additional volume mounts
extraVolumeMounts: {}
# -- Global service configuration
service:
# -- Enable/Disable service creation for Burrito components
enabled: true
# -- Global metadata configuration for Burrito components services
metadata:
labels: {}
annotations: {}
serviceAccount:
# -- Global metadata configuration for Burrito components service accounts
metadata:
labels: {}
annotations: {}
sshKnownHosts: |-
bitbucket.org ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAubiN81eDcafrgMeLzaFPsw2kNvEcqTKl/VqLat/MaB33pZy0y3rJZtnqwR2qOOvbwKZYKiEO1O6VqNEBxKvJJelCq0dTXWT5pbO2gDXC6h6QDXCaHo6pOHGPUy+YBaGQRGuSusMEASYiWunYN0vCAI8QaXnWMXNMdFP3jHAJH0eDsoiGnLPBlBp4TNm6rYI74nMzgz3B9IikW4WVK+dc8KZJZWYjAuORU3jc1c/NPskD2ASinf8v3xnfXeukU0sJ5N6m5E8VLjObPEO+mN2t/FZTMZLiFqPWc/ALSqnMnnhwrNi2rbfg/rd/IpL8Le3pSBne8+seeFVBoGqzHM9yXw==
github.com ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCj7ndNxQowgcQnjshcLrqPEiiphnt+VTTvDP6mHBL9j1aNUkY4Ue1gvwnGLVlOhGeYrnZaMgRK6+PKCUXaDbC7qtbW8gIkhL7aGCsOr/C56SJMy/BCZfxd1nWzAOxSDPgVsmerOBYfNqltV9/hWCqBywINIR+5dIg6JTJ72pcEpEjcYgXkE2YEFXV1JHnsKgbLWNlhScqb2UmyRkQyytRLtL+38TGxkxCflmO+5Z8CSSNY7GidjMIZ7Q4zMjA2n1nGrlTDkzwDCsw+wqFPGQA179cnfGWOWRVruj16z6XyvxvjJwbz0wQZ75XK5tKSb7FNyeIEs4TT4jk+S4dhPeAUC5y+bDYirYgM4GC7uEnztnZyaVWQ7B381AK4Qdrwt51ZqExKbQpTUNn+EjqoTwvqNj4kqx5QUCI0ThS/YkOxJCXmPUWZbhjpCg56i+2aB6CmK2JGhn57K5mj0MNdBXA4/WnwH6XoPWJzK5Nyu2zB3nAZp+S5hpQs+p1vN1/wsjk=
gitlab.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFSMqzJeV9rUzU4kWitGjeR4PWSa29SPqJ1fVkhtj3Hw9xjLVXVYrU9QlYWrOLXBpQ6KWjbjTDTdDkoohFzgbEY=
gitlab.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAfuCHKVTjquxvt6CM6tdG4SLp1Btn/nOeHHE5UOzRdf
gitlab.com ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCsj2bNKTBSpIYDEGk9KxsGh3mySTRgMtXL583qmBpzeQ+jqCMRgBqB98u3z++J1sKlXHWfM9dyhSevkMwSbhoR8XIq/U0tCNyokEi/ueaBMCvbcTHhO7FcwzY92WK4Yt0aGROY5qX2UKSeOvuP4D6TPqKF1onrSzH9bx9XUf2lEdWT/ia1NEKjunUqu1xOB/StKDHMoX4/OKyIzuS0q/T1zOATthvasJFoPrAjkohTyaDUz2LN5JoH839hViyEG82yB+MjcFV5MU3N1l1QL3cVUCh93xSaua1N85qivl+siMkPGbO5xR/En4iEY6K2XPASUEMaieWVNTRCtJ4S8H+9
ssh.dev.azure.com ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7Hr1oTWqNqOlzGJOfGJ4NakVyIzf1rXYd4d7wo6jBlkLvCA4odBlL0mDUyZ0/QUfTTqeu+tm22gOsv+VrVTMk6vwRU75gY/y9ut5Mb3bR5BV58dKXyq9A9UeB5Cakehn5Zgm6x1mKoVyf+FFn26iYqXJRgzIZZcZ5V6hrE0Qg39kZm4az48o0AUbf6Sp4SLdvnuMa2sVNwHBboS7EJkm57XQPVU3/QpyNLHbWDdzwtrlS+ez30S3AdYhLKEOxAG8weOnyrtLJAUen9mTkol8oII1edf7mWWbWVf0nBmly21+nZcmCTISQBtdcyPaEno7fFQMDD26/s0lfKob4Kw8H
vs-ssh.visualstudio.com ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7Hr1oTWqNqOlzGJOfGJ4NakVyIzf1rXYd4d7wo6jBlkLvCA4odBlL0mDUyZ0/QUfTTqeu+tm22gOsv+VrVTMk6vwRU75gY/y9ut5Mb3bR5BV58dKXyq9A9UeB5Cakehn5Zgm6x1mKoVyf+FFn26iYqXJRgzIZZcZ5V6hrE0Qg39kZm4az48o0AUbf6Sp4SLdvnuMa2sVNwHBboS7EJkm57XQPVU3/QpyNLHbWDdzwtrlS+ez30S3AdYhLKEOxAG8weOnyrtLJAUen9mTkol8oII1edf7mWWbWVf0nBmly21+nZcmCTISQBtdcyPaEno7fFQMDD26/s0lfKob4Kw8H
github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=
github.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl
controllers:
# -- Metadata configuration for the Burrito controller
metadata:
labels:
app.kubernetes.io/component: controllers
app.kubernetes.io/name: burrito-controllers
annotations: {}
# -- Service account configuration for the Burrito controller deployment
serviceAccount:
# -- Metadata configuration for the Burrito controller service account
metadata:
labels: {}
annotations: {}
# -- Deployment configuration for the Burrito controller
deployment:
# -- Metadata configuration for the Burrito controller deployment
metadata:
labels: {}
annotations: {}
# -- Annotations to be added to the pods generated by the Burrito controller deployment
podAnnotations:
kubectl.kubernetes.io/default-container: burrito
# -- Command to run in the Burrito controller container
command: ["burrito"]
# -- Arguments to pass to the Burrito controller container
args: ["controllers", "start"]
# -- Controller exposed ports
ports:
- name: metrics
containerPort: 8080
# -- Controller liveness probe configuration
livenessProbe:
httpGet:
path: /healthz
port: 8081
initialDelaySeconds: 5
periodSeconds: 20
# -- Controller readiness probe configuration
readinessProbe:
httpGet:
path: /readyz
port: 8081
initialDelaySeconds: 5
periodSeconds: 20
# -- Environment variables to pass to the Burrito controller container
envFrom: []
# -- Environment variables to pass to the Burrito controller container
env:
- name: SSH_KNOWN_HOSTS
value: /home/burrito/.ssh/known_hosts
# -- Additional volumes
extraVolumes: {}
# -- Additional volume mounts
extraVolumeMounts: {}
storage:
emptyDir:
# -- Use emptyDir for Burrito repositories storage
enabled: true
# -- EmptyDir medium
medium: ""
# -- EmptyDir size limit
sizeLimit: "2Gi"
ephemeral:
# -- Use ephemeral storage for Burrito repositories storage
enabled: false
# -- Ephemeral storage size
size: "2Gi"
# -- Ephemeral storage class name
storageClassName: ""
service:
# -- Enable/Disable service creation for the Burrito controller
enabled: false
# -- Metadata configuration for the Burrito controller service
metadata:
labels: {}
annotations: {}
ports:
- name: metrics
port: 80
targetPort: metrics
metricsIngress:
# -- Enable/Disable ingress creation for the Burrito controller metrics endpoint (controllers.service MUST be enabled)
enabled: false
# -- Metadata configuration for the Burrito controller metrics ingress
metadata:
labels: {}
annotations: {}
# -- Ingress class name to use for the Burrito controller metrics ingress
ingressClassName: nginx
# -- Hostname for the Burrito controller metrics ingress
host: burrito-controllers.example.com
# -- TLS configuration for the Burrito controller metrics ingress
tls: []
metricsHttproute:
# -- Enable/Disable Gateway API HTTPRoute creation for the Burrito controller metrics endpoint (requires the Gateway API CRDs and controllers.service enabled)
enabled: false
# -- Metadata configuration for the Burrito controller metrics HTTPRoute
metadata:
labels: {}
annotations: {}
# -- Gateway API version to use for the Burrito controller metrics HTTPRoute
apiVersion: gateway.networking.k8s.io/v1
# -- Gateways the HTTPRoute attaches to (required when metricsHttproute is enabled). Each entry follows the Gateway API parentRef schema (name, optionally namespace/sectionName)
parentRefs: []
# - name: my-gateway
# namespace: gateway-system
# sectionName: https
# -- Hostnames the HTTPRoute matches. Defaults to the controller metrics ingress host when left empty
hostnames: []
# -- HTTPRoute rules. Defaults to a single rule routing "/" (PathPrefix) to the burrito-controllers service when left empty
rules: []
server:
# -- Metadata configuration for the Burrito server
metadata:
labels:
app.kubernetes.io/component: server
app.kubernetes.io/name: burrito-server
annotations: {}
# -- Service account configuration for the Burrito server deployment
serviceAccount:
# -- Metadata configuration for the Burrito server service account
metadata:
labels: {}
annotations: {}
# -- Deployment configuration for the Burrito server
deployment:
# -- Metadata configuration for the Burrito server deployment
metadata:
labels: {}
annotations: {}
# -- Annotations to be added to the pods generated by the Burrito server deployment
podAnnotations:
kubectl.kubernetes.io/default-container: burrito
# -- Command to run in the Burrito server container
command: ["burrito"]
# -- Arguments to pass to the Burrito server container
args: ["server", "start"]
# -- Server exposed port
ports:
- name: http
containerPort: 8080
# -- Server liveness probe configuration
livenessProbe:
httpGet:
path: /healthz
port: 8080
initialDelaySeconds: 5
periodSeconds: 20
# -- Server readiness probe configuration
readinessProbe:
httpGet:
path: /healthz
port: 8080
initialDelaySeconds: 5
periodSeconds: 20
# -- Environment variables to pass to the Burrito server container
env: []
# -- Environment variables to pass to the Burrito server container
envFrom: []
# - secretRef:
# name: burrito-oidc-client-secret ## Name of the secret containing the OIDC client secret at key "BURRITO_SERVER_OIDC_CLIENTSECRET"
# -- Additional volumes
extraVolumes: {}
# -- Additional volume mounts
extraVolumeMounts: {}
# -- Server tolerations
tolerations: []
# -- Server node selector
nodeSelector: {}
# -- Server affinity
affinity: {}
# -- Server topology spread constraints
topologySpreadConstraints: []
# -- Service configuration for the Burrito server
service:
# -- Metadata configuration for the Burrito server service
metadata:
labels: {}
annotations: {}
ports:
- name: http
port: 80
targetPort: http
# -- Server service traffic distribution policy
trafficDistribution: ""
# -- Ingress configuration for the Burrito server
ingress:
# -- Enable/Disable ingress creation for the Burrito server
enabled: false
# -- Metadata configuration for the Burrito server ingress
metadata:
labels: {}
annotations: {}
# -- Ingress class name to use for the Burrito server ingress
ingressClassName: nginx
# -- Hostname for the Burrito server ingress
host: burrito.example.com
# -- TLS configuration for the Burrito server ingress
tls: []
httproute:
# -- Enable/Disable Gateway API HTTPRoute creation for the Burrito server (requires the Gateway API CRDs and server.service enabled)
enabled: false
# -- Metadata configuration for the Burrito server HTTPRoute
metadata:
labels: {}
annotations: {}
# -- Gateway API version to use for the Burrito server HTTPRoute
apiVersion: gateway.networking.k8s.io/v1
# -- Gateways the HTTPRoute attaches to (required when httproute is enabled). Each entry follows the Gateway API parentRef schema (name, optionally namespace/sectionName)
parentRefs: []
# - name: my-gateway
# namespace: gateway-system
# sectionName: https
# -- Hostnames the HTTPRoute matches. Defaults to the server ingress host when left empty
hostnames: []
# -- HTTPRoute rules. Defaults to a single rule routing "/" (PathPrefix) to the burrito-server service when left empty
rules: []
datastore:
# -- Metadata configuration for the Burrito datastore
metadata:
labels:
app.kubernetes.io/component: datastore
app.kubernetes.io/name: burrito-datastore
annotations: {}
# -- Service account configuration for the Burrito datastore deployment. Use this to grant permission to the datastore to interact with external storage
serviceAccount:
# -- Metadata configuration for the Burrito datastore service account
metadata:
labels: {}
annotations: {}
deployment:
# -- Metadata configuration for the Burrito datastore deployment
metadata:
labels: {}
annotations: {}
# -- Annotations to be added to the pods generated by the Burrito datastore deployment
podAnnotations:
kubectl.kubernetes.io/default-container: burrito
# -- Command to run in the Burrito datastore container
command: ["burrito"]
# -- Arguments to pass to the Burrito datastore container
args: ["datastore", "start"]
# -- Datastore exposed port
ports:
- name: http
containerPort: 8080
# -- Datastore liveness probe configuration
livenessProbe:
httpGet:
path: /healthz
port: 8080
initialDelaySeconds: 5
periodSeconds: 20
# -- Datastore readiness probe configuration
readinessProbe:
httpGet:
path: /healthz
port: 8080
initialDelaySeconds: 5
periodSeconds: 20
# -- Environment variables to pass to the Burrito datastore container
envFrom: []
# -- Additional volumes
extraVolumes: {}
# -- Additional volume mounts
extraVolumeMounts: {}
# -- Datastore tolerations
tolerations: []
# -- Datastore node selector
nodeSelector: {}
# -- Datastore affinity
affinity: {}
# -- Datastore topology spread constraints
topologySpreadConstraints: []
# -- Service configuration for the Burrito datastore
service:
# -- Metadata configuration for the Burrito datastore service
metadata:
labels: {}
annotations: {}
ports:
- name: http
port: 80
targetPort: http
- name: https
port: 443
targetPort: http
# -- Datastore service traffic distribution policy
trafficDistribution: ""
# -- TLS configuration for the Burrito datastore
tls:
# -- Enable/Disable TLS for the Burrito datastore (recommended for production use)
enabled: false
# -- Reference a secret that contains a CA certificate (ca.crt, tls.crt, tls.key) for the Burrito datastore (if not using CertManager)
secretName: burrito-datastore-tls
certManager:
# -- Use CertManager for Burrito datastore TLS (recommended - requires cert-manager to be installed on the cluster)
use: true
# -- CertManager certificate configuration
certificate:
# -- Metadata configuration for the Burrito datastore certificate
metadata:
annotations: {}
labels: {}
spec:
secretName: burrito-datastore-tls
commonName: burrito-datastore.burrito-system.svc.cluster.local
dnsNames:
- burrito-datastore.burrito-system.svc.cluster.local
- burrito-datastore.burrito-system
- burrito-datastore
issuerRef:
# -- The default issuer name is "burrito-ca-issuer", packaged with the chart
name: burrito-ca-issuer
kind: Issuer
# -- List of tenants to create to manage Terraform resources
tenants: []
# - metadata:
# labels: {}
# annotations: {}
# namespace:
# create: true
# name: burrito-project-1
# metadata:
# labels: {}
# annotations: {}
# serviceAccounts:
# - name: runner-project-1
# additionalRoleBindings:
# - name: runner-project-1
# role:
# kind: ClusterRole
# name: runner-project-1
# metadata:
# labels: {}
# annotations:
# iam.cloud.provider/role: cloud-provider-role
# Network Policy configuration
networkPolicy:
# -- Enable/Disable Network Policy creation
enabled: false
# -- Metadata configuration for Network Policies
metadata:
labels: {}
annotations: {}
# -- Network policy to allow ingress traffic from all the tenant namespaces to the release namespace
ingressFromTenants:
# -- Enable/Disable tenant ingress network policy
enabled: true
# -- Additional ingress rules for tenant namespaces network policy
additionalIngressRules: []
runners:
rbac:
# -- Metadata configuration for RBAC of the Burrito runners managed by this chart
metadata:
labels:
app.kubernetes.io/component: runner
app.kubernetes.io/name: burrito-runner
annotations: {}