You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/redash/values.yaml
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -355,6 +355,9 @@ server:
355
355
# server.volumeMounts -- VolumeMounts for server pod assignment [ref](https://kubernetes.io/docs/concepts/storage/volumes/)
356
356
volumeMounts: []
357
357
358
+
# priorityClassName -- Priority class name for server pod assignment [ref](https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/)
359
+
priorityClassName:
360
+
358
361
service:
359
362
# service.annotations -- Annotations to add to the service
360
363
annotations: {}
@@ -450,6 +453,9 @@ worker:
450
453
# worker.volumeMounts -- Default VolumeMounts for worker pod assignment [ref](https://kubernetes.io/docs/concepts/storage/volumes/)
451
454
volumeMounts: []
452
455
456
+
# priorityClassName -- Default priority class name for worker pod assignment [ref](https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/)
457
+
priorityClassName:
458
+
453
459
# worker.livenessProbe -- Default worker's liveness probe to ensure workers are running fine
454
460
livenessProbe:
455
461
exec:
@@ -517,6 +523,9 @@ scheduler:
517
523
# scheduler.volumeMounts -- VolumeMounts for scheduler pod assignment [ref](https://kubernetes.io/docs/concepts/storage/volumes/)
518
524
volumeMounts: []
519
525
526
+
# priorityClassName -- Default priority class name for scheduler pod assignment [ref](https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/)
527
+
priorityClassName:
528
+
520
529
## Configuration for migrations hook
521
530
migrations:
522
531
# migrations.volumes -- volumes that will be mounted to migrations pods only
@@ -558,6 +567,9 @@ migrations:
558
567
# migrations.podLabels -- Labels for migration pod [ref](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/)
559
568
podLabels: {}
560
569
570
+
# priorityClassName -- Default priority class name for migration pod [ref](https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/)
571
+
priorityClassName:
572
+
561
573
# externalPostgreSQL -- External PostgreSQL configuration. To use an external PostgreSQL instead of the automatically deployed postgresql chart: set postgresql.enabled to false then uncomment and configure the externalPostgreSQL connection URL (e.g. postgresql://user:pass@host:5432/database)
562
574
externalPostgreSQL:
563
575
# externalPostgreSQLSecret -- Read external PostgreSQL configuration from a secret. This should point at a secret file with a single key which specifies the connection string.
0 commit comments